summaryrefslogtreecommitdiff
path: root/dns/posadis/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:38:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:38:25 +0000
commit670cf0c020622ddb4a09e590ce9d7f354b47e19b (patch)
tree477a57c51fc7e4aadaa750a3f68cad61bed3f56f /dns/posadis/files
parentdatabases/puredb: Set of libraries for creating and reading constant databases (diff)
net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server implementation being actively developed at SourceForge. Posadis is a DNS server project with the goal to create a free, reliable, portable, fast, lightweight, easy to use, standards compliant, and functionally complete, Domain Name System server implementation. PR: ports/48872 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'dns/posadis/files')
-rw-r--r--dns/posadis/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/posadis/files/patch-configure b/dns/posadis/files/patch-configure
new file mode 100644
index 000000000000..237157e10174
--- /dev/null
+++ b/dns/posadis/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Fri Feb 28 00:45:14 2003
++++ configure Fri Feb 28 00:45:47 2003
+@@ -963,7 +963,7 @@
+ # an executable is not found, even if stderr is redirected.
+ # Redirect stdin to placate older versions of autoconf. Sigh.
+ if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
+- MAKEINFO=makeinfo
++ MAKEINFO="makeinfo --no-split"
+ echo "$ac_t""found" 1>&6
+ else
+ MAKEINFO="$missing_dir/missing makeinfo"