From jsa@wickedmachine.net  Sat Jun 13 03:41:33 2009
Return-Path: <jsa@wickedmachine.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6E26106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jun 2009 03:41:33 +0000 (UTC)
	(envelope-from jsa@wickedmachine.net)
Received: from shaitan.wickedmachine.net (tn-67-232-80-18.dhcp.embarqhsd.net [67.232.80.18])
	by mx1.freebsd.org (Postfix) with ESMTP id 992C28FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jun 2009 03:41:33 +0000 (UTC)
	(envelope-from jsa@wickedmachine.net)
Received: from shaitan.wickedmachine.net (localhost [127.0.0.1])
	by shaitan.wickedmachine.net (8.14.3/8.14.3) with ESMTP id n5D3fWp4038171;
	Fri, 12 Jun 2009 23:41:32 -0400 (EDT)
	(envelope-from jsa@wickedmachine.net)
Message-Id: <1244864492.38145@shaitan.wickedmachine.net>
Date: Fri, 12 Jun 2009 23:41:32 -0400
From: "Joseph S. Atkinson" <jsa@wickedmachine.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: itetcu@freebsd.org
Subject: Fix audio/exaile-devel regression when installing with custom PREFIX
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         135528
>Category:       ports
>Synopsis:       Fix audio/exaile-devel regression when installing with custom PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 13 03:50:02 UTC 2009
>Closed-Date:    Tue Jul 28 07:25:54 UTC 2009
>Last-Modified:  Tue Jul 28 07:25:54 UTC 2009
>Originator:     Joseph S. Atkinson
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
Poor 
>Environment:


System: FreeBSD 8.0-CURRENT #0 r194047: Fri Jun 12 04:13:43 EDT 2009
    jsa@shaitan.wickedmachine.net:/usr/obj/usr/src/sys/SHAITAN



>Description:





>How-To-Repeat:





>Fix:


--- exaile-devel_regress.diff begins here ---
diff -u audio/exaile-devel/Makefile.orig auido/exaile-devel/Makefile
--- audio/exaile-devel/Makefile.orig	2009-06-12 04:26:42.000000000 -0400
+++ audio/exaile-devel/Makefile	2009-06-12 23:22:28.472815120 -0400
@@ -68,8 +68,8 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|LIBDIR|LIBINSTALLDIR|g' \
-		${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|PREFIX =|PREFIX \?=|;s|LIBDIR =|LIBDIR \?=|' \
+		-e 's|LIBDIR|LIBINSTALLDIR|g' ${WRKSRC}/Makefile
 .if defined(WITHOUT_NLS)
 	@${REINPLACE_CMD} -e 's|exaile\.mo|SKIP_NLS_HACK|' ${WRKSRC}/Makefile
 .endif
--- exaile-devel_regress.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sat Jun 13 05:18:08 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135528: commit references a PR
Date: Sat, 11 Jul 2009 11:50:04 +0000 (UTC)

 itetcu      2009-07-11 11:49:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/exaile-devel   Makefile 
   Log:
   Fix with custom PREFIX / LOCALBASE
   
   PR:             ports/135528
   Submitted by:   maintainer
   Reported by:    QATty
   
   Revision  Changes    Path
   1.20      +2 -2      ports/audio/exaile-devel/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jul 28 07:25:34 UTC 2009 
State-Changed-Why:  
Already committed, according to audit-trail 

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