Commit graph

30 commits

Author SHA1 Message Date
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +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
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +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
Clement Laforet
ba7018e2ac - gpgme et gpgme03 are no longer in conflict 2004-12-21 09:03:31 +00:00
Clement Laforet
7ef18bc031 - Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:	portmgr (marcus)
2004-12-21 08:59:42 +00:00
Michael Nottebrock
f79caaf401 Set LATEST_LINK to gpgme03 2004-12-17 08:07:07 +00:00
Michael Nottebrock
410796b4d5 gpgme and gpgme03 are conflicting ports. 2004-12-13 20:29:16 +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
Michael Nottebrock
d0085641e3 Update the Aegypten ports to versions compatible with libgcrypt 1.2.0 2004-05-03 19:22:04 +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
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
95bbb07bc3 - Update to 0.3.16
PR:		ports/60711
Submitted by:	ijliao
2004-01-06 14:18:02 +00:00
Mario Sergio Fujikawa Ferreira
7625989aa0 o Fix gpgsm support so that conditional WITH_GPGSM really works
o Bump PORTREVISION

PR:		52459
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by:	maintainer
2003-05-22 01:29:39 +00:00
Tilman Keskinoz
e95d4512c9 Update to 0.3.15.
Conditional depend on newpg

PR:		51574
Submitted by:	TERAMOTO Masahiro <markun@onohara.to>
		Michael Nottebrock <michaelnottebrock@gmx.net>
2003-05-18 23:28:15 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Joe Marcus Clarke
2a530641f1 Chase pth's shared lib version. 2003-02-17 18:14:00 +00:00
Tilman Keskinoz
f357388f5a Use MASTER_SITE_GNUPG 2003-02-15 12:17:21 +00:00
Tilman Keskinoz
509bd8df77 Update to 0.3.14
PR:		46836
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net> &
		Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2003-01-30 17:27:51 +00:00
Tilman Keskinoz
b3f75637d0 Update to 0.3.12
PR:		46566
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2003-01-02 18:51:00 +00:00
Edwin Groothuis
b8e509ba9c Fix email addresses and WWW site
PR:		ports/46111
Submitted by:	TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
2002-12-12 08:44:23 +00:00
Ying-Chieh Liao
b931104c6d disable pth detect when configure
PR:		43624
Submitted by:	maintainer
2002-11-15 17:49:37 +00:00
Ying-Chieh Liao
1aae81b56b upgrade to 0.3.9
PR:		42212
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	maintainer
2002-09-20 05:33:01 +00:00
Kris Kennaway
3ef28beb38 Add missing files 2002-09-19 02:00:29 +00:00
Patrick Li
1a163b59c3 Update to 0.3.6
PR:		38369
Submitted by:	maintainer
2002-05-22 20:32:18 +00:00
FUJISHIMA Satsuki
ff6f0aabbd update to 0.2.3.
PR:		34164
Submitted by:	maintainer
2002-01-22 14:34:16 +00:00
Akinori MUSHA
20e6c30d46 - Update to 0.2.3.
- Update the URL in the package description.

- The author hacks a LIBTOOL path into their Makefiles that doesn't work
  under the ports system.  Make it work by a small patch to aclocal.m4
  (which requires the addition of USE_AUTOCONF) and passing in the port
  system's value of LIBTOOL (using a different variable name since they
  already use LIBTOOL themselves).  This was simpler than patching all
  their Makefiles.

PR:		ports/30999
Submitted by:	Dave Chapeskie <bsdport@ddm.wox.org>
Approved by:	MAINTAINER
2001-10-12 15:01:08 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Ying-Chieh Liao
d0029552b3 add gpgme
A library to make access to GnuPG easier

PR:		28196
Submitted by:	TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
2001-07-06 18:15:29 +00:00