Commit graph

53 commits

Author SHA1 Message Date
spz
ba65681012 teach the package options for cases where pthreads would be used, but are
broken
2011-10-17 20:14:50 +00:00
shattered
0483e5a79d Use @RCD_SCRIPTS_SHELL@ 2011-04-24 13:47:45 +00:00
spz
70fe12a64f build fix for a leafy package (plus some beautifying) 2010-06-30 04:58:30 +00:00
spz
d3301b5dff update irrd to version 2.3.9
fixes PR pkg/36813, PR pkg/38002, and the still relevant parts of pkg/36811
(IPv6 is no longer optional)
2010-02-23 20:37:05 +00:00
joerg
915320d6b8 MAKE_JOBS_SAFE=no 2009-08-03 14:20:14 +00:00
hasso
3970937b42 Make it build on FreeBSD and DragonFly. 2009-04-07 17:58:19 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
6082e3fad4 Remove ftp.merit.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37322.
2007-11-11 23:58:30 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
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-09-07 22:12:10 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
kim
b084e36950 Make gzip be found by configure again, instead of setting it to an empty
string.
2006-08-06 07:09:51 +00:00
wiz
c880453683 Fix build with gcc-4.1. Do not have static and global variables
of the same name.
2006-07-05 21:39:42 +00:00
joerg
0971754735 Add missing PLIST entries. Bump revision. 2006-05-29 16:14:25 +00:00
adam
79c4f06597 Changes 2.2.8:
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-05-26 09:20:21 +00:00
joerg
85f420b5f6 crypt(3) is *tatata* in libcrypt on DragonFly. 2006-03-22 22:14:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grant
f7a4831304 this needs flex to build. 2005-07-31 13:30:49 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
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-06-01 20:07:59 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
jlam
cd4f3767d3 Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
2005-05-13 16:54:12 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
kim
c38a30e8c2 Disable threads. 2004-12-31 23:01:33 +00:00
kim
f076941d57 Upgrade to irrd-2.2.3:
- RPSLng and IPv6 support
2004-12-31 22:31:51 +00:00
kristerw
5621d31fc0 A bug in the configure script made it partly ignore our request of
--disable-thread.  Fix this.  This closes PR pkg/21553.

Bump PKGREVISION.
2004-12-31 21:38:52 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
kim
d51dd24b1d IRRd 2.1.5 is now available. A new command, '!o', has been implemented
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-05-10 17:18:09 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
kim
cac3646fc7 Upgrade to irrd-2.1.4 -- the old one did not compile anymore.
Note: uses gnupg instead of pgp5 now.
2002-09-01 15:30:11 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
7d654145c1 move BUILD_DEPENDS into the DEPENDS block 2000-10-21 22:49:17 +00:00
kim
a01ef86771 Update to irrd-2.0.0.20000822 for Y2K. 2000-10-07 19:24:13 +00:00
kim
bebbed348e Fix MASTER_SITES 2000-10-01 03:25:03 +00:00
fredb
1f5e540432 Don't pass explicit "--enable-ipv6" to configure. For some reason, doing
so messes up proper detection of NetBSD IPv6.
2000-09-13 20:31:43 +00:00
fredb
90782f4c21 _Really_ make disable pgp by default, if IRRD_USE_PGP is not set; allow
ipv6 to be disabled by setting USE_INET6 to something other than "YES".
2000-09-13 20:10:45 +00:00
fredb
56d5db9c07 Fix some configure goofiness:
- - 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-09-13 15:14:40 +00:00
fredb
c11a42c4a1 "BUILD_DEPENDS=" -> "BUILD_DEPENDS+="; plus, we don't need "bison"
to build this package.
2000-05-24 23:29:48 +00:00
fredb
92e5afa750 Add "bison" to BUILD_DEPENDS. Closes PR pkg/9711. 2000-03-30 20:28:12 +00:00