From rannumgen@globaleyes.net  Sat Jul 23 04:04:20 2011
Return-Path: <rannumgen@globaleyes.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C05C01065674
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jul 2011 04:04:20 +0000 (UTC)
	(envelope-from rannumgen@globaleyes.net)
Received: from MX1.ll.net (mail.globaleyes.net [209.131.230.155])
	by mx1.freebsd.org (Postfix) with ESMTP id 96CCC8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jul 2011 04:04:19 +0000 (UTC)
Received: from FreeBSD1.LocalNET10 (unverified [50.44.197.30]) by MX1.ll.net
  (Vircom SMTPRS 4.4.571.23) with ESMTP id <B0994694702@MX1.ll.net> for <FreeBSD-gnats-submit@freebsd.org>;
  Fri, 22 Jul 2011 22:52:26 -0500
Message-Id: <1311393146.1664@FreeBSD1.LocalNET10>
Date: Fri, 22 Jul 2011 22:52:26 -0500
From: "RandomUser" <rannumgen@globaleyes.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: www/rt40 Makefile contains one-character typo that causes installation to terminate
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 04:10:12 UTC 2011
>Closed-Date:    Thu Jul 28 04:59:49 UTC 2011
>Last-Modified:  Thu Jul 28 04:59:49 UTC 2011
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Sun Jul 24 15:29:38 UTC 2011 
State-Changed-Why:  
There is no rt40 port. Which port is this referring to? 

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

From: Random User <rannumgen@globaleyes.net>
To: bug-followup@FreeBSD.org, rannumgen@globaleyes.net
Cc:  
Subject: Re: ports/159128: www/rt40 Makefile contains one-character typo that
 causes installation to terminate
Date: Wed, 27 Jul 2011 23:01:24 -0500

 My apologies - you may close this PR.
 
 I have installed RT-4.0.1 and defined a local ports directory named
 "rt40" to help with the initial installation. I forgot that any changes
 to RT4 were local only when I submitted my PR report.
 
 I have RT-4.0.1 working (installing from the native RT directory) but
 have not created a suitable BSD "port" for it. Partly because I prefer
 the native RT directory layout versus the assumed/traditional BSD RT
 port directory layout. Also, there a quite a few changes between RT-3.8
 and RT-4.0. Some of the previous patch files are no longer needed and
 the pkg-plist will require extensive modification. Makefile-cpan
 probably needs an update as well.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Jul 28 04:59:36 UTC 2011 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159128 
>Unformatted:
