From amdmi3@amdmi3.ru  Thu Sep  8 07:26:08 2011
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 301AB106564A
	for <freebsd-gnats-submit@freebsd.org>; Thu,  8 Sep 2011 07:26:08 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id DE2918FC0A
	for <freebsd-gnats-submit@freebsd.org>; Thu,  8 Sep 2011 07:26:07 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1R1Yzt-0005ao-39; Thu, 08 Sep 2011 11:26:05 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id E613CB865;
	Thu,  8 Sep 2011 11:26:03 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id DA939B823; Thu,  8 Sep 2011 11:26:03 +0400 (MSD)
Message-Id: <20110908072603.DA939B823@hades.panopticon>
Date: Thu,  8 Sep 2011 11:26:03 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: m.tsatsenko@gmail.com
Subject: [PATCH] x11-toolkits/open-motif: respect ${LOCALBASE}
X-Send-Pr-Version: 3.113
X-GNATS-Notify: m.tsatsenko@gmail.com

>Number:         160550
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/open-motif: respect ${LOCALBASE}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 07:30:05 UTC 2011
>Closed-Date:    Sat Sep 10 05:05:40 UTC 2011
>Last-Modified:  Sat Sep 10 05:10:08 UTC 2011
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar  8 09:48:52 MSK
>Description:
open-motif doesn't build with nondefault LOCALBASE due to /usr/local hardcoded in configure. The patch fixes it.

Port maintainer (m.tsatsenko@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- open-motif-2.3.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11-toolkits/open-motif/Makefile,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile
--- Makefile	21 Jun 2011 14:50:01 -0000	1.53
+++ Makefile	8 Sep 2011 05:38:14 -0000
@@ -86,6 +86,8 @@
 	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
 		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
 		 s|file formats|5|'
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+		${WRKSRC}/configure
 
 post-install:
 .if defined(WITH_OPENMOTIF_DEMOS)
--- open-motif-2.3.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 8 07:30:16 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: m.tsatsenko@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160550: [PATCH] x11-toolkits/open-motif: respect ${LOCALBASE}
Date: Thu, 8 Sep 2011 07:30:13 UT

 Maintainer of x11-toolkits/open-motif,
 
 Please note that PR ports/160550 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160550
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/160550: [PATCH] x11-toolkits/open-motif: respect ${LOCALBASE}
Date: Thu, 8 Sep 2011 19:05:03 +0400

 Looks fine for me
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Sep 9 23:59:06 UTC 2011 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160550 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sat Sep 10 05:05:37 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160550: commit references a PR
Date: Sat, 10 Sep 2011 05:05:41 +0000 (UTC)

 amdmi3      2011-09-10 05:05:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/open-motif Makefile 
   Log:
   - Respect LOCALBASE
   
   PR:             160550
   Submitted by:   myself
   Approved by:    Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.54      +2 -0      ports/x11-toolkits/open-motif/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
