Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 16:31:46 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67834: Maintainer update: net/isc-dhcp3-server (UNIQUENAME fix)
Message-ID:  <20040611143146.GA985@gits.dyndns.org>
Resent-Message-ID: <200406111440.i5BEeEBw006498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040611143146.GA985>