ports/67834: Maintainer update: net/isc-dhcp3-server (UNIQUENAME fix)
Cyrille Lefevre
cyrille.lefevre at laposte.net
Fri Jun 11 14:40:55 UTC 2004
>Number: 67834
>Category: ports
>Synopsis: Maintainer update: net/isc-dhcp3-server (UNIQUENAME fix)
>Confidential: no
>Severity: critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 11 14:40:14 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Cyrille Lefevre
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.2-CURRENT FreeBSD 5.2-CURRENT #29: Mon May 31 01:35:59 CEST 2004 root at gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
if options are sets for one of the sub-ports, the others sub-ports
don't ask for the options.
Makefile
PORTREVISION does not need to be bumped, IMHO
UNIQUENAME initialized to $PKGBASE
>How-To-Repeat:
cd ports/net/isc-dhcp3-client
make
(the options dialog is shown)
cd ports/net/isc-dhcp3-server
make
(the options dialog isn't shown)
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3-server/Makefile,v
retrieving revision 1.95
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.95 Makefile
--- Makefile 1 Jun 2004 13:34:27 -0000 1.95
+++ Makefile 11 Jun 2004 14:28:50 -0000
@@ -24,6 +24,7 @@
SUBSYS?= server
+UNIQUENAME= ${PKGBASE}
.if ${SUBSYS} == client
OPTIONS= INTERFACE_POLLING "interface polling support" on
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list