aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
Commit message (Collapse)AuthorAgeFilesLines
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-9/+3
| | | | | | | | | - While I'm here, remove .include <bsd.port.options.mk> Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462138
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Switch to USES=localbase.Cy Schubert2017-06-211-2/+2
| | | | Notes: svn path=/head/; revision=444009
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* Sort USES.Cy Schubert2016-10-031-1/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=423188
* Upline (Bishop Clark, bishopolis@gmail.com) says that theCy Schubert2016-10-021-4/+3
| | | | | | | | | | | | configure script was stale and that "aclocal&autoconf" will fix it. This indeed fixes ./configure not detcting a working fork() and vfork(). He will update the readme in the tarball. Recommended by: Bishop Clark <bishopolis@gmail.com> vtun upline Notes: svn path=/head/; revision=423158
* Adjust for a deficient ./configure script which fails to detectCy Schubert2016-09-241-2/+3
| | | | | | | | | a working fork(2) and vfork(2). Tested by: mat Notes: svn path=/head/; revision=422716
* Document the previous -z and the new -e command line options.Cy Schubert2016-09-203-2/+48
| | | | Notes: svn path=/head/; revision=422481
* Replace the vtun-v6 extra patch fromCy Schubert2016-09-204-24/+42
| | | | | | | | http://home.jp.FreeBSD.org/~simokawa/vtun-v6.html with a -e option on the command line. Notes: svn path=/head/; revision=422480
* Make vtun-v6 EXTENDED_MODE patch an option.Cy Schubert2016-09-201-7/+7
| | | | Notes: svn path=/head/; revision=422479
* Update 3.0.3 --> 3.0.4Cy Schubert2016-09-204-75/+25
| | | | | | | | | | | Document GPLv2 license. Convert to USES=ssl Replace absolute link with a relative link. Notes: svn path=/head/; revision=422478
* net/vtun: Fix SSL configuration for non-base SSL librariesJohn Marino2016-09-121-3/+9
| | | | | | | | | While here, couple OSVERSION with OPSYS for extra patches. Approved by: SSL blanket Notes: svn path=/head/; revision=421937
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Drop @dirrm* from plistDmitry Marakasov2015-10-231-3/+0
| | | | | | | | | - Remove redundant @owner/@group Approved by: portmgr blanket Notes: svn path=/head/; revision=400048
* Remove @unexec.Cy Schubert2015-02-111-1/+0
| | | | | | | Thanks to: mat Notes: svn path=/head/; revision=378859
* Convert to @sample.Cy Schubert2015-02-112-2/+3
| | | | Notes: svn path=/head/; revision=378855
* Fix recent build errors.Cy Schubert2015-02-111-0/+1
| | | | Notes: svn path=/head/; revision=378853
* - Fix symlink pointing into STAGEDIRDmitry Marakasov2014-10-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=370836
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360664
* Stagify.Cy Schubert2014-06-103-13/+27
| | | | Notes: svn path=/head/; revision=357274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix PR 172204 (failure to build using CLANG).Cy Schubert2013-02-142-2/+19
| | | | | | | PR: 172204 Notes: svn path=/head/; revision=312193
* Fix location of strip(1) to /usr/bin instead of $prefix as determined byCy Schubert2012-10-011-7/+6
| | | | | | | GNU configure. Notes: svn path=/head/; revision=305141
* Update 3.0.2 --> 3.0.3Cy Schubert2012-09-284-45/+32
| | | | | | | | | Assume maintainership. Approved by: kuriyama (maintainer) Notes: svn path=/head/; revision=304985
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Add local patch to specify pidfile path from command line option.Jun Kuriyama2011-04-214-1/+70
| | | | | | | | With this patch, vtund and vtunclient can be used on the same machine without pid conflicts in rc.subr code. Notes: svn path=/head/; revision=272995
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add shutdown keyword.Jun Kuriyama2010-04-163-1/+3
| | | | | | | Suggested by: dougb Notes: svn path=/head/; revision=252757
* - Take maintainership.Jun Kuriyama2010-04-162-3/+31
| | | | | | | - Support multiple vtunclient startup from rc.subr. Notes: svn path=/head/; revision=252747
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - On systems (e.g FreeBSD amd64) where sizeof(unsigned int) differs fromPav Lucistnik2008-12-222-0/+21
| | | | | | | | | | | sizeof(lzo_uint) this patch is necessary for the correct operation of vtun when LZO compression is enabled. PR: ports/129815 Submitted by: Bjoern Groenvall <bg@sics.se> Notes: svn path=/head/; revision=224565
* - Update to 3.0.2Martin Wilke2008-03-202-6/+8
| | | | | | | | PR: 121803 Submitted by: Ports Fury Notes: svn path=/head/; revision=209494
* Update to version 3.0.1Ion-Mihai Tetcu2007-09-034-22/+38
| | | | | | | | PR: ports/116024 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=198686
* - Update to 3.0.0Martin Wilke2007-02-266-42/+23
| | | | | | | | | | | | - Makefile cleanup - NOPORTDOCS support, DOCSDIR in pkg-plist - fixed startup scripts and knobs PR: 109356 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=185970
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+0
| | | | | | | | | | 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Backout latest commit, it needs a repocopy due to API change.Florent Thoumie2005-05-311-2/+2
| | | | | | | Noticed by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=136557
* - Bump lzo lib version.Florent Thoumie2005-05-311-1/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=136548
* - USE_RC_SUBR'ify.Jun Kuriyama2004-08-265-0/+83
| | | | | | | - Add knob to use simokawa's patch to enable extended mode. Notes: svn path=/head/; revision=117301
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Fix some build warnings.Christian Weisgerber2003-06-013-1/+28
| | | | Notes: svn path=/head/; revision=81946
* Update to 2.6. Based onChristian Weisgerber2003-06-014-15/+18
| | | | | | | | PR: 52771 Submitted by: Matt Peterson <matt@peterson.org> Notes: svn path=/head/; revision=81936
* - Update MASTER_SITESKevin Lo2003-04-111-2/+3
| | | | | | | - Drop maintainership Notes: svn path=/head/; revision=78730
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Change to use ${OPENSSLBASE} instead of ${LOCALBASE} in MakefileKevin Lo2002-04-171-2/+2
| | | | | | | | | | for location of OpenSSL. PR: 36427 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Notes: svn path=/head/; revision=57810
* Update to version 2.5Kevin Lo2002-03-253-3/+16
| | | | Notes: svn path=/head/; revision=56639