1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

31 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
Roman Bogorodskiy
a7f7b175ee - Update to 0.99.12p2
- Take maintainership
2005-09-16 11:43:11 +00:00
Michael Johnson
b75d05b9cf Update to 0.99.12
PR:		ports/73332
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:	pav (co mentor)
2004-11-06 19:47:47 +00:00
Oliver Lehmann
ef866e788f take care of $PREFIX/libdata/pkgconfig 2004-08-14 21:57:56 +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
Kirill Ponomarev
7a7459f6da - Update to version 0.99.10
PR:		ports/65260
Submitted by:	Ports Fury
2004-04-06 20:57:20 +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
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Kris Kennaway
6a78684fea Fix bad static buffer bound. Bump PORTREVISION.
Obtained from:	OpenBSD
2003-06-27 03:29:59 +00:00
Pete Fritchman
d403cfe967 Update to 0.99.9.
PR:		51668
Submitted by:	Ports Fury
2003-05-18 22:42:02 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +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
Christian Weisgerber
947bd591eb Update to version 0.99.6.
PR:		41730
Submitted by:	Ports Fury
2002-08-17 18:47:06 +00:00
Peter Pentchev
a6fa6ac3e9 Chase MASTER_SITES.
The site in the PR turned out to be a Sunsite mirror, so use Sunsite.

PR:		27521
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-05-22 16:43:53 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Chris D. Faulhaber
c8aa0d6b02 Correct MD5 checksum.
Found by:	bento
2000-01-12 20:41:11 +00:00
Chris D. Faulhaber
8808e4687c Update port to 0.99.4
PR:		15911
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-05 20:46:04 +00:00
R. Imura
cf4206a97a update to 0.99.3
PR:		15076
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-26 17:17:16 +00:00
Chris Piazza
7f0c7279ed Update to version 0.99.2
PR:		14304
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-16 03:45:56 +00:00
Chris Piazza
d634d641e4 Update to version 0.99.1
PR:		13527
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-04 19:42:49 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Thomas Gellekum
8bc5337650 Sort entries and execute ldconfig. 1999-06-01 10:54:12 +00:00
Thomas Gellekum
3df2ab3da7 New port libcdaudio, a library to control the CD-ROM
when playing audio CDs.
1999-06-01 10:46:58 +00:00