Commit graph

36 commits

Author SHA1 Message Date
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
Pav Lucistnik
283499a1b6 - Update to 1.36.59
PR:		ports/71067
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:	maintainer timeout (1 month)
2004-10-11 22:22:09 +00:00
Norikatsu Shigemura
c271f79ff3 Update to 1.36.58.
PR:		ports/69917
Submitted by:	Paul Seniura <pdseniura@techie.com>
Approved by:	Stefan `Sec` Zehl <sec@42.org> (maintainer)
2004-08-12 15:56:04 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Christian Weisgerber
9266f9213a Update to 1.36.57.
Approved by:	maintainer
2002-09-15 00:20:48 +00:00
Patrick Li
8fdb93e4fd - Update to 1.36.55
- Sort plist and silent some portlint warnings

PR:		ports/41316
Submitted by:	maintainer
2002-08-05 19:30:50 +00:00
Patrick Li
0d258fff72 Update to 1.36.54
PR:		ports/40667
Submitted by:	maintainer
2002-07-16 22:06:49 +00:00
Kevin Lo
39d8bdfd65 Update to version 0.36.50
PR: 33800
Submitted by: MAINTAINER
2002-01-12 17:08:17 +00:00
Kris Kennaway
1c3fbb8f48 Update to libsidplay-1.36.47
Approved by:	maintainer
2001-05-06 03:18:37 +00:00
Peter Pentchev
9adab8f78f Chase a rerolled distfile tarball; remove a Makefile comment about it, dating
from the times there were two different distfiles on different distsites.

PR:		24306 - noticed
Submitted by:	Andreas Schulz <ats@first.gmd.de>
PR:		24479 - fixed
Submitted by:	maintainer
2001-01-20 11:50:30 +00:00
Kevin Lo
22574320f1 Upgrade to 1.36.46
PR: 24168
Submitted by: MAINTAINER
2001-01-09 16:58:13 +00:00
Ade Lovett
544fbd3bfe Update to 1.36.45
PR:		21829
Submitted by:	maintainer
2000-10-12 21:25:30 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Maxim Sobolev
8804837758 Override FETCH_CMD to get rid from -A option.
PR:		20764
Submitted by:	maintainer
2000-08-22 16:10:39 +00:00
Maxim Sobolev
d89e526155 Update to 1.36.44.
Submitted by:	maintainer
2000-08-22 16:02:06 +00:00
Maxim Sobolev
420d33edaf Forgot to update COMMENT.
PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:37:31 +00:00
Maxim Sobolev
a0c6a6f1bc Remove unneeded USE_XLIB. 2000-06-29 10:20:13 +00:00
Maxim Sobolev
5384534e82 Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also update
to 1.36.40.

PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:17:09 +00:00
Maxim Sobolev
f912095f22 Add USE_NEWGCC.
Submitted by:	bento
2000-06-23 09:27:27 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Will Andrews
5f444e9d74 Update to 1.36.38. We can now have sidplay shared libs! 2000-06-02 14:56:50 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Steve Price
7d703bbf3a Update to version 1.36.35.
PR:		14777
Submitted by:	maintainer
1999-11-14 02:48:46 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Justin M. Seger
f4a86e20b4 Upgrade to 1.36.31
PR:		ports/9085
Submitted by:	sec@btl.42.org
1998-12-16 00:32:21 +00:00
Satoshi Asami
f22feb535b A few more USE_XLIBs. 1998-11-28 09:07:24 +00:00
Matthew Hunt
8de3a0c3c1 Spelling and grammar police. This commit brought to you by the
letter "A".
1998-08-04 02:24:27 +00:00
Satoshi Asami
a1dc260061 No need to define both USE_CONFIGURE and GNU_CONFIGURE.... 1998-07-27 18:11:10 +00:00
Donald Burr
6ffe045384 PR: ports/5504
Submitted by:	sec@42.org
Import of new port audio/sidplay, a C=64 SID musicfile player and
SID chip emulator.
1998-07-26 08:14:03 +00:00