Commit graph

38 commits

Author SHA1 Message Date
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Wen Heping
91780c7095 - Use $SUB_FILES to update pkg-message
PR:		ports/143147
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer
2010-01-26 03:01:25 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Mark Linimon
1e03f1e937 Return this one to maintainer, after email received.
Hat:		portmgr
2007-03-15 04:19:34 +00:00
Mark Linimon
3db59459d2 Reset thomas@cuivre.fr.eu.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2007-03-14 08:35:09 +00:00
Martin Wilke
7d569e188c - Update to 1.9.2.4
PR:		107766
Submitted by:	miwi
Approved by:	maintainer timeout
2007-01-24 21:18:01 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +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
Thomas Quinot
4e8711aa04 Update to upstream release 1.9.2.3.
Reviewed by:	roberto
2005-10-22 21:32:48 +00:00
Mark Linimon
434d42140d Chase updated homepage. 2005-10-13 06:05:43 +00:00
Thomas Quinot
facebe7894 There used to be a macro IPL_NAT in ipfilter that was defined to be the
same as IPNAT_NAME. This macro has been removed with the import of
ipfilter 4, so we now need to use IPNAT_NAME directly.

Fixes build on -CURRENT.

Reviewed by:	roberto
2005-06-14 10:25:24 +00:00
Kirill Ponomarev
1b9f5688bb Fix build on 6.x
PR:		ports/75320
Submitted by:	maintainer
2004-12-21 10:50:59 +00:00
Kris Kennaway
c1c60fa0cc BROKEN on 6.x: Does not compile 2004-11-18 22:28:49 +00:00
Oliver Eikemeier
f7fbc0cc01 update to version 1.9.2.2
use USE_OPENLDAP

Submitted by:	thomas (maintainer)
2004-04-29 08:22:24 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
9e3a7f5bf8 - Fix build on 5-x
- Pet portlint

PR:		ports/64424
Submitted by:	hrs
2004-03-23 08:56:57 +00:00
Kris Kennaway
7653d27b79 BROKEN on 5.x: Does not compile 2004-03-18 12:20:43 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +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
Edwin Groothuis
1e6a23f527 remove broken mastersite 2003-11-03 01:40:10 +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
Thomas Quinot
c96fcddee7 Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 libraries
under ${LOCALBASE}/lib.

Reviewed by:	roberto
2003-08-14 15:17:19 +00:00
Thomas Quinot
832d6b991e Upgrade to upstream release 1.9.2.1.
Reviewed by;	roberto
2003-08-14 10:16:48 +00:00
Thomas Quinot
bbf05701ce Fix URL of proxy-suite web page.
Submitted by:	Doug McDonald <dougm@austin.rr.com>
Reviewed by:	roberto
2003-08-14 10:16:14 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Patrick Li
0ab2484919 Update to 1.8
PR:		34136
Submitted by:	maintainer
2002-01-22 06:03:04 +00:00
Pete Fritchman
9b10143cc7 Update WWW tag.
Submitted by:	Frank Sundermeyer <fs@suse.de>
2001-12-11 15:32:17 +00:00
Kevin Lo
1e2d710bb9 - Add suport LDAP
- Add pkg-message
- Bump PORTREVISION

PR: 31351
Submitted by: MAINTAINER
2001-10-19 15:52:02 +00:00
Ying-Chieh Liao
3d139603be update master site
PR:		28823
Submitted by:	MAINTAINER
2001-07-08 18:47:39 +00:00
Ying-Chieh Liao
39efc8cfc1 fix path
PR:		27018
Submitted by:	MAINTAINER
2001-05-17 19:50:39 +00:00
Will Andrews
fa5d0c0b55 Add proxy-suite 1.7, the SuSE Proxy-Suite, a set of programs to
enhance firewall security.

PR:		26380
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2001-04-07 05:54:50 +00:00