1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Roman Bogorodskiy
1842665597 - Update to 2.9
- Point WWW to libtasn1's own page at gnu.org
2010-12-31 13:07:24 +00:00
Roman Bogorodskiy
6810239b86 Update to 2.8. 2010-10-23 19:08:39 +00:00
Roman Bogorodskiy
a3527d819d Update to 2.7. 2010-07-24 12:10:40 +00:00
Roman Bogorodskiy
c9e1c361cb Update to 2.6. 2010-05-03 18:39:48 +00:00
Roman Bogorodskiy
01b6b000e2 Update to 2.4.
PR:		143269
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
2010-02-09 18:55:53 +00:00
Roman Bogorodskiy
a5d63a45d5 Update to 2.3. 2009-08-21 16:10:48 +00:00
Roman Bogorodskiy
467b1c38e7 Update to 2.1. 2009-05-10 00:37:23 +00:00
Roman Bogorodskiy
fdd06ffd54 Update to 1.8. 2009-01-18 17:02:03 +00:00
Roman Bogorodskiy
5d8d6cd137 Update to 1.5. 2008-08-30 12:03:51 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Roman Bogorodskiy
97a25d7ea3 Update to 1.4. 2008-06-19 06:02:47 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Roman Bogorodskiy
c6fe55c26a Update to 1.3. 2008-03-03 12:51:09 +00:00
Roman Bogorodskiy
12f89b2804 Update to 1.1. 2007-10-29 17:44:48 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Roman Bogorodskiy
b33b09f494 Update to 0.3.10. 2007-05-28 13:23:56 +00:00
Roman Bogorodskiy
d6ee2e03dd Update to 0.3.9. 2007-03-25 11:51:25 +00:00
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