Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 19:24:48 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39881: Update port: net/isc-dhcp3 - USE_REINPLACE in wrong place
Message-ID:  <20020626102448.D62D28289@hadaly.dyndns.org>

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

>Number:         39881
>Category:       ports
>Synopsis:       Update port: net/isc-dhcp3 - USE_REINPLACE in wrong place
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 26 03:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6-RELEASE FreeBSD 4.6-RELEASE #1: Tue Jun 25 20:24:28 JST 2002 root@hadaly.dyndns.org:/usr/obj/usr/src/sys/NS i386


	
>Description:
"make patch" fails because USE_REINPLACE=yes is in wrong place.
	
>How-To-Repeat:
	
>Fix:
This patch may fix the problem.

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.80
diff -u -r1.80 Makefile
--- Makefile	2002/06/24 04:44:16	1.80
+++ Makefile	2002/06/26 10:19:04
@@ -26,12 +26,13 @@
 
 MAINTAINER=	cyrille.lefevre@laposte.net
 
+USE_REINPLACE=	yes
+
 .include <bsd.port.pre.mk>
 
 # Global variables
 #
 
-USE_REINPLACE=	yes
 HAS_CONFIGURE=	yes
 
 MAN1=		omshell.1
cvs server: Diffing files

>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020626102448.D62D28289>