Munechika SUMIKAWA
438a3f5420
Fix build on -current.
...
Submitted by: naddy
2002-12-31 01:43:35 +00:00
Mario Sergio Fujikawa Ferreira
c70d667edd
Fix typo left in previous revision
2002-12-19 16:12:27 +00:00
Mario Sergio Fujikawa Ferreira
6c77f63d47
o Update to 0.198
...
o House a copy under MASTER_SITE_LOCAL: the local copy will be
versioned, developer has yet to be convinced of the advantages
of distributing versioned files
Approved by: portmgr (knu)
2002-12-19 00:59:29 +00:00
Jimmy Olgeni
cfbbc38493
Fix shell syntax error.
...
Approved by: portmgr (kris)
2002-12-05 20:43:14 +00:00
Bill Fenner
ac2422ed58
Upgrade to dnstop-20021125, with a proper distfile -- thanks, DW!
2002-11-25 21:48:27 +00:00
Doug Barton
80126c27cf
Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
2002-11-22 05:40:04 +00:00
Ying-Chieh Liao
757224a982
upgrade to 1.0.09
...
PR: 45438
Submitted by: Ports Fury
2002-11-20 12:52:20 +00:00
Dirk Meyer
46ff8a6c07
- Update to 0.3.0
...
- MySQL and filesystem driver added
- interactive driver select ability
- use MASTER_SITE_ISC
- more reorganize to make portlint happy
not added:
- SED -> REINPLACE_CMD
does break on 4.6 stable, bad version in bsd.port.mk
- change version number to satisfy portlint
stay consistent with mod_php and a other combined versions
- remove file files/dlz_postgres_driver.c.diff
still needed, to make gcc happy.
Extensions my Maintainter:
- Support for openSSL for all Versions
- Allow BINDDLZ_OPTIONS in /etc/make.conf
- MySQL not default, conflicts with threads.
- moved configure.bind9-dlz to files, avoiding extra directory.
PR: 45332
Submitted by: sem@ciam.ru
2002-11-17 21:43:13 +00:00
Doug Barton
0a22aff124
Fix an array subscript error related to nibble string calculation
...
for IPv6 reverse lookups. This bug will not affect the majority
of users. The bug has been confirmed by Nominum, and will be
fixed in a future release.
PR: bin/41388
Submitted by: TOGAWA Satoshi <toga@puyo.org>
2002-11-17 09:40:45 +00:00
Doug Barton
5664d0b5e1
Upgrade to version 8.3.4, which simply cleans up and slightly
...
improves the security patches released for 8.3.3.
2002-11-17 08:36:20 +00:00
Doug Barton
bb708d2cd0
* Add more complete PORTDOCS, namely the same files the base installs
...
* This fixes deinstall when PORT_REPLACES_BASE
2002-11-16 20:18:42 +00:00
Mario Sergio Fujikawa Ferreira
0678a214d4
Update to 0.196
2002-11-16 13:31:52 +00:00
Edwin Groothuis
4e13bdd373
Added patchfile to properly handle the -lpthread -pthread differences
...
for FreeBSD.
Noticed on: bento
2002-11-15 22:59:19 +00:00
Doug Barton
c51ab41d20
* Bump PORTREVISION to reflect the ISC security patches
...
* Switch to DOCSDIR for PORTDOCS, which in addition to being
more aesthetically pleasing also reduces a gratuitous
mismatch when PORT_REPLACES_BASE
2002-11-14 07:32:46 +00:00
Doug Barton
e5ea67970d
This is the patch provided by ISC, re-generated to work in our system.
2002-11-14 07:28:36 +00:00
Doug Barton
36473c3905
Update to 0.30, which has TKEY support, a new safe_push() method
...
for detecting duplicate RR's in an update packet, and some more
tests. Note, the tests are not installed by the port, but are
useful to examine as samples, and to test your installation.
* Update the port to handle the new TKEY and FAQ files.
* Patch the new FAQ, since pod2man is choking on the CVS Id.
* Update the comment by mentioning dynamic updates.
* Add a comment to the Makefile about the harmless build errors
you see if you don't have the run-time depends already installed.
2002-11-11 09:54:18 +00:00
Doug Barton
3441ee82fc
Revert 1.32, which was wrong in all its particulars:
...
* The errors related to the missing dependencies during build are harmless.
The build-time and run-time dependencies are seperated on purpose so that
the port can be built and run on different boxes.
* The Test-Simple module is not needed to build or run the port, the
tests are not installed by us, and not part of the port itself.
These changes should have been discussed with me before they were made.
2002-11-11 08:58:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Edwin Groothuis
7368c19fe1
Maintainer updates for misc/firestring and net/firedns (depending
...
on each other)
PR: ports/44771,ports/44773
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
2002-11-09 00:37:57 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Edwin Groothuis
5019ffc91b
Half of these ones missed yesterday while converting to USE_REINPLACE.
...
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +00:00
Edwin Groothuis
37f2224fa6
PERL -> REINPLACE
...
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Dirk Meyer
1ed50f7250
- Fix perl/reinplace problems
2002-11-04 03:35:55 +00:00
Edwin Groothuis
6097f03e91
PERL -> REINPLACE
...
Noticed on: bento
2002-11-04 02:35:01 +00:00
Edwin Groothuis
a6429924fc
PERL -> REINPLACE
...
Noticed on: bento
2002-11-04 02:18:21 +00:00
Edwin Groothuis
558f2d386c
PERL -> REINPLACE
...
Noticed on: bento
2002-11-04 01:56:21 +00:00
Munechika SUMIKAWA
191ecb38be
Fix signal handling.
2002-11-03 16:20:24 +00:00
Munechika SUMIKAWA
27c90ba30b
Add startup script.
2002-11-03 15:51:39 +00:00
Doug Barton
5dd6c6c5e9
Handle the fact that -current defines pselect() already.
2002-11-03 10:16:46 +00:00
Edwin Groothuis
aa578dd3a6
use USE_REINPLACE instead of perl
2002-11-03 04:21:10 +00:00
Bill Fenner
332822f66b
Add "dnstop", a libpcap application (ala tcpdump) that displays various
...
tables of DNS traffic on your network.
Cribbed from itojun's NetBSD pkg.
2002-10-31 18:59:02 +00:00
Norikatsu Shigemura
3d1081d670
Add p5-Net-DNS-SEC(0.07), a perl module for DNSSEC extensions to Net::DNS.
...
PR: ports/44777
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2002-10-31 10:53:44 +00:00
Mario Sergio Fujikawa Ferreira
aa015e5427
Update to 0.195
2002-10-27 00:58:19 +00:00
Maxim Sobolev
2027aa621c
Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate
...
configure-time warning.
2002-10-24 09:44:53 +00:00
Mario Sergio Fujikawa Ferreira
a233e8d93d
Update to 0.188
2002-10-19 02:24:02 +00:00
Christian Weisgerber
da83310480
Update to new vendor release 0.1.29.
...
PR: 44083
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
2002-10-15 14:39:10 +00:00
Patrick Li
e6d6d90047
Update to 1.0.08
...
PR: ports/43786
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-10-08 20:30:34 +00:00
Ying-Chieh Liao
61268e9c6c
upgrade to 1.0.07
...
PR: 43704
Submitted by: Ports Fury
2002-10-07 01:01:09 +00:00
Hye-Shik Chang
04f80bd9e7
Add py-dns 2.3.0, DNS (Domain Name Service) library for Python.
...
PR: 43256
Submitted by: Mark Linimon (linimon@lonesome.com )
2002-10-06 15:14:10 +00:00
Doug Barton
cf491d3290
Minor bugfixes. Variable scope in one module, and avoid a divide
...
by zero error when there are no usable interfaces.
2002-10-06 10:40:52 +00:00
Patrick Li
c4c696f560
Update to 0.7
...
PR: ports/43646
Submitted by: maintainer
2002-10-05 22:13:25 +00:00
Oliver Braun
acf6b51e81
Upgrade to 0.9.3.
...
PR: 43638
Submitted by: maintainer
2002-10-05 19:19:43 +00:00
Peter Pentchev
8b53ceb0d0
Update the IPv6 patch to test14; later ones seem to have problems
...
receiving datagrams.
Fix the build with the dnscache cache dump patch - that is, define
DUMPCACHE in the CFLAGS..
PR: 38207, 42480
Submitted by: "Maciej Korzeñ" <maciekk@linux.sky.pl>,
Paulius Bulotas <paulius@kaktusas.org>
2002-09-20 06:57:20 +00:00
Mario Sergio Fujikawa Ferreira
55d2d83fc8
Update to 0.187
2002-09-20 02:39:59 +00:00
Oliver Braun
9e189e2d02
Upgrade to 0.9.1.
...
PR: ports/42871
Submitted by: maintainer
2002-09-18 19:28:50 +00:00
Oliver Braun
1b17431da4
Upgrade to 0.9.0.
...
PR: ports/42804
Submitted by: maintainer
2002-09-16 10:10:26 +00:00
Oliver Braun
dad75dcff4
Add nsd 1.0.1,
...
an authoratative only non-recursive high performance
name server.
PR: ports/42368
Submitted by: Alexis Yushin <alexis@forest.NLnetLabs.nl>
2002-09-09 21:38:19 +00:00
Sean Chittenden
8bbff11d12
Add sysutils/ucspi-tcp to the run dependencies for those that need axfrdns.
...
Reviewed by: knu (mentor) && roam (maintainer)
Approved by: knu (mentor) && roam (maintainer)
2002-09-09 18:49:18 +00:00
Jacques Vidrine
717d3b5242
Fix missing <sys/types.h> in hestest.c (noticed in -CURRENT).
2002-09-07 15:35:32 +00:00
Mario Sergio Fujikawa Ferreira
b9d28dac8b
Deploy USE_GNOMENG infrastructure
...
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00