Commit graph

70 commits

Author SHA1 Message Date
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
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Michael Johnson
df0a89e4de Fix build on 6.x by always using WITH_OPTIMIZED_CFLAGS
which is --enable-x86opt (on i386) and --enable-release

Reported by:	pointyhat via kris
Approved by:	adamw (implicit)
2004-11-26 09:18:28 +00:00
FUJISHIMA Satsuki
f012f73c8f fix package: libaviplaydha and libaviplayvidix are built only when WITH_VIDIX. 2004-11-03 20:26:10 +00:00
Michael Johnson
74a9f6eff6 update to 0.7.41
PR:	ports/72363
Reviewed by:	holger@e-gitt.net (maintainer)
Approved by:	adamw (mentor)
2004-10-30 16:26:30 +00:00
Pav Lucistnik
c2bb2fbfad - Fix build with gcc-3.4
Submitted by:	Vyacheslav I. Ivanchenko <ivi@dhs.net.ru>
2004-08-08 19:41:37 +00:00
Pav Lucistnik
466cf73f1c - Refine libmad dependency
PR:		ports/67890
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-06-17 19:05:53 +00:00
Michael Nottebrock
9845b5e2d7 Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
2004-06-11 21:48:50 +00:00
Pav Lucistnik
62973de8dd - Add FAAD knob (on by default) [1]
- Fix breakage after recent aDe's auto*tools changes

PR:		ports/67479 [1]
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-06-06 22:14:40 +00:00
Tilman Keskinoz
5721d1f89a Fix build on AMD64 2004-04-09 18:59:40 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
71c26bead8 Update pkg-message:
- USER_LDT is only needed on 4.x system [1]
- Remove notice about qt-2.2.3, that a history now

PR:		ports/64837 [1]
Submitted by:	Antoine Jacoutot <ajacoutot@lphp.org>
2004-03-28 11:20:02 +00:00
Michael Nottebrock
02d12cf6bc Fix build with freetype2-2.1.7. 2004-03-17 14:38:36 +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
Kris Kennaway
69641e40dc BROKEN on !i386: Does not compile 2004-03-05 11:09:44 +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
Edwin Groothuis
bfd9a1da9b Let multimedia/avifile use USE_SDL
PR:		ports/61805
Approved by:	"Holger Lamm" <holger@e-gitt.net>
2004-01-26 10:12:59 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Joe Marcus Clarke
c7ca0ba127 Chase the libmad/libid3tag shared lib version. 2003-12-07 01:27:06 +00:00
Pav Lucistnik
64f1b7cb4c - Update to 0.7.38
PR:		ports/59475
Submitted by:	Holger Lamm <holgeri@e-gitt.net> (maintainer)
Approved by:	marcus (backup mentor)
2003-11-19 19:04:18 +00:00
Michael Nottebrock
c8f7bbcd15 Update xvid to latest release and chase library dependencies in ports
that depend on it.

Approved by:	arved (Mentor)
2003-08-12 22:27:30 +00:00
Daichi GOTO
f5b3c117bd fix multimedia/avifile: avifile WITH_AC3PASSTHROUGH=yes build failure
PR:		47240
Submitted by:	Chris BeHanna <chris@pennasoft.com>
2003-07-03 13:31:39 +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
Daichi GOTO
857fca4e68 Commited. Thanks! 2003-06-23 09:06:38 +00:00
Mario Sergio Fujikawa Ferreira
be8e00d299 Update to 0.7.34.20030319
Approved by:	maintainer
2003-04-03 21:10:59 +00:00
Max Khon
6fd53cd51c xvid was moved to multimedia 2003-03-29 17:44:02 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Mario Sergio Fujikawa Ferreira
88e6a3d9c7 o Update to 0.7.27.20030122
o USE_QT_VER has to be defined BEFORE <bsd.port.pre.mk>: move QT
  toolkit selection test [1] [2]
o Build VIDIX support if WITH_VIDIX knob: currently requires avifile
  to run as root

PR:		44533 [1]
Submitted by:	maintainer [2],
		dinoex [1]
Approved by:	maintainer
2003-02-03 19:53:06 +00:00
Mario Sergio Fujikawa Ferreira
57c0659a00 Remove with update to 0.7.22.20021129 2003-01-13 19:40:15 +00:00
Mario Sergio Fujikawa Ferreira
b97c033272 Update to 0.7.22.20021129
Reviewed by:	freebsd-multimedia mailing list
Approved by:	maintainer
2003-01-13 15:42:33 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Mario Sergio Fujikawa Ferreira
c1af6cfb57 o Bug fix: liba52 port was linked but not used
o Bump PORTREVISION
2002-12-11 19:21:53 +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
25b9f3a43a o Update to 0.7.18.20021107
o Change default to WITHOUT_OPTIMIZED_CFLAGS. Define WITH_OPTIMIZED_CFLAGS
  to get old behavior
o Replace old hack to get the port to link to ports version of
  liba52 with a dlopen(3) option supplied by developer

Approved by:	maintainer
2002-11-21 01:47:40 +00:00
Mario Sergio Fujikawa Ferreira
e69fbac1b2 o Update maintainer email
o Update to 0.7.16-20020913: this version has VIDIX support but only
  running as 'root'

Approved by:	maintainer
2002-10-05 18:54:12 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00
Mario Sergio Fujikawa Ferreira
5aae22b28e Update to 0.7.11.20020711
Reviewed by:	FreeBSD-ports mailing list
Approved by:    maintainer (2 weeks time out since 1st communication)
2002-07-18 01:50:02 +00:00
Mario Sergio Fujikawa Ferreira
755ef0eb98 Fix typo: WRKSRC 2002-06-25 16:10:06 +00:00
Mario Sergio Fujikawa Ferreira
21a0cd795d o Update to 0.7.7.20020523
o Use Ports' libraries instead of ones shipped with distribution

Reviewed by:	will,
		MAINTAINER
Approved by:	MAINTAINER
2002-06-24 15:35:48 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Dirk Meyer
35a0669893 - Changes so it should run on Alpha
- Add Option WITHOUT_DIVX, cause libdivx* do not build
- configure with "--enable-iconv"
- Fix overwriting of LIB_DEPENDS when WITHOUT_VORBIS was not defined
- Changed dependency so installed sdl12 is found.

PR:		34075
Submitted by:	holger@eit.uni-kl.de
2002-03-30 04:57:15 +00:00
Mario Sergio Fujikawa Ferreira
2603c39fd6 o Circumvent situation where both libdivx{encore,decore-devel} are
installed
o Unfortunaly, the port requires the latest divx{de,en}core libraries
  which are only distributed for Linux. Therefore, there is no port
  change, just a work around
2002-02-16 16:30:06 +00:00
Mario Sergio Fujikawa Ferreira
66d05f4541 o Update to 0.6.0.20011220. Therefore, since this version is smaller
than former, bump PORTEPOCH (will)
o Reorganize items inside Makefile to help with maintainance
o Both remove ONLY_FOR_ARCHS=i386 and add tweaks to hopefully
  enable this port outside of i386
o This port no longers USE_AUTOMAKE (will)
o New defaults: build with libmad and with optimized cflags. Thus,
  add both WITHOUT_MAD and WITHOUT_OPTIMIZED_CFLAGS options

Submitted by:	will
Reviewed by:	pat, Thomas E. Zander <riggs@rrr.de>,
		MAINTAINER
2002-01-17 20:05:16 +00:00
Kevin Lo
59c707609d Patch is replaced with a perl in-place regex.
Suggested by will@
2002-01-17 13:53:08 +00:00
Maxim Sobolev
7edd607e03 Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis. 2002-01-16 18:09:32 +00:00
Maxim Sobolev
a86e614a3f Update version number of vorbis shared library. 2002-01-16 17:41:49 +00:00
Kevin Lo
e99ff93b58 Fix autoconf/automake issue.
I haven't the patience to wait lioux@ to commit it, sorry.
You know, I've been waiting for one month.

PR: 32862
Submitted by: MAINTAINER
2002-01-12 16:40:23 +00:00
Mario Sergio Fujikawa Ferreira
d00e448161 o update to 0.60.20010920
o sanitize MASTER_SITES
o bump lib version since incompatible with previous one
o trim/update DESCR; update WWW tag

PR:		30747
Submitted by:	MAINTAINER
2001-09-25 16:22:32 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00