From chip@planetatelecom.ru  Thu Feb 16 17:21:03 2006
Return-Path: <chip@planetatelecom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1EB7E16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Feb 2006 17:21:03 +0000 (GMT)
	(envelope-from chip@planetatelecom.ru)
Received: from saturn.planetatelecom.ru (saturn.planetatelecom.ru [80.237.25.245])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A339D43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Feb 2006 17:21:01 +0000 (GMT)
	(envelope-from chip@planetatelecom.ru)
Received: from saturn.planetatelecom.ru (localhost.planetatelecom.ru [127.0.0.1])
	by saturn.planetatelecom.ru (Sendmail) with ESMTP id 37A3C53312;
	Thu, 16 Feb 2006 20:27:02 +0300 (MSK)
Received: from core.void.su (pool-62.planetatelecom.ru [80.237.25.62])
	by saturn.planetatelecom.ru (Sendmail) with ESMTP id 9FEC25329A;
	Thu, 16 Feb 2006 20:27:01 +0300 (MSK)
Received: by core.void.su (Postfix, from userid 1001)
	id B75AC15F7C7; Thu, 16 Feb 2006 20:25:50 +0300 (MSK)
Message-Id: <20060216172550.B75AC15F7C7@core.void.su>
Date: Thu, 16 Feb 2006 20:25:50 +0300 (MSK)
From: Nosov Artem <chip@planetatelecom.ru>
Reply-To: Nosov Artem <chip@planetatelecom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@people.tecnik93.com
Subject: sysutils/apcupsd: USE_REINPLACE=yes missed
X-Send-Pr-Version: 3.113
X-GNATS-Notify: itetcu@people.tecnik93.com

>Number:         93442
>Category:       ports
>Synopsis:       sysutils/apcupsd: USE_REINPLACE=yes missed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 16 17:30:04 GMT 2006
>Closed-Date:    Thu Feb 16 18:46:20 GMT 2006
>Last-Modified:  Thu Feb 16 19:11:29 GMT 2006
>Originator:     Nosov Artem
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
<>
>Environment:
	
>Description:
	Build problem:

  enable-dist-install:        no

-e "s|%PREFIX%|/usr/local|g" /usr/obj/usr/ports/sysutils/apcupsd/work/apcupsd-3.10.18/doc/apcupsd.man
-e: not found
*** Error code 127

Stop in /usr/ports/sysutils/apcupsd.
ns# 

	Missed USE_REINPLACE in Makefile

	
>How-To-Repeat:
	
>Fix:
--- Makefile.orig       Thu Feb 16 20:03:11 2006
+++ Makefile    Thu Feb 16 20:03:20 2006
@@ -17,6 +17,7 @@
 COMMENT=       A daemon for controlling APC UPS
 
 USE_GETTEXT=   yes
+USE_REINPLACE= yes
 
 STARTUP_SCRIPT=        apcupsd.sh.sample
 PLIST_SUB=     STARTUP_SCRIPT=${STARTUP_SCRIPT}

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 16 17:32:08 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93442 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Feb 16 18:45:43 UTC 2006 
State-Changed-Why:  
USE_REINPLACE is no longer necessary with the latest bsd.*.mk. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93442 

Adding to audit trail from misfiled PR ports/93447:

Date: Thu, 16 Feb 2006 20:44:40 +0200
From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
 
 Please check your ports tree, the lastest versions of bsd.*.mk don't
 require USE_REINPLACE; and it's actually not needed since 4.7R or so.
 
 A port update is in progress, I changed a few machines and my cvs
 server was down for a few days; now that it's working again, I hope to
 finish this update tonight/tomorrow.
 -- 
 IOnut
 Unregistered ;) FreeBSD "user"
>Unformatted:
