summaryrefslogtreecommitdiff
path: root/net/irrd
AgeCommit message (Collapse)AuthorFilesLines
2006-03-22crypt(3) is *tatata* in libcrypt on DragonFly.joerg2-1/+17
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-07-31this needs flex to build.grant1-2/+2
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-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-3/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+2
transition to new tools framework.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-31Disable threads.kim3-9/+77
2004-12-31Upgrade to irrd-2.2.3:kim4-49/+58
- RPSLng and IPv6 support
2004-12-31A bug in the configure script made it partly ignore our request ofkristerw3-3/+21
--disable-thread. Fix this. This closes PR pkg/21553. Bump PKGREVISION.
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+3
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-05-10IRRd 2.1.5 is now available. A new command, '!o', has been implementedkim2-6/+7
for performing inverse queries on the 'mnt-by' attribute to get a real time list of all objects which reference a given maintainer. route-set expansions with the '!i' command will now resolve aut-num and as-set references to route prefixes. There are a number of other bug-fixes and performance improvements. See the NOTES file in the destribution for details.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-09-01Upgrade to irrd-2.1.4 -- the old one did not compile anymore.kim11-296/+14
Note: uses gnupg instead of pgp5 now.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-5/+5
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-3/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-10-21move BUILD_DEPENDS into the DEPENDS blockwiz1-4/+3
2000-10-07Update to irrd-2.0.0.20000822 for Y2K.kim14-157/+309
2000-10-01Fix MASTER_SITESkim1-2/+3
2000-09-13Don't pass explicit "--enable-ipv6" to configure. For some reason, doingfredb1-2/+3
so messes up proper detection of NetBSD IPv6.
2000-09-13_Really_ make disable pgp by default, if IRRD_USE_PGP is not set; allowfredb1-8/+8
ipv6 to be disabled by setting USE_INET6 to something other than "YES".
2000-09-13Fix some configure goofiness:fredb3-17/+49
- - Don't pull in /sys/sys/include just for ipv6 support! - - Package wants "bison"; give it bison. - - Don't pull in "libpthreads" just becuase it exists on the build system. - - Likewise for "pgp", unless IRRD_USE_PGP is specified. Also, - - Rearrange package Makefile, so that only that which is "prefs" goes after ".include ../../mk/bsd.prefs.mk". TODO: - - Make the package use pgp5 or pgp2 by default?
2000-05-24"BUILD_DEPENDS=" -> "BUILD_DEPENDS+="; plus, we don't need "bison"fredb1-3/+2
to build this package.
2000-03-30Add "bison" to BUILD_DEPENDS. Closes PR pkg/9711.fredb1-1/+2
2000-02-22If USE_INET6 is not defined, explicitly disable ipv6 in thedmcmahill1-1/+5
CONFIGURE_ARGS. This is needed because the pkg system passes, for example, "--host=i386--netbsd" to 'configure'. However, 'configure' looks for strings like i386-*-netbsd1.4[A-Z] and i386-*-netbsd1.3* to turn off ipv6.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-28IRRd is a freely available streamlined, stand-alone Internetkim10-0/+170
Routing Registry database server. IRRd supports both RIPE-181 and RPSL routing registry syntaxes.