Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 20:25:50 +0300 (MSK)
From:      Nosov Artem <chip@planetatelecom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93442: sysutils/apcupsd: USE_REINPLACE=yes missed
Message-ID:  <20060216172550.B75AC15F7C7@core.void.su>
Resent-Message-ID: <200602161730.k1GHU4Rc053660@freefall.freebsd.org>

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

>Number:         93442
>Category:       ports
>Synopsis:       sysutils/apcupsd: USE_REINPLACE=yes missed
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 16 17:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060216172550.B75AC15F7C7>