From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 11 14:40:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6516A4D0 for ; Fri, 11 Jun 2004 14:40:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CF143D53 for ; Fri, 11 Jun 2004 14:40:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5BEeERb006499 for ; Fri, 11 Jun 2004 14:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5BEeEBw006498; Fri, 11 Jun 2004 14:40:14 GMT (envelope-from gnats) Resent-Date: Fri, 11 Jun 2004 14:40:14 GMT Resent-Message-Id: <200406111440.i5BEeEBw006498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cyrille Lefevre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A81016A4CE for ; Fri, 11 Jun 2004 14:33:48 +0000 (GMT) Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E3D43D2F for ; Fri, 11 Jun 2004 14:33:47 +0000 (GMT) (envelope-from cyrille.lefevre@laposte.net) Received: from mail.gits.dyndns.org (74-118-118-80.kaptech.net [80.118.118.74]) by ioskeha.hittite.isp.9tel.net (Postfix) with ESMTP id 9F46417BA91 for ; Fri, 11 Jun 2004 16:33:07 +0200 (CEST) Received: from gits.gits.invalid (IDENT:75p8cgu0ohwfevfr@localhost [127.0.0.1])i5BEW0HR076402 for ; Fri, 11 Jun 2004 16:32:01 +0200 (CEST) (envelope-from cyrille.lefevre@laposte.net) Received: by gits.gits.invalid (tmda-sendmail, from uid 0); Fri, 11 Jun 2004 16:31:59 +0200 (CEST) Message-Id: <20040611143146.GA985@gits.dyndns.org> Date: Fri, 11 Jun 2004 16:31:46 +0200 From: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67834: Maintainer update: net/isc-dhcp3-server (UNIQUENAME fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 14:40:55 -0000 >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: