From bf7d65c2333987e273c9346c8d58e2557c70fb96 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Thu, 3 Jun 2004 13:15:00 +0000 Subject: - Remove ports/net-mgmt/dhcpconf This port is obsolete since ports tree has dhcpd 3.x (it was designed for dhcpd 2.x). Futhermore, it used to coredump on -CURRENT. --- net-mgmt/dhcpconf/Makefile | 36 ------------------------------------ net-mgmt/dhcpconf/distinfo | 2 -- net-mgmt/dhcpconf/files/patch-aa | 34 ---------------------------------- net-mgmt/dhcpconf/pkg-descr | 9 --------- net-mgmt/dhcpconf/pkg-plist | 3 --- 5 files changed, 84 deletions(-) delete mode 100644 net-mgmt/dhcpconf/Makefile delete mode 100644 net-mgmt/dhcpconf/distinfo delete mode 100644 net-mgmt/dhcpconf/files/patch-aa delete mode 100644 net-mgmt/dhcpconf/pkg-descr delete mode 100644 net-mgmt/dhcpconf/pkg-plist (limited to 'net-mgmt') diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile deleted file mode 100644 index b03f3a434489..000000000000 --- a/net-mgmt/dhcpconf/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dhcp-conf -# Date created: 20 Dec 1999 -# Whom: Will Andrews -# -# $FreeBSD$ -# - -PORTNAME= dhcpconf -PORTVERSION= 0.7.3 -PORTREVISION= 1 -CATEGORIES= net-mgmt sysutils -MASTER_SITES= http://dhcp-conf.sourceforge.net/ -DISTNAME= dhcp-conf -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Neat console-based ISC DHCP server configuration-generating utility - -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ - newt.51:${PORTSDIR}/devel/newt - -ALL_TARGET= ${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME} -MAKE_ENV+= PCFLAGS="${CFLAGS}" - -DEPRECATED= "${PORTNAME} is outdated and full of bugs" -EXPIRATION_DATE= 2004-05-26 - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include diff --git a/net-mgmt/dhcpconf/distinfo b/net-mgmt/dhcpconf/distinfo deleted file mode 100644 index a23f9ac2aa19..000000000000 --- a/net-mgmt/dhcpconf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dhcp-conf.tgz) = fc33a5687461c7a99615da744cd8dd3f -SIZE (dhcp-conf.tgz) = 120508 diff --git a/net-mgmt/dhcpconf/files/patch-aa b/net-mgmt/dhcpconf/files/patch-aa deleted file mode 100644 index b1f1467673d7..000000000000 --- a/net-mgmt/dhcpconf/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile Wed Dec 15 12:45:24 1999 -+++ Makefile.new Wed Jan 26 23:15:10 2000 -@@ -1,23 +1,24 @@ - TARGET = dhcp-conf --CC = gcc --LIBS = -lgdbm -lnewt -+CC ?= gcc -+CFLAGS = $(PCFLAGS) -I$(PREFIX)/include -+LIBS = -L$(PREFIX)/lib -lgdbm -lnewt - OBJS = main.o screen.o help.o data.o - #OPTS = -D__DEBUG__ -D__TRACE__ - - $(TARGET) : $(OBJS) -- $(CC) -o $(TARGET) $(LIBS) $(OBJS) -+ $(CC) $(CFLAGS) -o $(TARGET) $(LIBS) $(OBJS) - - main.o : main.c includes.h main-proto.h screen-proto.h -- $(CC) -c main.c $(OPTS) -+ $(CC) $(CFLAGS) -c main.c $(OPTS) - - screen.o : screen.c includes.h screen-proto.h -- $(CC) -c screen.c $(OPTS) -+ $(CC) $(CFLAGS) -c screen.c $(OPTS) - - help.o : help.c includes.h help-proto.h -- $(CC) -c help.c $(OPTS) -+ $(CC) $(CFLAGS) -c help.c $(OPTS) - - data.o : data.c includes.h data-proto.h -- $(CC) -c data.c $(OPTS) -+ $(CC) $(CFLAGS) -c data.c $(OPTS) - - install : $(TARGET) - chown root dhcp-conf diff --git a/net-mgmt/dhcpconf/pkg-descr b/net-mgmt/dhcpconf/pkg-descr deleted file mode 100644 index 94e22ace7031..000000000000 --- a/net-mgmt/dhcpconf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -dhcpconf is a neat configuration utility for the ISC DHCP server. -It works by bringing up a couple dialog boxes that look strangely -like they're created using ncurses but really newt - and then checking -your options and generating a dhcpd.conf. - -WWW: http://dhcp-conf.sourceforge.net -Author: Vee Schade - ---Will diff --git a/net-mgmt/dhcpconf/pkg-plist b/net-mgmt/dhcpconf/pkg-plist deleted file mode 100644 index c68bedef941e..000000000000 --- a/net-mgmt/dhcpconf/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/dhcpconf -%%PORTDOCS%%share/doc/dhcpconf/README -%%PORTDOCS%%@dirrm share/doc/dhcpconf -- cgit v1.2.3