aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dhid/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 12:09:51 +0800
committersteve <steve@FreeBSD.org>2001-02-26 12:09:51 +0800
commit69f8e8ba755e17163c12e673034c8424c506fe41 (patch)
tree4bbd2f2ec44bf90a631f42a0cc79036b16e51298 /dns/dhid/files
parent215e1ec8a0ddb72db54589fde3d1d09153f3e362 (diff)
downloadfreebsd-ports-gnome-69f8e8ba755e17163c12e673034c8424c506fe41.tar.gz
freebsd-ports-gnome-69f8e8ba755e17163c12e673034c8424c506fe41.tar.zst
freebsd-ports-gnome-69f8e8ba755e17163c12e673034c8424c506fe41.zip
Update to version 4.0.2.
PR: 24326 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'dns/dhid/files')
-rw-r--r--dns/dhid/files/patch-aa10
-rw-r--r--dns/dhid/files/patch-ab26
2 files changed, 16 insertions, 20 deletions
diff --git a/dns/dhid/files/patch-aa b/dns/dhid/files/patch-aa
index a3a94652f725..ff0171d63d58 100644
--- a/dns/dhid/files/patch-aa
+++ b/dns/dhid/files/patch-aa
@@ -1,8 +1,8 @@
---- dhid.h.orig Tue Jun 22 20:01:43 1999
-+++ dhid.h Sat Aug 21 05:28:10 1999
-@@ -63,8 +63,8 @@
+--- dhid.h.orig Sun Jan 14 19:39:01 2001
++++ dhid.h Sun Jan 14 19:41:37 2001
+@@ -73,8 +73,8 @@
+ #define OFFLINE_REQ 0x00000451
- #define POLL_INTERVAL 60
-#define DHID_CONF "/etc/dhid.conf"
-#define DHID_PID "/etc/dhid.pid"
@@ -10,4 +10,4 @@
+#define DHID_PID "/var/run/dhid.pid"
#define DEF_ISPORT 58800
- #define DEF_MXPORT 58801
+ #define FAIL_ALLOW 3
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab
index d04e19c05f80..a818e892bcfd 100644
--- a/dns/dhid/files/patch-ab
+++ b/dns/dhid/files/patch-ab
@@ -1,21 +1,17 @@
---- Makefile.orig Thu Jan 13 23:15:01 2000
-+++ Makefile Thu Feb 10 23:13:56 2000
-@@ -25,17 +25,13 @@
+--- Makefile.orig Sun Jan 14 19:39:56 2001
++++ Makefile Sun Jan 14 19:40:37 2001
+@@ -25,13 +25,10 @@
#
- # DHIS(c) Dynamic Host Information System Release 3.1
+ # DHIS(c) Dynamic Host Information System Release 4.0
-CC=cc
--CFLAGS=
--LFLAGS=
--LIBS=
+CC?=cc
- RM=rm -f
- all: dhid
-
- dhid: conf.o endian.o network.o crypt.o main.o
- $(CC) $(LFLAGS) -o dhid conf.o endian.o network.o crypt.o main.o $(LIBS)
-- strip dhid
+ # Add -lnsl and -lsocket to LIBS in SysV systems
+ #
+-CFLAGS=-I/usr/local/include -DQRC=1
+-LFLAGS=-L/usr/local/lib
+-LIBS=-lgmp
- main.o: dhid.h network.h conf.h main.c
- $(CC) $(CFLAGS) -c main.c
+ # Use these and comment the above if you wish to compile dhid without
+ # secure public key authentication or don't have the GMP library