Date: Thu, 27 Jun 2002 15:48:12 -0500 (CDT) From: Ben Weaver <bweaver@tranquility.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cyrille.lefevre@laposte.net Subject: ports/39931: net/isc-dhcp3 build error Message-ID: <200206272048.g5RKmCQ72422@the.outroad.org>
next in thread | raw e-mail | index | archive | help
>Number: 39931 >Category: ports >Synopsis: net/isc-dhcp3 build error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ben Weaver >Release: FreeBSD 4.6-RELEASE i386 >Organization: <personal> >Environment: System: FreeBSD the.outroad.org >Description: While building the FreeBSD port net/isc-dhcp3 on a FreeBSD 4.6-RELEASE box, I received the following error after executing 'make': ===> Extracting for isc-dhcp3-3.0.1.r9 >How-To-Repeat: cd /usr/ports/net/isc-dhcp3 make >Fix: --- Makefile.orig Sun Jun 23 23:44:16 2002 +++ Makefile Tue Jun 25 21:54:58 2002 @@ -26,13 +26,13 @@ MAINTAINER= cyrille.lefevre@laposte.net +USE_REINPLACE= yes +HAS_CONFIGURE= yes + .include <bsd.port.pre.mk> # Global variables # - -USE_REINPLACE= yes -HAS_CONFIGURE= yes MAN1= omshell.1 MAN3= dhcpctl.3 omapi.3 omshell.3 >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for dhcp-3.0.1rc9.tar.gz. ===> Applying FreeBSD patches for isc-dhcp3-3.0.1.r9 -e: not found *** Error code 127 Stop in /usr/ports/net/isc-dhcp3. The problem seemed to be that the variable REINPLACE_CMD was not defined properly. After moving the definition of USE_REINPLACE above the inclusion of bsd.port.mk, the problem seems to have been fixed for me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206272048.g5RKmCQ72422>