Commit graph

51 commits

Author SHA1 Message Date
Christian Weisgerber
045099965f allow parallel building 2009-03-24 14:47:42 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Rong-En Fan
c925c340dd - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.

Tested with:	my tinderbox on i386 6
Approved by:	portmgr
2007-07-24 15:10:14 +00:00
Christian Weisgerber
4437d2f0e8 * Update to 0.8.8.
* Add optional support for PulseAudio.
* Don't build nonsensical static modules.
* Use OPTIONS framework.
2007-07-14 20:06:15 +00:00
Christian Weisgerber
496476f884 Use preferred URL for master site.
Submitted by:	db
2007-07-05 14:59:14 +00:00
Christian Weisgerber
f5a0835f0d Configuration file libao.conf should be in ${PREFIX}/etc.
PR:		109914
Submitted by:	Ed Schouten <ed@fxq.nl>
2007-03-09 18:14:06 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Christian Weisgerber
cd3b00cde6 On special request, provide a full prototype for ao_default_driver_id()
in ao.h.

PR:		107903
Submitted by:	Ed Schouten <ed@fxq.nl>
2007-01-14 22:18:01 +00:00
Christian Weisgerber
ed901604d0 Don't clobber LIB_DEPENDS if several WITH_* options are set.
PR:		101469
Submitted by:	jacula@gmail.com
2006-08-07 17:20:16 +00:00
Norikatsu Shigemura
40632822d1 Remove .a files from pkg-plist.
Approved by:	portmgr(marcus), naddy(maintainer)
2006-03-12 06:12:37 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +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
Christian Weisgerber
9099f81536 Maintenance update to 0.8.5. No notable changes. 2004-10-22 16:39:16 +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
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +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
1e7e0dce64 portlint (whitespace cleanup) 2003-10-27 09:11:28 +00:00
Christian Weisgerber
37c64942fc Install pkgconfig .pc file to correct place
PR:		57802
Submitted by:	Ports Fury
2003-10-09 17:42:30 +00:00
Christian Weisgerber
8d7a265edd * Maintenance update to 0.8.4.
* Support for the aRts plugin now must be explicitly enabled by
  defining WITH_ARTS.
* NAS plugin available by defining WITH_NAS.  Consider experimental.
2003-10-08 16:17:10 +00:00
Christian Weisgerber
886e4dc395 Remove dead mirror.
Submitted by:	fenner (portsurvey)
2003-06-07 23:31:09 +00:00
Joe Marcus Clarke
5aba753137 Remove the USE_GNOMENG macro. 2003-04-08 00:40:09 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Christian Weisgerber
f83606bb98 Update master sites.
PR:             47676, 47677
Submitted by:   Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-01-30 22:18:24 +00:00
Edwin Groothuis
8a6476187a Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,
xiph.stratius.com is unreachable for a long time.
2002-12-26 11:59:03 +00:00
Christian Weisgerber
233d7a5f7d Fix packaging list. 2002-09-06 14:36:01 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Christian Weisgerber
2a0e767c9f * Use GNOMENG for ESounD.
* Kill .la files.
2002-08-23 15:23:17 +00:00
Christian Weisgerber
ce191f9f62 Make sure the esd module is only built if wanted.
Submitted by:	David Magda <dmagda@ee.ryerson.ca>
2002-07-20 19:25:07 +00:00
Christian Weisgerber
fe92cd6fa6 Welcome to the long-awaited release of Ogg Vorbis 1.0! 2002-07-20 15:29:27 +00:00
Christian Weisgerber
d2d4b2343e Update the arts dependency to the audio/arts port for kde3.
PR:		39725
Submitted by:	alane
2002-06-24 00:39:12 +00:00
Christian Weisgerber
7589f334a1 machine/soundcard.h -> sys/soundcard.h
PR:		36966
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
2002-04-10 20:41:58 +00:00
Christian Weisgerber
024d66152a There is no static libao.
Submitted by:	dinoex
2002-02-23 20:05:49 +00:00
Christian Weisgerber
62e38448d2 fix typo in master site URL 2002-01-21 16:18:42 +00:00
Christian Weisgerber
e821a2ae36 oops, missed one 2002-01-16 16:47:50 +00:00
Christian Weisgerber
4d71f07b6f Upgrade to Ogg Vorbis RC3.
PR:	33727, 33728, 33729, 33731
2002-01-16 14:42:33 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Trevor Johnson
9f49d35673 Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2.  This version
supports "channel coupling" for more efficient compression of stereo
material.

Submitted by:   Christian Weisgerber (maintainer)
2001-08-27 01:26:34 +00:00
FUJISHIMA Satsuki
3dc8097aac o update to 1.0 RC1.
PORTEPOCH bumped due to PKGNAME now strictly follows handbook.
  (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2)
o support NOPORTDOCS.
o remove stale MASTER_SITES.

PR:		29036
Submitted by:	maintainer
2001-07-19 06:29:35 +00:00
Trevor Johnson
81a8bc5e3a minor changes to documentation
Submitted by:	maintainer
2001-04-09 23:31:49 +00:00
Will Andrews
2c9291ccf2 Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.
Found by:	bento
2001-03-24 07:23:12 +00:00
Satoshi Asami
5009da6844 Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it is
confusing the hell out of make.

Submitted by:	bento
2001-03-24 07:07:57 +00:00
Trevor Johnson
c90c2320b1 Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake.  Support NOPORTDOCS.  Respect CFLAGS.
Fix libvorbis encoder on Alpha.  Install documentation in proper
places.

Approved by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
		(outgoing maintainer), Christian Weisgerber
		<naddy@mips.inka.de> (new maintainer)
2001-03-23 22:21:39 +00:00
Kris Kennaway
98578e1f93 Fix plist 2001-03-11 01:18:37 +00:00
FUJISHIMA Satsuki
71d6e02013 bump PORTREVISION due to pkg-plist addition.
Submitted by:	maintainer
2001-03-03 17:11:42 +00:00
FUJISHIMA Satsuki
c22c3b06b9 o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao)
o add WWW. (libogg)
o get rid of xmms dependency. (vorbis)

Approved by:	maintainer
2001-03-02 22:07:37 +00:00
Ying-Chieh Liao
009b6bdcb7 upgrade to 0.6.0
PR:	25412
Submit by:	maintainer
2001-02-28 17:09:12 +00:00
Satoshi Asami
f440390503 Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix
audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools
which need --add-missing to be passed to automake.

PR:		22610
Submitted by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>, roger, sobomax
2000-11-16 13:06:29 +00:00
Roger Hardiman
71666d4120 Add USE_AUTOMAKE
Submitted by:	bento
2000-11-13 10:57:16 +00:00