Commit Graph

21 Commits

Author SHA1 Message Date
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
Clement Laforet
af1ffdc6f0 - Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
  migration to bsd.apache.mk
  It's a no-op for now.

Approved by:	portmgr (self)
2005-09-19 11:52:14 +00:00
Volker Stolz
7e76799d63 Chase URLs
PR:		ports/74802
Submitted by:	Manfred N. Riem
Approved by:	maintainer
2004-12-07 12:35:18 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Ernst de Haan
8a30760000 Convert this port to use the new bsd.java.mk structure, so it
doesn't try to install jdk-1.1.8 when the user has a newer
version of java installed.

Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
PR:		39902
2002-08-29 18:50:11 +00:00
Greg Lewis
05f69eeb5b Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by:	znerd
2002-06-16 01:54:07 +00:00
Ying-Chieh Liao
9d1c3de597 install docs to the proper dir
bump port revisioin

PR:		27610
Submitted by:	KUNISHIMA Takeo <kunishi@acm.org>
2001-12-08 10:35:14 +00:00
Jimmy Olgeni
d2f3fc0d14 Some spaces -> tabs for ports/www. 2001-02-05 15:33:58 +00:00
Steve Price
b1f98cec11 - Provide the full path for gmake(1) so configure doesn't fall over.
- Re-order a couple of USE_* directives.
- Add USE_PERL5 since it does.
- Pass the configure script the full patch to perl.

PR:		22693
Reviewed by:	Allan Bowhill <kosmos@bowhill.yi.org>
2000-11-13 04:48:16 +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
Steve Price
549b906542 Update to version 1.1.2.
PR:		19599
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-07-07 19:23:35 +00:00
Steve Price
b4f480b780 Update to version 1.1.1.
PR:		18668
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-05-29 03:24:56 +00:00
Steve Price
1515c6a207 Portlint, deinstall cleanly, and put the .jar files where they belong.
PR:		17835
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-04-30 19:41:31 +00:00
Chris Piazza
c3bb46468e Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:07:29 +00:00
Jun Kuriyama
c6e27288e4 Update to v1.1.
Submitted by:	greg@greg.rim.or.jp (Kensaku Masuda)
PR:		ports/16600

# I don't like to use directory ${PREFIX}/docs.  But it seems it is
# difficult to move it to somewhere.
2000-02-10 14:19:22 +00:00
Peter Wemm
e7aa81f1a6 $Id$ -> $FreeBSD$ 1999-08-31 02:43:35 +00:00
Jun Kuriyama
6be48c079b Apache installation is needed to build this port. 1999-08-29 15:14:12 +00:00
Jun Kuriyama
1e257996e8 Loadable servlet module for apache.
PR:		ports/10389 (part of)
Submitted by:	greg@greg.rim.or.jp
1999-06-30 22:03:13 +00:00