Unmark FORBIDDEN

Upgrade to 2.0pl3

Remove client support.  dhclient is in the base system.  Anyone
needing it from ports can use 3.0
This commit is contained in:
Justin M. Seger 2000-08-01 23:53:18 +00:00
parent 324dfb8f33
commit 9d3376a517
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31223
5 changed files with 23 additions and 17 deletions

View file

@ -6,29 +6,26 @@
#
PORTNAME= isc-dhcp
PORTVERSION= 2.0.2
PORTVERSION= 2.0.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
DISTNAME= dhcp-2.0pl2
DISTNAME= dhcp-2.0pl3
MAINTAINER= jseger@FreeBSD.org
FORBIDDEN= security hole found
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
MAN5= dhcp-options.5 dhcpd.conf.5 dhcpd.leases.5
MAN8= dhcpd.8 dhcrelay.8
post-patch:
@${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/includes/dhcpd.h
post-install:
${TOUCH} /var/db/dhcpd.leases
.for file in dhclient dhcpd dhcrelay
.for file in dhcpd dhcrelay
if [ -f ${PREFIX}/sbin/${file} ]; then \
strip ${PREFIX}/sbin/${file}; \
fi

View file

@ -1 +1 @@
MD5 (dhcp-2.0pl2.tar.gz) = 145cb54107ea067fe2b8401e5ef5060f
MD5 (dhcp-2.0pl3.tar.gz) = 802da1920bd570c361359e0fabc536a6

View file

@ -0,0 +1,11 @@
--- Makefile.dist.orig Tue Feb 23 13:08:50 1999
+++ Makefile.dist Tue Aug 1 19:42:55 2000
@@ -30,7 +30,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIRS= common server client relay
+SUBDIRS= common server relay
all:
@for dir in ${SUBDIRS}; do \

View file

@ -1,11 +1,11 @@
--- client/Makefile.dist.orig Wed Dec 3 19:33:35 1997
+++ client/Makefile.dist Wed Dec 3 19:33:44 1997
@@ -40,7 +40,7 @@
--- client/Makefile.dist.orig Thu Jul 20 01:06:39 2000
+++ client/Makefile.dist Tue Aug 1 16:40:00 2000
@@ -42,7 +42,7 @@
DEBUG = -g
INCLUDES = -I.. -I../includes
DHCPLIB = ../common/libdhcp.a
-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \
+CFLAGS+ = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \
-DCLIENT_PATH=${CLIENT_PATH}
all: $(PROG) $(CATMANPAGES)

View file

@ -1,5 +1,3 @@
etc/dhclient-script
sbin/dhclient
sbin/dhcpd
sbin/dhcrelay
@exec touch /var/db/dhcpd.leases