Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_3 28 Oct 2005 07:59:54 |
jylefort |
Chase libid3tag update. |
1.3_2 15 Sep 2005 21:43:41 |
sf |
PORTREVISION bump for changed plist. |
1.3_1 15 Sep 2005 21:40:31 |
sf |
fix package. non response from maintainer for 2 weeks. |
1.3_1 24 May 2005 21:16:49 |
ahze |
- Add redundant lib depends on libmp4av to mpeg4ip-libmp4v2 to help
with updating to 1.3
- Bump PORTREVISION |
1.3 20 May 2005 08:08:47 |
ahze |
- Fix build on some configurations of 5.x by using USE_INC_LIBTOOL_VER
and ln -s ${LIBTOOL} ${WRKSRC}/libtool
Reported and Tested by: adamw |
1.3 19 May 2005 12:42:11 |
ahze |
- Update to 1.3 |
1.1_3 22 Mar 2005 20:43:27 |
ahze |
- Fix pkg-plist
- Bump PORTREVISION
Pointed out by: sf
Approved by: portmgr (marcus) |
1.1_2 14 Mar 2005 02:10:35 |
ahze |
- Don't use gcc34 on 4.x by adding -O2 to CFLAGS
- Use USE_LIBTOOL_VER instead of USE_INC_LIBTOOL_VER since we don't have
USE_GCC=3.4 anymore |
1.1_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.1_1 10 Mar 2005 02:55:49 |
lioux |
Pass over maintainership to ahze: he has been working very hard on
the last couple updates |
1.1_1 08 Dec 2004 18:53:44 |
lioux |
Fix libmpeg2 detection on 4.x branch
Submitted by: glewis |
1.1_1 07 Dec 2004 05:40:44 |
kris |
Fix build on amd64. Add missing dependency on multimedia/mpeg4ip-libmp4v2.
Submitted by: peter
Approved by: maintainer timeout |
1.1_1 05 Dec 2004 18:50:50 |
lioux |
Chase library version bump on multimedia/ffmpeg |
1.1_1 28 Nov 2004 14:41:55 |
ahze |
- Fix header problem
- Bump PORTREVISION
Approved by: lioux |
1.1 14 Nov 2004 01:16:22 |
lioux |
Fix build on FreeBSD 4.x branch: use a patch only on 5.x branch
Reviewed by: ahze,
Geoffrey Mainland <mainland@apeiron.net>, |
1.1 10 Nov 2004 01:02:45 |
lioux |
o Update to 1.1
o Deploy OPTIONS
PR: 72206
Submitted by: ahze |
1.0_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.0 26 Sep 2004 01:52:04 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.0 08 Aug 2004 18:34:45 |
pav |
- Fix build with gcc-3.4
PR: ports/69468
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer timeout (16 days) |
1.0 20 Jul 2004 23:57:51 |
lioux |
Re-add CONFLICTS=faad* so that mpeg4ip does not conflict with
audio/faad port when it installs its own libmp4v2 (WITHOUT_MPEG4IP)
library instead of the mpeg4ip's one
PR: 66724
Submitted by: michael johnson <ahze@ahze.net> |
1.0 18 Jul 2004 17:59:33 |
lioux |
Fix build on AMD64
PR: 69043
Submitted by: Conrad J. Sabatier <conrads@cox.net> |
1.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.0 19 Jun 2004 09:26:08 |
kris |
BROKEN on amd64: Shared libraries must be compiled with -fPIC |
1.0 13 Jun 2004 19:04:47 |
lofi |
Force using the bundled xvid even when ports xvid is installed
(mpeg4ip doesn't like the latest release). |
1.0 16 May 2004 22:09:12 |
pav |
- faad have been teached to live along us, what worse, we're now a dependency
for faad, so emove conflicts.
Reported by: Kay Lehmann <kay_lehmann@web.de> |
1.0 11 Apr 2004 14:19:26 |
lioux |
Update to 1.0 |
1.0 11 Apr 2004 14:18:00 |
lioux |
Update to 1.0 |
0.9.9_3 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.9.9_2 20 Mar 2004 02:10:44 |
lioux |
Remove BROKEN: fix build in 5.x-CURRENT
- <strstream.h> -> <iostream>
- remove -Wmissing-declarations declarations
PR: 64282
Submitted by: David Yeske <dyeske@yahoo.com> |
0.9.9_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.9.9_1 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.9.9_1 07 Mar 2004 23:28:40 |
edwin |
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
0.9.9_1 17 Feb 2004 22:40:50 |
kris |
BROKEN on 5.x: Does not compile |
0.9.9_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
0.9.9_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9.9 04 Dec 2003 05:33:42 |
linimon |
Fix build on -HEAD. Committed on behalf of lioux who is having machine
problems.
PR: ports/57637
Submitted by: David Yeske <dyeske@yahoo.com> |
0.9.9 08 Sep 2003 01:57:13 |
lioux |
Update to 0.9.9 |
0.9.8_1 14 Jul 2003 02:37:09 |
sf |
get rid of libgnugetopt dependency.
as the distfile includes GNU getopt, we don't need to depend on extra library. |
0.9.8 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.9.8 18 May 2003 21:41:44 |
kris |
Back out previous commit, the port was fixed recently by lioux. Thanks
lioux! |
0.9.8 18 May 2003 09:47:26 |
kris |
BROKEN on 5.1: bad C++ |
0.9.8 15 May 2003 19:22:47 |
lioux |
Fix build on alpha ARCH: emms asm opcode should be noop in non-i386
non-MMX ARCH |
0.9.8 15 May 2003 04:53:17 |
lioux |
o Another try at fixing -CURRENT issues with getopt_long_only()
- Always depend on libgnugetopt port
- Add include/mpeg4ip_getopt.h as a workaround for 5.x
branch native getopt.h implementation
- Futhermore, change regexp regarding PTHREAD_LIBS issue
on -CURRENT. Submitter reports that previous one did not
work but that newer does
PR: 50233
Submitted by: David Yeske <dyeske@yahoo.com> |
0.9.8 11 May 2003 04:24:54 |
lioux |
Only apply the PTHREAD_LIBS fix to 5.x branch |
0.9.8 11 May 2003 04:23:16 |
lioux |
Fix small typo: sed recipy should be 's|before|after|', not
s'|before|after|' |
0.9.8 11 May 2003 04:05:23 |
lioux |
o For some reason configure is not propagating PTHREAD_LIBS to the
makefiles in the SDL lib lines in the 5.x branch. Add PTHREAD_LIBS
by hand on those.
o Unmark BROKEN
Submitted by: David Yeske <dyeske@yahoo.com> |
0.9.8 06 May 2003 21:27:35 |
kris |
BROKEN: Does not compile |
0.9.8 24 Apr 2003 06:24:39 |
lioux |
Only try to access OSVERSION variable after <bsd.port.pre.mk> include
Submitted by: FreshPorts ports check service |
0.9.8 24 Apr 2003 06:01:25 |
lioux |
Improve libgnugetopt handling: use OSVERSION variable to handle
-CURRENT which has getopt_long in libc |
0.9.8 22 Apr 2003 05:54:58 |
lioux |
Update to new USE_GNOME options |
0.9.8 18 Apr 2003 04:08:57 |
lioux |
Switch to new USE_GETOPT_LONG ports option |
0.9.8 16 Apr 2003 02:05:00 |
lioux |
Update to 0.9.8 |
0.9.7_1 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
0.9.7_1 07 Feb 2003 18:59:46 |
marcus |
Chase glib20's shared lib version. |
0.9.7 10 Jan 2003 20:31:39 |
lioux |
Update to 0.9.7. This version now depends on glib/gtk 2.x
Reviewed by: David Yeske <dyeske@yahoo.com> |
0.9.6 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
0.9.6 14 Dec 2002 12:33:39 |
lioux |
Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*
not BUILD_* list.
PR: 46254
Submitted by: asmodai |
0.9.6 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) |