aboutsummaryrefslogtreecommitdiff
path: root/net/xorp-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_SCONS to USESMartin Wilke2014-02-131-12/+12
| | | | Notes: svn path=/head/; revision=344124
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* net/xorp-devel: depends explicitly on "python" to buildWilliam Grzybowski2013-12-151-0/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336525
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-2/+2
| | | | Notes: svn path=/head/; revision=336262
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Chase boost updateBaptiste Daroussin2013-01-311-2/+1
| | | | Notes: svn path=/head/; revision=311310
* - Strip Makefile headers [1]Rene Ladan2012-12-061-29/+25
| | | | | | | | | | | | - Convert to optionsNG [1] - Use positive logic for options - Strip library version numbers PR: ports/172438 [1] Submitted by: Michael Gmelin <freebsd@grem.de> Feature safe: yes Notes: svn path=/head/; revision=308379
* 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 references to unsupported FreeBSD versions. Mostly of the form:Doug Barton2011-11-011-4/+0
| | | | | | | .if ${OSVERSION} < 700000 Notes: svn path=/head/; revision=284867
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-3/+3
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Like xorp itself, does not compile on sparc64.Mark Linimon2010-07-011-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=257237
* Remove bms from the pkg-descr's of ports he no longer maintains.Doug Barton2010-06-061-3/+0
| | | | Notes: svn path=/head/; revision=255964
* Drop maintainership for these ports.Bruce M Simpson2010-06-061-1/+1
| | | | | | | | | | | | | | | Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding. Notes: svn path=/head/; revision=255908
* - Chase libpcap shlib change.Wesley Shields2010-04-071-1/+2
| | | | Notes: svn path=/head/; revision=252408
* 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
* Mark IGNORE on pre-7.x.Bruce M Simpson2009-12-221-0/+4
| | | | | | | Submitted by: miwi Notes: svn path=/head/; revision=246466
* Add sample config to plist.Bruce M Simpson2009-12-131-0/+1
| | | | | | | | This should really be conditionalized somewhere, but this is quicker at fixing the port tindy nags. Notes: svn path=/head/; revision=245713
* Add new port net/xorp-devel, for the current XORP line of developmentBruce M Simpson2009-12-087-0/+471
in SourceForge SVN. It now builds using SCons, and the Boost C++ libraries. The package is now relocatable using the rtld $ORIGIN feature, and should now conform to hier(7), and the Filesystem Hierarchy Standard. Other improvements include: more mature shared library support, default to using UNIX domain sockets for improved RPC performance, PIM-SM BSR, various bug fixes and performance enhancements, size reductions. With shared libraries, a full production router suite package of xorp-devel now weighs in at ~22MB on-disk, on amd64. Notes: svn path=/head/; revision=245405