ports/67834: Maintainer update: net/isc-dhcp3-server(UNIQUENAME fix)

Cyrille Lefevre cyrille.lefevre at laposte.net
Thu Jun 17 23:20:40 UTC 2004


The following reply was made to PR ports/67834; it has been noted by GNATS.

From: Cyrille Lefevre <cyrille.lefevre at laposte.net>
To: Volker Stolz <vs at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/67834: Maintainer update: net/isc-dhcp3-server (UNIQUENAME
	fix)
Date: Thu, 17 Jun 2004 15:53:12 +0200 (CEST)

 On Jun 17, 2004 01:59:22 pm +0200, Volker Stolz wrote:
 > Somehow doesn't work:
 > 
 > isc-dhcp3-server at menelaos [13:58:01]> make -V PKGBASE
 > isc-dhcp3-server
 > 
 > Patching file Makefile using Plan A...
 > Hunk #1 succeeded at 24.
 > Hmm...  Ignoring the trailing garbage.
 > done
 > isc-dhcp3-server at menelaos [13:57:08]> make
 > ===> Using wrong configuration file /var/db/ports//options
 > *** Error code 1
 > 
 > Stop in /usr/ports/net/isc-dhcp3-server.
 
 ok, PKGBASE is not yet know when needed.
 
 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	17 Jun 2004 13:49:08 -0000
 @@ -24,6 +24,7 @@
  
  SUBSYS?=	server
  
 +UNIQUENAME=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}	# ${PKGBASE}
  .if ${SUBSYS} == client
  OPTIONS=	INTERFACE_POLLING "interface polling support" on
  .endif
 
 Cyrille.
 -- 
 Cyrille Lefevre
 -- 
 mailto:cyrille.lefevre at laposte.net



More information about the freebsd-ports-bugs mailing list