summaryrefslogtreecommitdiff
path: root/net/irrd
AgeCommit message (Collapse)AuthorFilesLines
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-01-01Sort PLIST files.rillig1-3/+3
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-15tell `wget' tool path to configure.obache1-3/+4
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+1
2013-04-06'"# $NetBSD$" expected.'rodent1-0/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-10-17teach the package options for cases where pthreads would be used, but arespz4-77/+145
broken
2011-04-24Use @RCD_SCRIPTS_SHELL@shattered1-1/+1
2010-06-30build fix for a leafy package (plus some beautifying)spz4-2/+29
2010-02-23update irrd to version 2.3.9spz14-111/+337
fixes PR pkg/36813, PR pkg/38002, and the still relevant parts of pkg/36811 (IPv6 is no longer optional)
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-04-07Make it build on FreeBSD and DragonFly.hasso2-1/+24
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-11-11Remove ftp.merit.edu from MASTER_SITES, doesn't resolve.wiz1-4/+2
From Zafer Aydogan in PR 37322.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-15/+13
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2006-08-06Make gzip be found by configure again, instead of setting it to an emptykim1-3/+2
string.
2006-07-05Fix build with gcc-4.1. Do not have static and global variableswiz2-1/+24
of the same name.
2006-05-29Add missing PLIST entries. Bump revision.joerg2-2/+5
2006-05-26Changes 2.2.8:adam4-43/+28
Fix bug when displaying bad DB names used with !j command. Changes 2.2.7: Fixed file descriptor leak when journal file is corrupted. Changes 2.2.6: Fixed UII "show ip" command so that it does not crash IRRd. Also fixed incorrect output when more specific option is used with this command. Changes 2.2.5: Allow more specific expansions for /8's or longer (instead of /16).
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.