| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
tinydns - keep the data.cdb file mmap'd for a second instead of reopening it
on each query.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
port, but it's not clear what the purpose was.
The reason for removing it is compatibility with Harti's work on updating make.
This patch causes a "recursive assignment" error. Removing it causes no
difference in the building of the port, so away it goes.
PR: standards/57295
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Provide additional startup script for zoneserver(8) program
needed to run an authorative primary nameserver.
- Both these scripts pipe programs' output into logger(1) so
that maradns logs into syslog.
- Installs an example zonefile in maradns (csv1) format.
PR: 65624
Submitted by: Alex Kapranoff <kappa@vvs01.agava.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
doc was only support bind-8's dig, not support bind-9 one.
|
| |
|
|
|
|
| |
Pointed out by: dosirak via kris
|
|
|
|
|
|
|
|
|
|
|
| |
- switch to rc.subr start mechanism
- added user/group
- added example data on install, target directory
- added pkg-message
- added more doc files
PR: 65392
Submitted by: Paul Chvostek <paul+fbsd@it.ca>
|
| |
|
|
|
|
|
|
|
| |
library.
PR: ports/63931
Submitted by: Dominik Brettnacher <domi@saargate.de>
|
|
|
|
|
| |
PR: ports/65159
Submitted by: Steven Honson <steven@honson.org> (maintainer)
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
| |
were fixed in documentation. No change in actual sources.
PR: ports/64913
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
| |
|
| |
|
|
|
|
|
|
| |
trace
Reported by: many
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only difference to the previous version (except for the version ID
sent in request packets), is the method used to declare errno.
For unknown reasons, this version is not available from all mirror sites
and binary packages seem to only be provided for 3.0.11b7. The problem
with that version was that it was used incorrectly in some Linksys WLAN
router which tended to spam DynDNS.org with bogus requests. DynDNS.org
ignores certain requests, when received with a version ID of 3.0.11b7,
though there's nothing wrong with that code when used correctly.
I had considered to just patch the version string in "configure", but
after some more thought I've now choosen to actually use the new dist
file and to remove the URL of the master site that doesn't offer the
newer version.
PR: 60940
Submitted by: Lynk <lynk@lynksys.net>
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
| |
PR: ports/64554
Submitted by: Steven Honson <steven@honson.org> (maintainer)
|
|
|
|
|
| |
PR: ports/64428
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
|
|
| |
Reported by: eik
- move configure dialog target
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variable for replacing includes as well. Users who replaced the base
BIND and then attempted to compile other software with -D_REENTRANT
were having problems because netdb.h has a different definition for
h_errno.
The idea of replacing includes originated with users who wanted to
compile apps against the libbind installed by the port, however those
"power users" can either add the switch to replace includes, or modify
their own includes slightly to use the "safe" location for the port
include files (PREFIX/include/bind).
The PR mentions the problem, along with a cast of thousands. :)
Other tuneups for the port are just portlint appeasements.
PR: ports/64449
Submitted by: eik
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
| |
PR: ports/64407
Submitted by: maintainer
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: maintainers
|
| |
|
| |
|
|
|
|
| |
version numbers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|