aboutsummaryrefslogtreecommitdiff
path: root/net/xorp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile error on 9.x and 11.x.Hiroki Sato2015-09-117-20/+154
| | | | | | | | Spotted by: amdmi3 PR: 203011 Notes: svn path=/head/; revision=396720
* - Use USE_GITHUB.Hiroki Sato2015-09-0756-398/+395
| | | | | | | | | | | - Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership. Notes: svn path=/head/; revision=396340
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Cleanup plistBaptiste Daroussin2014-12-091-6/+0
| | | | Notes: svn path=/head/; revision=374410
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Fix build with clangDmitry Marakasov2014-04-031-4/+6
| | | | Notes: svn path=/head/; revision=349971
* - Update to 1.8.5Antoine Brodin2014-02-2664-425/+1378
| | | | | | | | | | | - Unbreak and unexpire - Stage support PR: ports/186982 Submitted by: Johannes 5 Joemann Notes: svn path=/head/; revision=346231
* Deprecate ports broken for more than 6 monthBaptiste Daroussin2014-01-271-0/+2
| | | | Notes: svn path=/head/; revision=341435
* 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
* Mark as broken: does not buildBaptiste Daroussin2013-07-241-0/+2
| | | | | | | | | /usr/bin/ld: cannot find -lstdc++_p Reported by: pkg-fallout Notes: svn path=/head/; revision=323566
* It seems xorp is not Free Software. :(Eitan Adler2013-06-022-3/+3
| | | | | | | Submitted by: bcallah@FreeBSD.org Notes: svn path=/head/; revision=319655
* - Convert to OptionsNGEitan Adler2013-06-011-26/+16
| | | | | | | | - Reset maintainer due to lack of input. - Clean up other constructs while here Notes: svn path=/head/; revision=319616
* Fix build on 10-CURRENT.Kevin Lo2012-10-022-0/+21
| | | | Notes: svn path=/head/; revision=305148
* 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
* - Add patches to allow build with SNMP on.Stephen Montgomery-Smith2011-12-285-4/+60
| | | | | | | | | | | | - Change BUILD_DEPENDS= to BUILD_DEPENDS+= so that different options don't negate each other. - Set maintainer. PR: ports/163584 Submitted by: Anthony Chavez <acc@hexadecagram.org> Notes: svn path=/head/; revision=288193
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Fix WITH_OPENSSL_PORT=ye supportPhilip M. Gollucci2010-09-081-24/+24
| | | | | | | | PR: ports/146281 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=260782
* 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
* 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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+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 for XORP 1.6 release.Bruce M Simpson2009-02-223-8/+8
| | | | | | | | | | | | Unbreak for -CURRENT as RTF_LLINFO is ifdef'd. QA note: VRRP files do not appear to get installed as part of the 1.6 release. PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=131941 Submitted by: Radim Kolar Notes: svn path=/head/; revision=228828
* Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.Bruce M Simpson2008-12-241-0/+4
| | | | Notes: svn path=/head/; revision=224687
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Fix pkg-plist.Bruce M Simpson2008-07-241-3/+0
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=217445
* Update port for XORP 1.5 release.Bruce M Simpson2008-07-236-64/+31
| | | | Notes: svn path=/head/; revision=217379
* Fix a typo.Bruce M Simpson2008-05-141-1/+1
| | | | Notes: svn path=/head/; revision=213022
* Rewrite the RC script.Bruce M Simpson2008-05-141-3/+72
| | | | | | | | | The xorp port will now log to /var/log/xorp_rtrmgr.log by default, and the xorp_rtrmgr process will be run under daemon(8) to detach it from the controlling terminal. Notes: svn path=/head/; revision=213021
* Patch xorp.in startup script so that it may be used out-of-the-box.Bruce M Simpson2008-01-032-2/+2
| | | | | | | | PR: ports/116367 Submitted by: Radim Kolar Notes: svn path=/head/; revision=204909
* Update to new release 1.4.Bruce M Simpson2007-03-227-63/+18
| | | | Notes: svn path=/head/; revision=188059
* Add patch for OSPF security advisory.Bruce M Simpson2007-02-072-1/+8
| | | | | | | | PR: 108905 Submitted by: Nick Barkas Notes: svn path=/head/; revision=184539
* update dependency; shells/bash2 -> shells/bashBruce M Simpson2007-02-011-1/+1
| | | | | | | | PR: 108628 Submitted by: Boris Samorodov Notes: svn path=/head/; revision=183826
* Fix build of IPFW2 support on amd64 (deal with ioctl argument sizeBruce M Simpson2007-01-101-0/+29
| | | | | | | differences vs i386). Notes: svn path=/head/; revision=182011
* Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.Bruce M Simpson2006-11-051-2/+2
| | | | Notes: svn path=/head/; revision=176447
* Mark as broken on ia64.Bruce M Simpson2006-11-021-0/+4
| | | | Notes: svn path=/head/; revision=176183
* Fix for xorp rc.d script. This is not the correct fix -- a more elegantBruce M Simpson2006-11-021-2/+3
| | | | | | | | | | | answer to the problem of wrapping the rtrmgr is needed. This only fixes the issues described by the submitter and is not complete. Submitted by: Claus Endres PR: ports/105055 Notes: svn path=/head/; revision=176180
* Merge a number of fixes for the XORP port:Bruce M Simpson2006-10-059-177/+321
| | | | | | | | | | | | | | | | | Expand %%PREFIX%% in the rc script. Create the group 'xorp' when the package is installed. Fix the snmpd configure check and MIB module installation. Fix the pkg-plist. Note that as the XORP automake install target does not adhere to hier(7), it may be desirable to specify PREFIX when building and/or installing the port. PR: ports/103879 Submitted by: Benjamin Black <ben@layer8.net> Notes: svn path=/head/; revision=174558
* Fix build; including --without-snmp confuses the top-level configureBruce M Simpson2006-09-241-2/+0
| | | | | | | script. Notes: svn path=/head/; revision=173733
* Add a port of the eXtensible Open Router Project, version 1.3.Bruce M Simpson2006-09-225-0/+262
Notes: svn path=/head/; revision=173600