1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Kris Kennaway
e6013b9e54 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 01:52:04 +00:00
Pav Lucistnik
8271a0716f - Fix build with gcc-3.4
PR:		ports/69468
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer timeout (16 days)
2004-08-08 18:34:45 +00:00
Mario Sergio Fujikawa Ferreira
7f7f264987 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>
2004-07-20 23:57:51 +00:00
Mario Sergio Fujikawa Ferreira
431761edc0 Fix build on AMD64
PR:		69043
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-07-18 17:59:33 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Kris Kennaway
feba77f645 BROKEN on amd64: Shared libraries must be compiled with -fPIC 2004-06-19 09:26:43 +00:00
Michael Nottebrock
8e88c4ccbe Force using the bundled xvid even when ports xvid is installed
(mpeg4ip doesn't like the latest release).
2004-06-13 19:04:47 +00:00
Pav Lucistnik
0e86be7e33 - 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>
2004-05-16 22:09:12 +00:00
Mario Sergio Fujikawa Ferreira
46f6dccb99 Update to 1.0 2004-04-11 14:19:26 +00:00
Mario Sergio Fujikawa Ferreira
acaaa86556 Update to 1.0 2004-04-11 14:17:59 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Mario Sergio Fujikawa Ferreira
e81325906f Remove BROKEN: fix build in 5.x-CURRENT
- <strstream.h> -> <iostream>
	- remove -Wmissing-declarations declarations

PR:		64282
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-03-20 02:10:44 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Edwin Groothuis
88568d177e Make ports/multimedia use the USE_SDL macro
PR:		ports/61805
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2004-03-07 23:28:40 +00:00
Kris Kennaway
3fc1a7fdba BROKEN on 5.x: Does not compile 2004-02-17 22:40:50 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Mark Linimon
ee47694d4a Fix build on -HEAD. Committed on behalf of lioux who is having machine
problems.
PR:		ports/57637
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-12-04 05:33:42 +00:00
Mario Sergio Fujikawa Ferreira
69a27faf05 Update to 0.9.9 2003-09-08 01:57:13 +00:00
FUJISHIMA Satsuki
9005f23c85 get rid of libgnugetopt dependency.
as the distfile includes GNU getopt, we don't need to depend on extra library.
2003-07-14 02:37:09 +00:00
Ade Lovett
b2fd75e438 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)
2003-06-26 22:58:32 +00:00
Kris Kennaway
688c6c3acb Back out previous commit, the port was fixed recently by lioux. Thanks
lioux!
2003-05-18 21:41:44 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Mario Sergio Fujikawa Ferreira
5c9311c8d5 Fix build on alpha ARCH: emms asm opcode should be noop in non-i386
non-MMX ARCH
2003-05-15 19:22:47 +00:00
Mario Sergio Fujikawa Ferreira
642e382ec5 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>
2003-05-15 04:53:17 +00:00
Mario Sergio Fujikawa Ferreira
aa0066287d Only apply the PTHREAD_LIBS fix to 5.x branch 2003-05-11 04:24:54 +00:00
Mario Sergio Fujikawa Ferreira
b435bf2c22 Fix small typo: sed recipy should be 's|before|after|', not
s'|before|after|'
2003-05-11 04:23:16 +00:00
Mario Sergio Fujikawa Ferreira
5663132a21 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>
2003-05-11 04:05:23 +00:00
Kris Kennaway
fab932ce7f BROKEN: Does not compile 2003-05-06 21:37:26 +00:00
Mario Sergio Fujikawa Ferreira
0d82166fd7 Only try to access OSVERSION variable after <bsd.port.pre.mk> include
Submitted by:	FreshPorts ports check service
2003-04-24 06:24:39 +00:00
Mario Sergio Fujikawa Ferreira
ee7ec4d711 Improve libgnugetopt handling: use OSVERSION variable to handle
-CURRENT which has getopt_long in libc
2003-04-24 06:01:25 +00:00
Mario Sergio Fujikawa Ferreira
257755e906 Update to new USE_GNOME options 2003-04-22 05:54:58 +00:00
Mario Sergio Fujikawa Ferreira
db90ac6c58 Switch to new USE_GETOPT_LONG ports option 2003-04-18 04:08:57 +00:00
Mario Sergio Fujikawa Ferreira
62bcb74c45 Update to 0.9.8 2003-04-16 02:05:00 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Joe Marcus Clarke
ad33b9c673 Chase glib20's shared lib version. 2003-02-07 18:59:45 +00:00
Mario Sergio Fujikawa Ferreira
be3b2ec268 Update to 0.9.7. This version now depends on glib/gtk 2.x
Reviewed by:	David Yeske <dyeske@yahoo.com>
2003-01-10 20:31:39 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Mario Sergio Fujikawa Ferreira
d58fa029f3 Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*
not BUILD_* list.

PR:		46254
Submitted by:	asmodai
2002-12-14 12:33:39 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 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)
2002-11-28 00:09:51 +00:00
Mario Sergio Fujikawa Ferreira
d462ca712d Add missing devel/libgnugetopt dependency
Submitted by:	bento
2002-11-26 11:51:00 +00:00
Mario Sergio Fujikawa Ferreira
ac43e8a05b o Update to 0.9.6
o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later
2002-11-13 19:08:09 +00:00
Mario Sergio Fujikawa Ferreira
1792602f6d Update to 0.9.5 2002-08-05 03:06:56 +00:00
Mario Sergio Fujikawa Ferreira
7e79ad3941 New port mpeg4ip version 0.9.4.1: Standards-based system to encode,
stream and play MPEG-4 audio/video
2002-06-05 21:53:22 +00:00