aboutsummaryrefslogtreecommitdiff
path: root/net/radvd
Commit message (Collapse)AuthorAgeFilesLines
* update net/radvd to improve startup scriptBabak Farrokhi2016-05-151-2/+5
| | | | | | | | | | | | - rc script now accepts arbitrary config file path PR: 206237 Submitted by: Daniel Ylitalo <daniel@blodan.se> Approved by: bapt Differential Revision: https://reviews.freebsd.org/D6371 Notes: svn path=/head/; revision=415207
* 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
* net/radvd:Babak Farrokhi2015-08-293-13/+13
| | | | | | | | | | | | - Update to 1.15 - Pet portlint - Take maintainership Approved by: mat Differential Revision: https://reviews.freebsd.org/D3514 Notes: svn path=/head/; revision=395555
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* . Support STAGERenato Botelho2014-03-272-14/+10
| | | | | | | | | | . Use new LIB_DEPENDS syntax . USES=gmake instead of USE_GMAKE Approved by: portmgr (blanket) Notes: svn path=/head/; revision=349329
* - Update to 1.9.7Dennis Herrmann2013-12-182-7/+10
| | | | Notes: svn path=/head/; revision=336808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316355
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Update to 1.9.1Dennis Herrmann2012-06-202-3/+3
| | | | Notes: svn path=/head/; revision=299679
* - Update to 1.9Dennis Herrmann2012-06-152-3/+6
| | | | Notes: svn path=/head/; revision=299320
* - Update to 1.8.5Dennis Herrmann2012-01-292-3/+3
| | | | Notes: svn path=/head/; revision=290022
* - Update to 1.8.4Dennis Herrmann2012-01-222-3/+3
| | | | Notes: svn path=/head/; revision=289619
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 1.8.3Dennis Herrmann2011-10-152-3/+3
| | | | Notes: svn path=/head/; revision=283550
* - Update to 1.8.2Dennis Herrmann2011-10-072-3/+3
| | | | Notes: svn path=/head/; revision=283108
* - Update to 1.8.1Dennis Herrmann2011-08-232-3/+3
| | | | Notes: svn path=/head/; revision=280284
* - Fix listing for Router SolicitationsDennis Herrmann2011-07-091-0/+27
| | | | | | | | PR: ports/158697 Submitted by: Geoffrey Sisson <geoff@dns-oarc.net> Notes: svn path=/head/; revision=277389
* - Update to 1.8Dennis Herrmann2011-06-112-3/+3
| | | | Notes: svn path=/head/; revision=275370
* - Update to 1.7Dennis Herrmann2011-01-152-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267826
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.6Dennis Herrmann2010-03-072-4/+4
| | | | Notes: svn path=/head/; revision=250655
* - Update to 1.5Dennis Herrmann2009-09-112-4/+4
| | | | Notes: svn path=/head/; revision=241218
* - Update to 1.4Dennis Herrmann2009-08-042-4/+4
| | | | Notes: svn path=/head/; revision=238874
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 1.3Dennis Herrmann2009-07-072-4/+4
| | | | Notes: svn path=/head/; revision=237369
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Update to 1.2Martin Wilke2008-12-142-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 129530 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224210
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 1.1Andrew Pantyukhin2008-02-042-4/+5
| | | | Notes: svn path=/head/; revision=206722
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-9/+3
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273
* - Update to 1.0Andrew Pantyukhin2006-11-152-4/+4
| | | | Notes: svn path=/head/; revision=177312
* - Mark broken on 4.xAndrew Pantyukhin2006-08-061-2/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=169839
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-1/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Try to fix build on 4.x by USE_GCC=3.4+Andrew Pantyukhin2006-05-211-0/+1
| | | | | | | | Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162978
* - Update to 0.9.1Andrew Pantyukhin2006-05-086-30/+41
| | | | | | | | | | | | - RC'ify - Take maintainership PR: ports/95889 Submitted by: me Approved by: krion (mentor) Notes: svn path=/head/; revision=161682
* Reset pat due to no response to email about his status.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159519
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* 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
* Update to 0.7.2Patrick Li2003-02-142-2/+2
| | | | Notes: svn path=/head/; revision=75531
* Update to 0.7.1Patrick Li2002-01-172-2/+2
| | | | Notes: svn path=/head/; revision=53234
* Update to 0.7.0Patrick Li2001-11-232-3/+3
| | | | Notes: svn path=/head/; revision=50435
* Maintainer is now committer so change to new email address.Patrick Li2001-11-152-2/+2
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033
* Initial import of radvd-0.6.2p4.Kevin Lo2001-07-066-0/+54
Radvd is the Linux/BSD IPv6 router advertisement daemon. PR: 28760 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44832