aboutsummaryrefslogtreecommitdiff
path: root/net/nylon
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-2/+2
| | | | Notes: svn path=/head/; revision=218857
* - Bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2008-01-021-2/+2
| | | | Notes: svn path=/head/; revision=204872
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-2/+2
| | | | Notes: svn path=/head/; revision=199865
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.Marcus Alves Grando2007-04-061-1/+2
| | | | Notes: svn path=/head/; revision=189394
* A new version is released. From the site:Boris Samorodov2007-02-202-5/+4
| | | | | | | | | | . 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@ Notes: svn path=/head/; revision=185584
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventMarcus Alves Grando2006-12-051-5/+2
| | | | | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) Notes: svn path=/head/; revision=178938
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-2/+2
| | | | Notes: svn path=/head/; revision=166640
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* - Link dynamically against libeventVolker Stolz2005-12-071-8/+6
| | | | | | | - Cleanup USE_RC_SUBR-handling Notes: svn path=/head/; revision=150586
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* - Install sample configuration as nylon.conf.sample to prevent overwritingPav Lucistnik2005-07-081-3/+3
| | | | | | | | | | real configuration file on upgrades PR: ports/83082 Submitted by: Rob MacGregor <freebsd.macgregor@blueyonder.co.uk> Notes: svn path=/head/; revision=138707
* Chase the libevent update.Jean-Yves Lefort2005-07-011-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=138315
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - RC_SUBR-ifyVolker Stolz2004-08-113-2/+46
| | | | | | | | | | - Nuke pkg-plist while here Based on PR: ports/70295 Submitted by: Rob MacGregor Notes: svn path=/head/; revision=115917
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to 1.2Sergey A. Osokin2003-06-293-13/+3
| | | | | | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 53780 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83821
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Tarball has been rerolled.Oliver Braun2003-01-221-1/+1
| | | | | | | | | | Developer: "very minor changes; a switch added to disable SOCKS4 or SOCKS5." PR: ports/47304 Submitted by: Volker Stolz <vs@lambda.foldr.org> Notes: svn path=/head/; revision=73817
* Update to 1.1Tilman Keskinoz2003-01-072-2/+2
| | | | | | | | PR: 46725 Submitted by: Christopher Sharp <csharp@gmx.net> Notes: svn path=/head/; revision=72717
* Update for net/nylonEdwin Groothuis2002-11-242-2/+1
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=70996
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.0Ying-Chieh Liao2002-10-237-47/+59
| | | | | | | | PR: 44385 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=68638
* Fix logic error in error-message printing code. This could neverGarrett Wollman2002-10-211-0/+24
| | | | | | | possibly have worked as written. Notes: svn path=/head/; revision=68546
* Update to 0.3Patrick Li2002-07-124-5/+27
| | | | | | | | | | | Reset maintainership back to ports@ PR: ports/39885 Submitted by: Volker Stolz <vs@lambda.foldr.org> Approved by: maintainer Notes: svn path=/head/; revision=62865
* add nylonYing-Chieh Liao2001-07-065-0/+25
A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward <William.Ward@ericsson.com> Notes: svn path=/head/; revision=44837