aboutsummaryrefslogtreecommitdiffstats
path: root/net/nylon
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update libevent to 1.4.14bmm2010-07-251-1/+1
| | | | | PR: ports/147723 Approved by: maintainer (timeout)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* - Update libevent dependency and bump PORTREVISIONmnag2008-08-201-2/+2
|
* - Bump PORTREVISION since devel/libevent are updated.mnag2008-01-031-2/+2
|
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.mnag2007-09-221-2/+2
|
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.mnag2007-04-071-1/+2
|
* A new version is released. From the site:bsam2007-02-212-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@
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventmnag2006-12-051-5/+2
| | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
* - update dependencies for libevent-1.2leeym2006-06-301-2/+2
|
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* - Link dynamically against libeventvs2005-12-071-8/+6
| | | | - Cleanup USE_RC_SUBR-handling
* - Add SHA256pav2005-11-261-0/+1
|
* - Install sample configuration as nylon.conf.sample to prevent overwritingpav2005-07-081-3/+3
| | | | | | | real configuration file on upgrades PR: ports/83082 Submitted by: Rob MacGregor <freebsd.macgregor@blueyonder.co.uk>
* Chase the libevent update.jylefort2005-07-021-0/+1
| | | | Reported by: pointyhat
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - RC_SUBR-ifyvs2004-08-113-2/+46
| | | | | | | - Nuke pkg-plist while here Based on PR: ports/70295 Submitted by: Rob MacGregor
* SIZEify.trevor2004-01-301-0/+1
|
* Update to 1.2osa2003-06-293-13/+3
| | | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 53780 Approved by: fjoe (mentor) (implicit)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Tarball has been rerolled.obraun2003-01-231-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>
* Update to 1.1arved2003-01-082-2/+2
| | | | | PR: 46725 Submitted by: Christopher Sharp <csharp@gmx.net>
* Update for net/nylonedwin2002-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>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 1.0ijliao2002-10-237-47/+59
| | | | | PR: 44385 Submitted by: Volker Stolz <vs@foldr.org>
* Fix logic error in error-message printing code. This could neverwollman2002-10-221-0/+24
| | | | possibly have worked as written.
* Update to 0.3pat2002-07-124-5/+27
| | | | | | | | Reset maintainership back to ports@ PR: ports/39885 Submitted by: Volker Stolz <vs@lambda.foldr.org> Approved by: maintainer
* add nylonijliao2001-07-075-0/+25
A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward <William.Ward@ericsson.com>