Commit graph

32 commits

Author SHA1 Message Date
Cheng-Lung Sung
ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00
Rong-En Fan
d3e4204077 - Depend on readline port if library exists
program will link it rather than a system one

PR:		ports/101437
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:38:13 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Simon Barner
0fb6df4d57 - Update to 2.4.4
Submitted by:	Ports fury
PR:		ports/92609
2006-01-31 16:11:45 +00:00
Sam Lawrance
a583049d36 Update to 2.4.3.
PR:		ports/90562
Submitted by:	Ports Fury
2005-12-18 10:37:06 +00:00
Mark Linimon
256057ca4a Reset maintainer at his request.
PR:		ports/89566
2005-11-26 05:13:18 +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
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
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +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
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
Tilman Keskinoz
9051484e98 USE_REINPLACE
Respect CPPFLAGS and LDFLAGS

PR:		47651
Submitted by:	Simon Schubert
2003-10-23 19:07:47 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Tilman Keskinoz
1a635ba948 Update to 2.2.3
Fix Build.

PR:		50858
Submitted by:	"The Anarcat" <anarcat@anarcat.ath.cx>
2003-06-22 22:48:25 +00:00
Kris Kennaway
3bc7ffd050 BROKEN: Does not compile 2003-05-06 07:06:52 +00:00
Tilman Keskinoz
2a1dc61ae1 Update to 2.2.2
PR:		50580
Submitted by:	maintainer
2003-04-06 00:05:00 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Kris Kennaway
c29229d88e Add some missing manpages 2003-01-14 04:17:21 +00:00
Edwin Groothuis
be3ae784c7 Removed sourceforge.net from the master-sites, the distfiles weren't
there.
Noticed by: portsurvey
2002-12-26 10:57:07 +00:00
Edwin Groothuis
8e36d13738 Make audio/ecasound configuring and compiling again.
Noticed on: bento
2002-11-21 10:50:04 +00:00
Patrick Li
0148c8ec32 Update to 2.0.4
PR:		34645
Submitted by:	maintainer
2002-02-06 05:02:44 +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
84263f1263 o Update to 2.0.3
o Style fix: replace all spaces with tabs where appropriate
o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined
o Advertise WITH* options

PR:		32139
Submitted by:	maintainer
2001-12-06 19:18:09 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
David W. Chapman Jr.
8c20164234 Make configure script find audio libs
Bump PORTREVISION

PR:		30058
Submitted by:	maintainer
2001-09-15 04:35:42 +00:00
Peter Pentchev
b168a2aafb Rephrase pkg-comment, shorten pkg-descr.
PR:		20034
Submitted by:	maintainer
2001-08-24 17:08:11 +00:00
Peter Pentchev
d010fd5acb Update to 2.0.2, introducing NOPORTDOCS support.
PR:		30033
Submitted by:	maintainer
2001-08-24 17:04:29 +00:00
Jimmy Olgeni
224c56290e Update port to version 1.9dev5, plus misc. cleanups.
Aside from the PR, I also removed the pkg-plist.py file and merged support
for the python plist changes in the standard file, using PLIST_SUB.

The plist has been resynced with the installed files, since "make package"
used to fail.

All patch files have been removed, as stated by related PR ports/26492,
from maintainer.

PR:		26629 (with some changes)
Submitted by:	maintainer
2001-04-24 22:22:44 +00:00
Dirk Meyer
431231800b from maintainer:
Actually, the problem is that the ecasound port can optionally be compiled with
python so that you have another interface to the program. The python dependency
wasn't recorded in the makefile and the port was building the python bits by
default, so the process of installing or packaging failed a one point.
The fix is quite simple. And it features a couple of other enhancments.
First off, the current plist must be renamed "pkg-plist.py".
Second, a new plist must be made with the following diff on the original:

me:
The file pkg-plist contains only one revision,
so a repro copy of this file won't be needed.
I changed whitespaces to taps.

PR:		25814
Submitted by:	anarcat@tao.ca
2001-03-17 13:40:04 +00:00
Will Andrews
c2493667ad Add ecasound 1.8.5d15, a software package designed for multitrack audio
processing.

PR:		23778
Submitted by:	The Anarcat <beaupran@iro.umontreal.ca>
2000-12-26 05:52:15 +00:00