1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Pav Lucistnik
123e8f3f97 - Only use SDL support if WITHOUT_MPEG4IP is not defined
PR:		ports/71041
Pointed out by:	<ingmar.gebert@stud.uni-rostock.de>
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
2004-08-29 11:25:10 +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
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Pav Lucistnik
9537cf8762 - Switch to MASTER_SITE_SOURCEFORGE_EXTENDED
PR:		ports/67190
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-25 19:16:09 +00:00
Kirill Ponomarev
7aae825f01 - Fix decoding files on AMD64 [1]
- Fix mess with plist files
- Bump PORTREVISION

PR:		ports/67060 [1]
Submitted by:	tjr [1], krion [2]
Approved by:	maintainer
2004-05-24 09:10:11 +00:00
Kirill Ponomarev
cfc8f90bce - Fix install if WITHOUT_MPEG4IP is defined but it's installed.
PR:		ports/66723
Submitted by:	maintainer
2004-05-17 08:00:17 +00:00
Pav Lucistnik
96ffab2c03 - Update to 2.0 release
- Use external mpeg4ip, provide knob to use internal one

PR:		ports/66598
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-14 13:06:33 +00:00
Pav Lucistnik
cfe6265d5b - configure --with-drm
- Makefile cleanup
- Pass maintainership to submitter

PR:		ports/66543
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-05-12 13:23:47 +00:00
Pav Lucistnik
d9f2092157 - Fix typo in PORTREVISION 2004-05-10 09:18:04 +00:00
Pav Lucistnik
ea9fd91fae - Install systems.h header. This will help faac to build independently.
PR:		ports/66360
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-05-10 09:12:16 +00:00
Tilman Keskinoz
1350b37fee Make it work on 64bit platforms.
PR:		64964
Submitted by:	tjr
Obtained from:	faad CVS
2004-04-13 12:57:26 +00:00
Pav Lucistnik
d9b004340f - Mark IGNORE for amd64, it builds but does not work properly.
PR:		ports/64964
Submitted by:	tjr
Approved by:	maintainer
2004-04-02 05:50:21 +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
Joe Marcus Clarke
a2f4fcba5d Update to 2.0.
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	maintainer
2004-03-05 07:27:02 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kris Kennaway
1e7e0dce64 portlint (whitespace cleanup) 2003-10-27 09:11:28 +00:00
FUJISHIMA Satsuki
8dc231d21f unbreak for -CURRENT.
respect CFLAGS.
2003-07-14 02:36:00 +00:00
Sergey A. Osokin
441b06e3e4 Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONG
Approved by:	maintainer
PR:		50798
2003-07-12 20:51:02 +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
5a91ab6dcc Avoid buffer overflow in option processing and bump PORTREVISION.
Obtained from:	OpenBSD
2003-06-15 00:29:36 +00:00
Mario Sergio Fujikawa Ferreira
511bbe98c5 o Fix build when GNU auto* tools are previously installed by forcing
build-depends target to happen in pre-patch stage
o Check Makefile comments for more information

PR:		52455
Submitted by:	David Yeske <dyeske@yahoo.com>
Approved by:	maintainer (timeout 2 weeks)
2003-06-09 18:57:03 +00:00
Matthew N. Dodd
9a16d0a927 Link with CXX to avoid missing symbols in library implemented in C++.
Approved by:	 maintainer
2003-04-01 19:56:58 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Mario Sergio Fujikawa Ferreira
06f6765b64 New port faad version 1.1: A LC, MAIN and LTP profile, MPEG2 and
MPEG-4 AAC decoder

PR:		46884
Submitted by:	Sean McGovern <sean@sfarc.net>
2003-01-18 19:21:13 +00:00