aboutsummaryrefslogtreecommitdiffstats
path: root/net/6tunnel
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Remove references to my mirror, which will be decommissioned shortly;shaun2009-07-201-2/+1
| | | | fall back to FreeBSD mirrors in case the port has no others.
* Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1
| | | | reasonable standard.
* 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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* Add an additional mirror.ehaupt2006-04-291-1/+2
| | | | Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
* - use DISTVERSIONvs2006-04-181-8/+2
| | | | | | | - cleanup redundant autoconf invocation PR: ports/95624 Submitted by: maintainer
* - Transfer maintainership to submitter [1]garga2006-02-211-1/+1
| | | | | | | - Use DATADIR macro on IglooFTP PR: ports/93499 Submitted by: Shaun Amott <shaun@inerd.com>
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Update to 0.11.r2sem2005-09-024-17/+27
| | | | | PR: ports/85633 Submitted by: Andrej Zverev <az@inec.ru>
* - Update to 0.11rc1 from new master sitevs2005-02-166-93/+21
| | | | - Fix grammar in COMMENT
* Add size data.trevor2004-03-261-0/+1
|
* E-mail to the maintainer bounced with:trevor2004-03-261-1/+1
| | | | | 451 bsd-fr.org: Name server timeout Message could not be delivered for 5 days
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Fix build with gcc 3.3kris2003-07-181-0/+49
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.09, fixing a local and possibly also remoteroam2001-10-264-20/+7
| | | | | | | denial of service attack. PR: 31497 Submitted by: maintainer
* Don't hard-code -O2kris2001-04-301-1/+1
|
* Reorder includes to squash typical Linux-kiddie network header misordering.kris2001-04-301-0/+15
|
* 6tunnel allows you to use services provided by IPv6 hosts with IPv4-onlysumikawa2001-03-026-0/+67
applications and vice versa. It can bind to any of your IPv4 (default) or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. It can be used for example as an ipv6-capable IRC proxy. PR: ports/24088 Submitted by: Vassili Tchersky <vt@bsdjeunz.org>