Commit graph

30 commits

Author SHA1 Message Date
Roman Bogorodskiy
b1e0e84b34 Update 0.3.8. 2007-01-02 13:15:47 +00:00
Roman Bogorodskiy
d2074f36ae Update to 0.3.6. 2006-08-24 13:32:01 +00:00
Roman Bogorodskiy
0b1f9e295b Update to 0.3.5. 2006-07-08 17:48:34 +00:00
Roman Bogorodskiy
87efb4a5d9 Update to 0.3.4. 2006-05-12 02:59:47 +00:00
Roman Bogorodskiy
6df9824dff Update to 0.3.1. 2006-05-05 16:01:41 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Roman Bogorodskiy
1d34c7f5b4 Update to 0.2.18 - a security release which fixes bugs in the DER decoder. 2006-02-10 16:26:21 +00:00
Roman Bogorodskiy
df22401d40 Update to 0.2.17. 2005-11-28 13:18:36 +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
Sergei Kolobov
601a79499f - Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them
2005-08-30 14:28:29 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergei Kolobov
70a62ceee1 - Update to 0.2.13
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available
2005-02-07 12:26:09 +00:00
Sergei Kolobov
e886788757 - Update to 0.2.10
- Switch to using libtool 1.5 installed from ports
2004-08-06 22:42:49 +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
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
Sergei Kolobov
b9e637fcbc - Update to 0.2.7
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
2004-03-05 23:03:00 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Kirill Ponomarev
48e0ddf771 - Update to 0.2.5
PR:		57139
Submitted by:	maintainer
2003-09-24 09:12:47 +00:00
Edwin Groothuis
10acb9cb49 [MAINTAINER] security/libtasn1: convert to USE_GETOPT_LONG
Convert to USE_GETOPT_LONG=yes
	Tested on:	4.8-STABLE, 5.0-CURRENT

PR:		ports/51093
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-04-18 05:38:50 +00:00
Edwin Groothuis
493581a905 [MAINTAINER] Update security/libtasn1 to 0.2.4
PR:		ports/50437
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-03-30 23:06:43 +00:00
Kevin Lo
8346fc308e Update to 0.2.3
PR: 50288
Submitted by: MAINTAINER
2003-03-26 06:56:16 +00:00
Christian Weisgerber
e60237e3f7 Use OSVERSION to check for getopt_long(), fixes INDEX build.
Reported by:	kris
Approved by:	kris
2003-03-18 01:49:27 +00:00
Christian Weisgerber
ce4b1510c1 - Update to 0.2.1
- Bumped shlib version to 1
- Conditionalize libgnugetopt dependency

PR:		48702
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-02-27 20:09:41 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Tilman Keskinoz
af0250c16c Use MASTER_SITE_GNUPG 2003-02-15 11:18:08 +00:00
Norikatsu Shigemura
3c4b5af5ca - Re-sort MASTER_SITES (primary site is temporarily unavailable)
- Use REINPLACE instead of 3 individual patches
- Allow user to specify their own CPPFLAGS and LDFLAGS
- Remove useless .la files

PR:		ports/47522
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-01-28 22:19:12 +00:00
Tilman Keskinoz
9d3aa882e5 Add a working MASTER_SITE. 2003-01-18 21:11:44 +00:00
Edwin Groothuis
6035bc589a [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS
XASN.1 structure parser library

PR:		ports/45347
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-07 13:44:33 +00:00