aboutsummaryrefslogtreecommitdiff
path: root/net/ndisc6
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/ndisc6: Update to 1.0.4Tobias Kortkamp2019-01-208-21/+20
| | | | | | | | | | | | | | | | | ndisc6 1.0.4 now requires a C11-capable compiler and no longer needs the 'variable length array in structure' GCC extension. As such we can build it with Clang now. This also removes the GCC run dependency which was the initial request in the PR [1]. Changes: http://git.remlab.net/gitweb/?p=ndisc6.git;a=blob_plain;f=NEWS;hb=81bdcb51b576a394ba01f5a8022e5b9354e431a6 PR: 233187 Reported by: hashiz@meridiani.jp [1] Submitted by: tobik Approved by: m.tsatsenko@gmail.com (maintainer) MFH: 2019Q1 (bug fixes and fewer run dependencies) Notes: svn path=/head/; revision=490814
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* net/ndisc6 update to 1.0.3Steve Wills2018-12-089-41/+45
| | | | | | | | PR: 233854 Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=486970
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384380
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-032-4/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Fix build and stage brokenness.Cy Schubert2015-02-166-2/+16
| | | | | | | Comply to patch naming conventions. Notes: svn path=/head/; revision=379056
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374410
* Fix make fetchAntoine Brodin2014-07-291-1/+2
| | | | | | | Pointy hat: adamw Notes: svn path=/head/; revision=363378
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Fix FreeBSD 10 build. It uses an extension that clang does not support.Tijl Coosemans2013-10-222-12/+26
| | | | | | | | | | - Support staging. PR: ports/182752 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=331321
* 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
* - conversion of USE_GETTEXT to USES frameworkJason Helfman2013-04-301-10/+6
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=316948
* - Unbreak build on 8.3Michael Scheidell2012-04-211-1/+1
| | | | | | | | | | - No PORTREVISION bump PR: ports/167154 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=295180
* 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 startup script for rdnssdBeech Rintoul2011-12-314-5/+60
| | | | | | | | | | | | - Make merge-hook usable - Change ND_RA_FLAG_HOME_AGENT to ND_RA_FLAG_HA instead of deletion - Bump PORTREVISION PR: ports/161172 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=288359
* - Update to 1.0.2Beech Rintoul2011-09-134-6/+26
| | | | | | | | PR: ports/160648 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=281735
* - Fix build on 9.0-CURRENTPav Lucistnik2011-07-242-1/+26
| | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=278247
* - Unbreak buildPav Lucistnik2011-04-243-1/+44
| | | | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> - Fix plist Notes: svn path=/head/; revision=273142
* Update to latest 1.0.1 with rdnssd.Ollivier Robert2011-04-215-49/+17
| | | | | | | | | | Used the last patch in 155992 edited to fix the WITHOUT_NLS issue. PR: ports/155992 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (MAINTAINER) Notes: svn path=/head/; revision=272989
* Over to new volunteer.Mark Linimon2011-04-091-1/+1
| | | | Notes: svn path=/head/; revision=272452
* Maintainer's domain no longer exists.Mark Linimon2011-04-092-3/+1
| | | | | | | PR: ports/155992 (partial) Notes: svn path=/head/; revision=272451
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Remove BROKEN for 4.x since a maintainer patch was previously committed.Alejandro Pulver2006-10-081-7/+1
| | | | Notes: svn path=/head/; revision=174947
* - Mark as BROKEN for 4.x.Alejandro Pulver2006-10-071-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=174863
* - Fix build on 4.x.Shaun Amott2006-10-072-0/+41
| | | | | | | | PR: ports/104068 Submitted by: Rémi Denis-Courmont <rdenis@simphalempin.com> (maintainer) Notes: svn path=/head/; revision=174697
* - Update to version 0.7.2.Alejandro Pulver2006-10-014-16/+10
| | | | | | | | PR: ports/103856 Submitted by: rdenis@simphalempin.com (maintainer) Notes: svn path=/head/; revision=174222
* - Update to 0.6.7Emanuel Haupt2006-08-174-19/+18
| | | | | | | | | | - Fix build on 4.x by requiring gcc 3.2 or higher PR: 102152 Submitted by: Remi Denis-Courmont <rdenis@simphalempin.com> (maintainer) Notes: svn path=/head/; revision=170876
* Fix MLINKS. Forgot to change in working copy of the port.Shaun Amott2006-08-121-2/+2
| | | | Notes: svn path=/head/; revision=170425
* Add net/ndisc6.Shaun Amott2006-08-125-0/+64
ndisc6 is a small collection of tools to diagnose IPv6 networks, such as Neighbor/Router Solicitation userland tools, IPv6 tcptraceroute, and an echo/discard client. PR: ports/100335 Submitted by: Rémi Denis-Courmont <rdenis@simphalempin.com> Notes: svn path=/head/; revision=170423