ports/87892: accessx-0.950_1 failed on i386 6

Stephen Montgomery-Smith stephen at math.missouri.edu
Mon Oct 24 01:30:19 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 01:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include at g" \
 		${WRKSRC}/Makefile
 	${REINPLACE_CMD} -e "s at wish -f at wish8.2 -f at g" ${WRKSRC}/accessx

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list