Commit graph

71 commits

Author SHA1 Message Date
Michael Johnson
525ca296c8 - Update to 1.5 2006-05-12 10:43:58 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Michael Johnson
8f5c25f837 - Chase x264 libver bump 2006-05-10 11:45:48 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Michael Johnson
d0acaf9c7a - Update to 1.4.1 2005-11-22 22:09:39 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Michael Johnson
426b1817c3 - Update to 1.4 2005-11-10 13:28:12 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
FUJISHIMA Satsuki
83a5a47753 PORTREVISION bump for changed plist. 2005-09-15 21:43:41 +00:00
FUJISHIMA Satsuki
3c9094aa3d fix package. non response from maintainer for 2 weeks. 2005-09-15 21:40:31 +00:00
Michael Johnson
354b136c99 - Add redundant lib depends on libmp4av to mpeg4ip-libmp4v2 to help
with updating to 1.3
- Bump PORTREVISION
2005-05-24 21:16:49 +00:00
Michael Johnson
eb5574c867 - 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
2005-05-20 08:08:47 +00:00
Michael Johnson
d77ee0ec3d - Update to 1.3 2005-05-19 12:42:11 +00:00
Michael Johnson
490d9d0dd1 - Fix pkg-plist
- Bump PORTREVISION

Pointed out by:	sf
Approved by:	portmgr (marcus)
2005-03-22 20:43:27 +00:00
Michael Johnson
dbd2d75399 - 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
2005-03-14 02:10:35 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Mario Sergio Fujikawa Ferreira
d4bc8f823a Pass over maintainership to ahze: he has been working very hard on
the last couple updates
2005-03-10 02:55:49 +00:00
Mario Sergio Fujikawa Ferreira
5cddef9d6f Fix libmpeg2 detection on 4.x branch
Submitted by:	glewis
2004-12-08 18:53:44 +00:00
Kris Kennaway
0422643c43 Fix build on amd64. Add missing dependency on multimedia/mpeg4ip-libmp4v2.
Submitted by:	peter
Approved by:	maintainer timeout
2004-12-07 05:40:44 +00:00
Mario Sergio Fujikawa Ferreira
24a7b62e17 Chase library version bump on multimedia/ffmpeg 2004-12-05 18:50:50 +00:00
Michael Johnson
dc317cf2e7 - Fix header problem
- Bump PORTREVISION

Approved by:	lioux
2004-11-28 14:41:55 +00:00
Mario Sergio Fujikawa Ferreira
a26b53bace Fix build on FreeBSD 4.x branch: use a patch only on 5.x branch
Reviewed by:	ahze,
		Geoffrey Mainland <mainland@apeiron.net>,
2004-11-14 01:16:22 +00:00
Mario Sergio Fujikawa Ferreira
2511267b0f o Update to 1.1
o Deploy OPTIONS

PR:		72206
Submitted by:	ahze
2004-11-10 01:02:45 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
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