Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BROKEN on amd64: Shared libraries must be compiled with -fPIC | kris | 2004-06-19 | 1 | -0/+4 |
| | |||||
* | Force using the bundled xvid even when ports xvid is installed | lofi | 2004-06-13 | 1 | -0/+6 |
| | | | | (mpeg4ip doesn't like the latest release). | ||||
* | - faad have been teached to live along us, what worse, we're now a dependency | pav | 2004-05-16 | 1 | -2/+0 |
| | | | | | | for faad, so emove conflicts. Reported by: Kay Lehmann <kay_lehmann@web.de> | ||||
* | Update to 1.0 | lioux | 2004-04-11 | 1 | -3/+4 |
| | |||||
* | Chase the glib20 update, and bump all affected ports' PORTREVISIONs. | marcus | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | Remove BROKEN: fix build in 5.x-CURRENT | lioux | 2004-03-20 | 1 | -6/+5 |
| | | | | | | | | - <strstream.h> -> <iostream> - remove -Wmissing-declarations declarations PR: 64282 Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Chase library bump of libSDL-1.1 for all ports which were depending | edwin | 2004-03-16 | 1 | -1/+1 |
| | | | | on sdl12-1.2.5 | ||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | ade | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Make ports/multimedia use the USE_SDL macro | edwin | 2004-03-07 | 1 | -1/+1 |
| | | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout | ||||
* | BROKEN on 5.x: Does not compile | kris | 2004-02-17 | 1 | -0/+4 |
| | |||||
* | USE_SIZEify | lioux | 2004-02-08 | 1 | -0/+1 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 1) | ||||
* | Fix build on -HEAD. Committed on behalf of lioux who is having machine | linimon | 2003-12-04 | 1 | -4/+2 |
| | | | | | | problems. PR: ports/57637 Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Update to 0.9.9 | lioux | 2003-09-08 | 1 | -3/+1 |
| | |||||
* | get rid of libgnugetopt dependency. | sf | 2003-07-14 | 1 | -6/+2 |
| | | | | as the distfile includes GNU getopt, we don't need to depend on extra library. | ||||
* | libtool uber-patch | ade | 2003-06-26 | 1 | -2/+1 |
| | | | | | | | | | | | * 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) | ||||
* | Back out previous commit, the port was fixed recently by lioux. Thanks | kris | 2003-05-18 | 1 | -4/+0 |
| | | | | lioux! | ||||
* | BROKEN on 5.1: bad C++ | kris | 2003-05-18 | 1 | -0/+4 |
| | |||||
* | Fix build on alpha ARCH: emms asm opcode should be noop in non-i386 | lioux | 2003-05-15 | 1 | -0/+5 |
| | | | | non-MMX ARCH | ||||
* | o Another try at fixing -CURRENT issues with getopt_long_only() | lioux | 2003-05-15 | 1 | -6/+5 |
| | | | | | | | | | | | | - 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> | ||||
* | Only apply the PTHREAD_LIBS fix to 5.x branch | lioux | 2003-05-11 | 1 | -2/+2 |
| | |||||
* | Fix small typo: sed recipy should be 's|before|after|', not | lioux | 2003-05-11 | 1 | -1/+1 |
| | | | | s'|before|after|' | ||||
* | o For some reason configure is not propagating PTHREAD_LIBS to the | lioux | 2003-05-11 | 1 | -2/+9 |
| | | | | | | | | 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> | ||||
* | BROKEN: Does not compile | kris | 2003-05-06 | 1 | -0/+2 |
| | |||||
* | Only try to access OSVERSION variable after <bsd.port.pre.mk> include | lioux | 2003-04-24 | 1 | -2/+2 |
| | | | | Submitted by: FreshPorts ports check service | ||||
* | Improve libgnugetopt handling: use OSVERSION variable to handle | lioux | 2003-04-24 | 1 | -0/+3 |
| | | | | -CURRENT which has getopt_long in libc | ||||
* | Update to new USE_GNOME options | lioux | 2003-04-22 | 1 | -3/+2 |
| | |||||
* | Switch to new USE_GETOPT_LONG ports option | lioux | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Update to 0.9.8 | lioux | 2003-04-16 | 1 | -3/+7 |
| | |||||
* | De-pkg-comment | lioux | 2003-02-23 | 1 | -0/+1 |
| | |||||
* | Chase glib20's shared lib version. | marcus | 2003-02-07 | 1 | -2/+3 |
| | |||||
* | Update to 0.9.7. This version now depends on glib/gtk 2.x | lioux | 2003-01-10 | 1 | -10/+25 |
| | | | | Reviewed by: David Yeske <dyeske@yahoo.com> | ||||
* | Update version number of SDL shared library. | sobomax | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_* | lioux | 2002-12-14 | 1 | -3/+3 |
| | | | | | | | not BUILD_* list. PR: 46254 Submitted by: asmodai | ||||
* | After repo copy from graphics category, update all appropriate | lioux | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat) | ||||
* | Add missing devel/libgnugetopt dependency | lioux | 2002-11-26 | 1 | -1/+2 |
| | | | | Submitted by: bento | ||||
* | o Update to 0.9.6 | lioux | 2002-11-13 | 1 | -4/+18 |
| | | | | o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later | ||||
* | Update to 0.9.5 | lioux | 2002-08-05 | 1 | -32/+42 |
| | |||||
* | New port mpeg4ip version 0.9.4.1: Standards-based system to encode, | lioux | 2002-06-05 | 1 | -0/+137 |
stream and play MPEG-4 audio/video |