ports/159128: www/rt40 Makefile contains one-character typo that causes installation to terminate

RandomUser rannumgen at globaleyes.net
Sat Jul 23 04:10:13 UTC 2011


>Number:         159128
>Category:       ports
>Synopsis:       www/rt40 Makefile contains one-character typo that causes installation to terminate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 04:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     RandomUser
>Release:        FreeBSD 7.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.4-STABLE #31: Thu Jul  7 21:37:09 CDT 2011




>Description:


Installation attempts to copy the "RT_SiteConfig.pm-dist" file when it should be "RT_SiteConfig.pm.dist".
When the install process gets to this point (Makefile:post-install), the process ends with a non-zero return code,
and a message about the file "RT_SiteConfig.pm-dist" not existing.


>How-To-Repeat:





>Fix:


--- Makefile.udiffs begins here ---
--- Makefile.orig	2011-05-24 10:27:21.000000000 -0500
+++ Makefile	2011-07-22 15:18:08.000000000 -0500
@@ -199,7 +199,7 @@
 
 post-install:
 	@[ -f ${RT_ETC_PATH}/RT_SiteConfig.pm ] || \
-		${CP} -p ${RT_ETC_PATH}/RT_SiteConfig.pm-dist ${RT_ETC_PATH}/RT_SiteConfig.pm
+		${CP} -p ${RT_ETC_PATH}/RT_SiteConfig.pm.dist ${RT_ETC_PATH}/RT_SiteConfig.pm
 	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
--- Makefile.udiffs ends here ---


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



More information about the freebsd-ports-bugs mailing list