summaryrefslogtreecommitdiff
path: root/net/quagga
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-03Sort.wiz1-4/+4
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+7
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-09This package needs perl to build.minskim1-1/+2
2005-03-02Update to 0.98.2. This is from riz AT boogers.sf.ca.usreed15-254/+118
via PR #29518 with some slight modifications. Also some review by Greg Troxel (who is a quagga developer). This is based on the pkgsrc-wip version. This has many changes. But ChangeLog is incomplete. This uses USE_LIBTOOL. Uses rcd scripts provide from quagga distribution (are pkgsrc/NetBSD style). Adds USE_ZEBRA_OSPF_OPAQUELSA build definition for --enable-opaque-lsa. All patches removed.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-29Use VARBASE.minskim1-2/+2
2004-11-29Reset maintainer on his request.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-04AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,wiz1-2/+1
otherwise the default is better (and the variable doesn't need to be set). Remove a few cases where it was set unnecessarily.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-03-09Remove info files entries from PLIST.seb1-6/+1
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-21Override config.sub and config.guess to let it recognize shark.kristerw1-1/+3
2003-11-18Fix a security problem wrt telnet control characters. Bump PKGREVISION.wiz4-7/+46
Patch from RedHat Source RPM via itojun (same for zebra commit a minute ago). While here, fix PLIST.
2003-10-17upgrade to 0.96.3 (compilation confirmed, installation not tested)itojun2-6/+5
http://lists.quagga.net/pipermail/quagga-users/2003-October/000543.html - missing rip_enable_apply() which was causing lots of problems in ripd - revert of the generic PtP patch. This patch just caused way way too many problems in its quest to try support FreeSWANs odd handling of IPSec interfaces, particularly in ospfd.
2003-10-02Set --localstatedir=/var/run/zebra, so that it can be created withkim1-1/+2
the necessary permissions for quagga to create files. The default ${PREFIX} will not have the permissions needed.
2003-09-13PKGREVISION++ for last.salo1-1/+2
2003-09-13need uid/gid for privsepitojun1-1/+5
2003-09-07fixhubertf1-8/+7
2003-09-05upgrade to 0.96.2.itojun2-5/+5
changes from webpage: Quagga 0.96.2 has been released, which fixes a small but very annoying ospfd bug. Also includes Mr. Ohara's command.c newline fix. Quagga 0.96.1 has been released, which fixes a small but significant problem with the privileges code.
2003-08-16PKG_SYSCONFSUBDIR back to zebra by default, as there's zebra.conf and stuff.itojun1-2/+2
in the future the code diverges enough, we may want to change it again to "quagga".
2003-08-13quagga-0.96, fork of zebraitojun13-0/+301