From joseph@rhyll.com  Fri Oct 28 17:56:57 2005
Return-Path: <joseph@rhyll.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B01C016A425
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Oct 2005 17:56:57 +0000 (GMT)
	(envelope-from joseph@rhyll.com)
Received: from rhyll.com (rhyll.com [70.84.96.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD3A43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Oct 2005 17:56:57 +0000 (GMT)
	(envelope-from joseph@rhyll.com)
Received: from localhost (localhost [127.0.0.1])
	by rhyll.com (Postfix) with ESMTP id EE1392E040
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Oct 2005 10:56:56 -0700 (PDT)
Received: from rhyll.com ([127.0.0.1])
 by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 67011-04 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 28 Oct 2005 10:56:56 -0700 (PDT)
Received: by rhyll.com (Postfix, from userid 1001)
	id 434322E03E; Fri, 28 Oct 2005 10:56:56 -0700 (PDT)
Message-Id: <20051028175656.434322E03E@rhyll.com>
Date: Fri, 28 Oct 2005 10:56:56 -0700 (PDT)
From: Joseph Scott <joseph@randomnetworks.com>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER FIX] Make www/webresolve PREFIX clean
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88148
>Category:       ports
>Synopsis:       [MAINTAINER FIX] Make www/webresolve PREFIX clean
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 28 18:00:28 GMT 2005
>Closed-Date:    Sat Oct 29 20:16:30 CEST 2005
>Last-Modified:  Sat Oct 29 20:16:30 CEST 2005
>Originator:     Joseph Scott
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sm01.rhyll.com 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Oct 13 00:38:56 PDT 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/SM01 i386


	
>Description:
	
[MAINTAINER FIX] Make www/webresolve PREFIX clean

Prompted by an (automated?) email from Kris about www/webresolve
not respecting PREFIX I've added a REINPLACE call to make
PREFIX work correctly.
>How-To-Repeat:
	
>Fix:

	

--- webresolve.diff begins here ---
diff -ruN webresolve-orig/Makefile webresolve/Makefile
--- webresolve-orig/Makefile	Fri Oct 28 10:34:53 2005
+++ webresolve/Makefile	Fri Oct 28 10:53:07 2005
@@ -16,7 +16,11 @@
 
 HAS_CONFIGURE=yes
 ALL_TARGET=	webresolve
+USE_REINPLACE=yes
 
 MAN1=	webresolve.1 splitwr.1
+
+pre-configure:
+	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- webresolve.diff ends here ---


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Oct 28 18:03:16 GMT 2005 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88148 
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Sat Oct 29 19:58:30 CEST 2005 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88148 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Sat Oct 29 20:14:42 CEST 2005 
State-Changed-Why:  
Committed, thanks! 

The port now also builds without debug symbols (by removing -g from 
CFLAGS) in order to fully respect CFLAGS. 


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