Commit graph

29 commits

Author SHA1 Message Date
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
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Marcus Alves Grando
5265c7a798 - Bump PORTREVISION since devel/libevent are updated. 2008-01-02 23:43:03 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Marcus Alves Grando
bdbb9d66b8 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. 2007-04-06 18:28:46 +00:00
Boris Samorodov
730dfb4bd9 A new version is released. From the site:
. nylon 1.21 (2006-07-19) Changes include SOCKS4a and
  tor-resolve (from hondza) as well as a few bugfixes.

Noted by:	"Alexander Kupferthaler" <alexkupferthaler at gmx.de> at freebsd-ports@
2007-02-20 23:00:39 +00:00
Marcus Alves Grando
654f115b69 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
2006-12-05 13:29:01 +00:00
Yen-Ming Lee
f16517a483 - update dependencies for libevent-1.2 2006-06-30 02:53:12 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Volker Stolz
a3b395aa5d - Link dynamically against libevent
- Cleanup USE_RC_SUBR-handling
2005-12-07 12:59:29 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Pav Lucistnik
f3f59e0af6 - Install sample configuration as nylon.conf.sample to prevent overwriting
real configuration file on upgrades

PR:		ports/83082
Submitted by:	Rob MacGregor <freebsd.macgregor@blueyonder.co.uk>
2005-07-08 14:35:48 +00:00
Jean-Yves Lefort
f95bf0e733 Chase the libevent update.
Reported by:	pointyhat
2005-07-01 22:47:21 +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
Volker Stolz
90ff979ede - RC_SUBR-ify
- Nuke pkg-plist while here

Based on PR:	ports/70295
Submitted by:	Rob MacGregor
2004-08-11 13:11:56 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Sergey A. Osokin
77045a02f1 Update to 1.2
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR:		53780
Approved by:	fjoe (mentor) (implicit)
2003-06-29 12:26:31 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Oliver Braun
ca3149dafd Tarball has been rerolled.
Developer: "very minor changes; a switch added to disable SOCKS4 or SOCKS5."

PR:		ports/47304
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
2003-01-22 21:54:54 +00:00
Tilman Keskinoz
d62715624b Update to 1.1
PR:		46725
Submitted by:	Christopher Sharp <csharp@gmx.net>
2003-01-07 21:49:01 +00:00
Edwin Groothuis
da35c873f9 Update for net/nylon
- Tar ball was re-rolled with cleaned up source code, no functional changes!
  [also commitors opinion]
- CONFIGURE_TARGET not really necessary

PR:		ports/45553
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2002-11-24 11:17:24 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
b50fc8ce46 upgrade to 1.0
PR:		44385
Submitted by:	Volker Stolz <vs@foldr.org>
2002-10-23 07:57:30 +00:00
Garrett Wollman
88196acfd8 Fix logic error in error-message printing code. This could never
possibly have worked as written.
2002-10-21 21:57:59 +00:00
Patrick Li
3a4ade157d Update to 0.3
Reset maintainership back to ports@

PR:		ports/39885
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
Approved by:	maintainer
2002-07-12 15:48:47 +00:00
Ying-Chieh Liao
8a326e6627 add nylon
A Unix SOCKS 4 and 5 proxy server

PR:		28036
Submitted by:	William Ward <William.Ward@ericsson.com>
2001-07-06 17:23:07 +00:00