From stephen@cauchy.math.missouri.edu  Mon Oct 24 01:23:09 2005
Return-Path: <stephen@cauchy.math.missouri.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5029E16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Oct 2005 01:23:09 +0000 (GMT)
	(envelope-from stephen@cauchy.math.missouri.edu)
Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB7543D55
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Oct 2005 01:23:07 +0000 (GMT)
	(envelope-from stephen@cauchy.math.missouri.edu)
Received: from cauchy.math.missouri.edu (localhost [127.0.0.1])
	by cauchy.math.missouri.edu (8.13.4/8.13.3) with ESMTP id j9O1N74C028182
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Oct 2005 20:23:07 -0500 (CDT)
	(envelope-from stephen@cauchy.math.missouri.edu)
Received: (from stephen@localhost)
	by cauchy.math.missouri.edu (8.13.4/8.13.3/Submit) id j9O1N7Ic028181;
	Sun, 23 Oct 2005 20:23:07 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <200510240123.j9O1N7Ic028181@cauchy.math.missouri.edu>
Date: Sun, 23 Oct 2005 20:23:07 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Reply-To: Stephen Montgomery-Smith <stephen@math.missouri.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: accessx-0.950_1 failed on i386 6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87892
>Category:       ports
>Synopsis:       accessx-0.950_1 failed on i386 6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 01:30:16 GMT 2005
>Closed-Date:    Mon Oct 24 09:35:02 GMT 2005
>Last-Modified:  Mon Oct 24 09:35:02 GMT 2005
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Sep 29 15:53:55 CDT 2005 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


	
>Description:


Dear port maintainer,

This port does not respect non-standard LOCALBASE/X11BASE settings,
which is a requirement that all FreeBSD ports should satisfy.  In this build,
your port and all its dependencies were built with LOCALBASE=/usr/opt and
X11BASE=/usr/X, and the build failed because of hard-coded values in your port
or the vendor sources.

>How-To-Repeat:
	
>Fix:

diff -ur accessx-orig/Makefile accessx/Makefile
--- accessx-orig/Makefile	Sun Oct 23 13:14:42 2005
+++ accessx/Makefile	Sun Oct 23 20:17:16 2005
@@ -24,6 +24,7 @@
 post-patch:
 	${REINPLACE_CMD} \
 		-e "s@/usr/local@${PREFIX}@" \
+		-e "s@/usr/X11R6/lib@${X11BASE}/lib@" \
 		-e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" \
 		${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e "s@wish -f@wish8.2 -f@g" ${WRKSRC}/accessx

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Mon Oct 24 09:34:52 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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