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

62 Commits

Author SHA1 Message Date
Pav Lucistnik
3fed30f056 - Add WITH_STATIC_PLUGINS, requested by Jurij Ivliev <yury@black.cat.kazan.su>
- Remove WITHOUT_TOOLS and WITHOUT_SERVERS

PR:		ports/80940
Submitted by:	Ulrich Spoerlein <q@galgenberg.net> (maintainer)
2005-05-20 14:47:26 +00:00
Thierry Thomas
1354f668ae Change maintainer address.
PR:		ports/80973
Submitted by:	Ulrich Spoerlein <q (at) galgenberg.net>
2005-05-13 20:17:27 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
2000544540 - Update to 0.55
PR:		ports/70711
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
2004-08-20 19:50:54 +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
da4975035e BROKEN on sparc64: Does not compile 2004-05-13 09:13:30 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +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
Pav Lucistnik
02d0b724c1 - Fix the detection of libvorbis (broken, due to version bump)
- Fix a bug in the network code, found by Vladimir Machulsky
- Use DOCSDIR
- Bump PORTREVISION

PR:		ports/61902
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
2004-01-25 20:39:30 +00:00
Kirill Ponomarev
ffc486df06 - Use new knobs from bsd.sdl.mk
Approved by:	portmgr
2004-01-20 21:18:12 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Pav Lucistnik
d45dc8fc7b - Fix build on alpha, amd64 and sparc64
PR:		ports/59690
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by:	marcus (portmgr)
Approved by:	adamw (mentor)
2003-11-26 20:29:40 +00:00
Tom Hukins
f3955baaf1 Minor change: Remove a redundant warning and fix a typo. 2003-10-26 16:01:07 +00:00
Edwin Groothuis
b484a4b30a Chase multimedia/xmms library bump.
Submitted by:	FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by:	(unbreak of port builds)
2003-09-17 23:44:11 +00:00
Alexander Leidinger
4e00dbebbe Update to 0.5.4.
Submitted by:	maintainer
2003-08-08 13:23:08 +00:00
Daichi GOTO
1c3fe03035 fix games/quakeforge: build fail on alpha.
PR:		53757
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-07-08 04:50:34 +00:00
Daichi GOTO
9fe6a753aa Unbreak games/quakeforge on 5.1/alpha
PR:		53757
Submitted by:	Ulrich Spoerlein <q@uni.de> (mainttainer)
2003-06-26 14:19:23 +00:00
Alexander Leidinger
ac0a3840d3 remove "garbage" around the patch 2003-03-29 02:52:46 +00:00
Alexander Leidinger
b80de4efc3 - change maintainer to q@uni.de (this time for sure)
- add patch for zpak (use sh instead of bash)

Submitted by:	q@uni.de

 - bump portrevision due to change in package (zpak)
2003-03-28 10:15:56 +00:00
Eric Anholt
4a602bca40 Fix fetching of quakeforge distfiles.
Approved by:	portmgr
2003-03-08 04:01:44 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Akinori MUSHA
2ab2d59488 De-pkg-comment. 2003-02-20 17:32:26 +00:00
Alexander Leidinger
1d02643ec3 Fix missing pthread symbols on -current.
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-02-01 13:54:33 +00:00
Alexander Leidinger
137eefaa29 Fix qw-client segfaults.
Submitted by:	Ulrich Spoerlein <q@uni.de>
Obtained from:	qf-CVS
2003-02-01 12:51:47 +00:00
Alexander Leidinger
50ff37052c Update to 0.5.2.
Give maintainership to Ulrich Spoerlein <q@uni.de> from ports.

Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-01-31 09:28:49 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Alan Eldridge
312a8cd896 Fixed to build with new stricter auto* rules.
Approved by:	kris
2002-11-27 16:41:30 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Patrick Li
b5b9060d27 Reset maintainership.
PR:		39519
Submitted by:	Daniel O'Connor <darius@dons.net.au> (previous maintainer)
2002-06-19 13:25:40 +00:00
Ying-Chieh Liao
5195659301 build with sdl sound
PR:		38111
Submitted by:	Anton Voronin <anton@chelcom.ru>
Approved by:	maintainer
2002-05-22 05:54:09 +00:00
Maxim Sobolev
ca3e892a59 - Fix the build broken by the last autoconf/automake overhaul;
- use devel/sdl12 instead of devel/sdl10 because the latter is doomed for
  death.
2002-04-17 14:59:55 +00:00
Patrick Li
6240442464 Fix automake problems
Caught by:	bento
PR:		33824
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-02-10 01:10:22 +00:00
Akinori MUSHA
bc07afc1c2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00
Will Andrews
26162be170 Force use of autoconf 2.13. 2002-01-06 06:57:06 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Maxim Sobolev
1685a09c6b Fix the port: GNU autoheader now called `autoheader213', not just
`autoheader'.
2001-10-30 12:53:03 +00:00
David E. O'Brien
51d207c2fc Explicity run aclocal and autoheader 2001-10-30 09:19:59 +00:00
Maxim Sobolev
8ea52382c6 Unbroke.
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.

Screwed by:	ade
Reported by:	bento
2001-06-05 17:51:20 +00:00
Ade Lovett
af2a6cb93b Replace explicit build dependency on automake with USE_AUTOMAKE knob 2001-05-31 22:53:13 +00:00
Maxim Sobolev
8ed8aafc20 Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami
2001-04-09 11:55:04 +00:00
Maxim Sobolev
d33af9f4f4 Respect SDL_CONFIG like others SDL-based ports do. 2001-01-26 16:55:46 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
b138933464 Move PLIST.* to pkg-plist.*. 2000-10-08 01:28:10 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00