Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.43_14,2 08 Jan 2012 17:49:03
 |
eadler  |
This port is expired and I just removed the last reference to it.
2011-12-03 multimedia/avifile: Broken for an extended period, superseded by
other multimedia players |
0.7.43_14,2 13 Nov 2011 00:16:18
 |
gerald  |
Mark DEPRECATED with an EXPIRATION_DATE of 2011-12-03 since this has
been broken for an extended period of time (it features two BROKEN
statements now in fact).
Also, this was the last direct dependency on GCC 3.4 alias lang/gcc34
which I am removing, too. In the unlikely case someone wants to revive
this ports, this needs to be addressed properly in any case.
Feature safe: yes (in a slightly weird sense :-) |
0.7.43_14,2 31 Oct 2011 22:48:28
 |
pav  |
- Mark BROKEN: does not compile
./../libavcodec/common.h:61:30: error: array type has incomplete element type
./../libavcodec/common.h:63:30: error: array type has incomplete element type
Reported by: pointyhat |
0.7.43_14,2 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.7.43_14,2 03 Jul 2011 13:38:45
 |
ohauer  |
- remove MD5 |
0.7.43_14,2 11 Apr 2011 20:02:00
 |
pav  |
- Mark BROKEN on 9.X: does not configure
Reported by: pointyhat |
0.7.43_14,2 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.7.43_14,2 06 Jun 2010 20:44:03
 |
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.7.43_13,2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.7.43_12,2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.7.43_11 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.7.43_11,2 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.7.43_11,2 18 Jul 2009 11:11:29
 |
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
0.7.43_10,2 15 Jul 2009 17:19:22
 |
mezz  |
Fix the build and installation w/ libtool 2.2. |
0.7.43_10,2 06 Jul 2009 21:26:00
 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.7.43_9,2 21 Feb 2009 15:51:15
 |
miwi  |
- Chase audio/faad shlib bump |
0.7.43_8,2 05 Jan 2009 21:36:39
 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
0.7.43_8,2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.7.43_8,2 20 Aug 2008 06:40:43
 |
linimon  |
Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat: portmgr |
0.7.43_8,2 09 Jul 2008 22:51:03
 |
gahr  |
- Unbreak on > 700000 (add dependency on GCC 3.4)
PR: 115336
Submitted by: douglas steinwand <dzs-pr@dzs.fx.org>
Approved by: maintainer timeout (11 months) |
0.7.43_7,2 06 Jun 2008 13:48:22
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.7.43_7 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.7.43_7,2 22 Mar 2008 14:48:03
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.7.43_6,2 13 Mar 2008 14:28:35
 |
miwi  |
- Chase devel/sdl12 shlib version bump |
0.7.43_5,2 04 Oct 2007 02:01:29
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
0.7.43_5,2 28 Jul 2007 12:27:31
 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.7.43_4,2 22 Jun 2007 08:26:24
 |
miwi  |
- Marked BROKEN for Current.
PR: 113933
Submitted by: "Conrad J. Sabatier" <conrads@cox.net> (maintainer) |
0.7.43_4,2 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.7.43_3,2 01 Nov 2006 11:23:30
 |
miwi  |
- Pass maintainership to submitter
(Notes: request of ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )
Submitted by: Conrad J. Sabatier <conrads at cox.net> |
0.7.43_3,2 23 Sep 2006 16:21:23
 |
stas  |
- Fix building with recent version of gcc (3.4.6) [1]
- Test for pcvt_ioctl.h existence as it was removed recently.
Include iokb.h instead if its'nt exists. [1]
- Replace deprecated variable. [2]
Submitted by: [1] Rainer Alves <rainer.alves@gmail.com>, [2] me (stas)
Approved by: sem (mentor) |
0.7.43_2,2 20 Sep 2006 11:21:59
 |
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
0.7.43_1,2 05 Sep 2006 04:49:22
 |
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
0.7.43_1,2 31 May 2006 01:49:35
 |
lawrance  |
Mark broken on 4.x. The xvid plugin fails to configure and build. |
0.7.43_1,2 12 May 2006 12:33:35
 |
lawrance  |
Add post-patch command to fix a pathname in pkg-config data.
PR: ports/96929
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: holger <holger@e-gitt.net> (maintainer) |
0.7.43,2 02 May 2006 23:14:18
 |
lawrance  |
Update to 0.7.43.
Tidy up for portlint.
PR: ports/93921
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: holger <holger@e-gitt.net> (maintainer) |
0.7.41_1,2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.7.41,2 22 Jan 2006 21:19:42
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.7.41,2 22 Jan 2006 02:30:01
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.7.41,2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.7.41,2 16 May 2005 21:52:58
 |
pav  |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
0.7.41,2 26 Nov 2004 09:18:28
 |
ahze  |
Fix build on 6.x by always using WITH_OPTIMIZED_CFLAGS
which is --enable-x86opt (on i386) and --enable-release
Reported by: pointyhat via kris
Approved by: adamw (implicit) |
0.7.41 03 Nov 2004 20:26:10
 |
sf  |
fix package: libaviplaydha and libaviplayvidix are built only when WITH_VIDIX. |
0.7.41,2 30 Oct 2004 16:26:30
 |
ahze  |
update to 0.7.41
PR: ports/72363
Reviewed by: holger@e-gitt.net (maintainer)
Approved by: adamw (mentor) |
0.7.38_4,2 08 Aug 2004 19:41:37
 |
pav  |
- Fix build with gcc-3.4
Submitted by: Vyacheslav I. Ivanchenko <ivi@dhs.net.ru> |
0.7.38_4,2 17 Jun 2004 19:05:53
 |
pav  |
- Refine libmad dependency
PR: ports/67890
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer |
0.7.38_4,2 11 Jun 2004 21:48:50
 |
lofi  |
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf. |
0.7.38_4,2 06 Jun 2004 22:14:40
 |
pav  |
- Add FAAD knob (on by default) [1]
- Fix breakage after recent aDe's auto*tools changes
PR: ports/67479 [1]
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer |
0.7.38_3,2 09 Apr 2004 18:59:40
 |
arved  |
Fix build on AMD64 |
0.7.38_3,2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.7.38_3,2 28 Mar 2004 11:20:02
 |
pav  |
Update pkg-message:
- USER_LDT is only needed on 4.x system [1]
- Remove notice about qt-2.2.3, that a history now
PR: ports/64837 [1]
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org> |
0.7.38_3,2 17 Mar 2004 14:38:36
 |
lofi  |
Fix build with freetype2-2.1.7. |
0.7.38_3,2 16 Mar 2004 04:23:56
 |
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.7.38_2,2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.7.38_2,2 05 Mar 2004 11:09:44
 |
kris  |
BROKEN on !i386: Does not compile |
0.7.38_2,2 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.7.38_1,2 26 Jan 2004 10:12:59
 |
edwin  |
Let multimedia/avifile use USE_SDL
PR: ports/61805
Approved by: "Holger Lamm" <holger@e-gitt.net> |
0.7.38_1,2 20 Dec 2003 16:37:57
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
0.7.38,2 07 Dec 2003 01:27:06
 |
marcus  |
Chase the libmad/libid3tag shared lib version. |
0.7.38,2 19 Nov 2003 19:04:18
 |
pav  |
- Update to 0.7.38
PR: ports/59475
Submitted by: Holger Lamm <holgeri@e-gitt.net> (maintainer)
Approved by: marcus (backup mentor) |
0.7.34.20030319,2 12 Aug 2003 22:27:30
 |
lofi  |
Update xvid to latest release and chase library dependencies in ports
that depend on it.
Approved by: arved (Mentor) |
0.7.34.20030319,2 03 Jul 2003 13:31:39
 |
daichi  |
fix multimedia/avifile: avifile WITH_AC3PASSTHROUGH=yes build failure
PR: 47240
Submitted by: Chris BeHanna <chris@pennasoft.com> |
0.7.34.20030319,2 26 Jun 2003 22:58:32
 |
ade  |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
0.7.34.20030319,2 23 Jun 2003 12:06:31
 |
daichi  |
Forced commit: merge patch to compile with WITH_VIDIX=yes option |
0.7.34.20030319,2 23 Jun 2003 09:06:38
 |
daichi  |
Commited. Thanks! |
0.7.34.20030319,2 03 Apr 2003 21:10:59
 |
lioux  |
Update to 0.7.34.20030319
Approved by: maintainer |
0.7.27.20030122,2 29 Mar 2003 17:44:02
 |
fjoe  |
xvid was moved to multimedia |
0.7.27.20030122,2 21 Feb 2003 12:51:07
 |
knu  |
De-pkg-comment. |
0.7.27.20030122,2 03 Feb 2003 19:53:06
 |
lioux  |
o Update to 0.7.27.20030122
o USE_QT_VER has to be defined BEFORE <bsd.port.pre.mk>: move QT
toolkit selection test [1] [2]
o Build VIDIX support if WITH_VIDIX knob: currently requires avifile
to run as root
PR: 44533 [1]
Submitted by: maintainer [2],
dinoex [1]
Approved by: maintainer |
0.7.22.20021129,2 13 Jan 2003 19:40:15
 |
lioux  |
Remove with update to 0.7.22.20021129 |
0.7.22.20021129,2 13 Jan 2003 15:42:33
 |
lioux  |
Update to 0.7.22.20021129
Reviewed by: freebsd-multimedia mailing list
Approved by: maintainer |
0.7.18.20021107_1,2 02 Jan 2003 15:06:10
 |
sobomax  |
Update version number of SDL shared library. |
0.7.18.20021107_1,2 11 Dec 2002 19:21:53
 |
lioux  |
o Bug fix: liba52 port was linked but not used
o Bump PORTREVISION |
0.7.18.20021107,2 28 Nov 2002 00:09:51
 |
lioux  |
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |