aboutsummaryrefslogtreecommitdiff
path: root/net/vde2
Commit message (Collapse)AuthorAgeFilesLines
* net/vde2: fix build error: use of undeclared identifier 'BIOCSHDRCMPLT'Kurt Jaeger2019-09-044-9/+21
| | | | | | | | | | | | | - fix build - change WWW to github - pet portlint PR: 229525 Reported by: O. Hartmann <ohartmann@walstatt.org> Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=511146
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Fix the build with OpenSSL 1.1.1Kevin Lo2018-11-021-0/+110
| | | | Notes: svn path=/head/; revision=483811
* - Fix shebangsDmitry Marakasov2015-06-171-2/+3
| | | | Notes: svn path=/head/; revision=389921
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Fix "BSD" license in net categoryMark Felder2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374502
* Cleanup plistAntoine Brodin2014-11-221-4/+0
| | | | Notes: svn path=/head/; revision=373063
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-092-9/+7
| | | | Notes: svn path=/head/; revision=361389
* - Stage supportAntoine Brodin2014-02-062-33/+36
| | | | | | | - Use OPTIONS helpers Notes: svn path=/head/; revision=343140
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Convert to new options frameworkBaptiste Daroussin2012-07-201-2/+3
| | | | Notes: svn path=/head/; revision=301253
* - Update to version 2.3.2Martin Wilke2012-01-284-4/+35
| | | | | | | | PR: 164164 Submitted by: Ports Fury Notes: svn path=/head/; revision=289963
* Remove references to unsupported FreeBSD versions. Mostly of the form:Doug Barton2011-11-011-4/+0
| | | | | | | .if ${OSVERSION} < 700000 Notes: svn path=/head/; revision=284867
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 2.3.1Max Brazhnikov2010-09-183-6/+14
| | | | | | | | PR: ports/150659 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=261388
* - Update to 2.2.3Martin Wilke2010-07-156-65/+66
| | | | | | | | PR: 148568 Submitted by: Ports Fury Notes: svn path=/head/; revision=257779
* re-assign back to ports@Philip M. Gollucci2010-04-041-2/+2
| | | | Notes: svn path=/head/; revision=252221
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-2/+2
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Add net/vde2 (repocopied from net/vde).Alejandro Pulver2007-02-1825-1115/+78
| | | | | | | | | | - Add CONFLICTS between them. PR: ports/108539 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=185458
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Fix build on amd64.Kirill Ponomarev2005-04-061-1/+1
| | | | Notes: svn path=/head/; revision=132653
* VDE is a user-mode ethernet simulation. It's quite useful forSergey Matveychuk2005-03-1123-0/+1146
hooking together multiple qemu instances into a single virtual network without needing root access. It can also be used for tunneling or other network simulation tasks. PR: ports/76874 Submitted by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=130884