Commit graph

20 commits

Author SHA1 Message Date
Cheng-Lung Sung
c54010f434 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:04:55 +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
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +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
Tilman Keskinoz
463dadf671 * Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
2005-11-08 12:56:15 +00:00
Kirill Ponomarev
ba1bf34af9 Update to version 0.4.0
PR:		ports/80545
Submitted by:	Ports Fury
2005-05-03 09:07:26 +00:00
Kirill Ponomarev
c8e8d32ae9 - Update to version 0.3.7
PR:		ports/69116
Submitted by:	Ports Fury
2004-07-15 16:46:14 +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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
Tilman Keskinoz
a31fc71009 Rearrange USE_GNOME
Don't install .la file

PR:		63499
Submitted by:	KATO Tsuguru
2004-02-28 16:07:28 +00:00
Tilman Keskinoz
d58786f72c Update to 0.3.5
Drop Maintainership
2004-02-28 10:15:58 +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
Pav Lucistnik
c4d19306b6 - Chase raptor shlib version raise. 2004-01-03 00:06:00 +00:00
Tilman Keskinoz
c9918985e5 Update to 0.3.2 2003-10-31 10:01:43 +00:00
Tilman Keskinoz
cb72517df4 Chase shlib version of raptor
Forgotten by:	krion
2003-10-20 19:50:48 +00:00
Tilman Keskinoz
c792ca0c11 Update to 0.3.1 2003-07-27 23:24:12 +00:00
Tilman Keskinoz
14fe821bde Add build dependency on LADSPA
Submitted by:	bento
2003-05-04 17:45:36 +00:00
Tilman Keskinoz
c725ada3ec Add ${PTHREAD_LIBS}
Submitted by:	 ydg <ydg@cox.net>
2003-05-02 10:18:10 +00:00
Tilman Keskinoz
843926595c Add liblrdf, a library for manipulating RDF files describing LADSPA plugins. 2003-04-27 14:27:54 +00:00