ports/106245: [Maintainer Update] cad/brlcad fix for "odd location" X11BASE

Erik Greenwald erik at smluc.org
Sun Dec 3 01:10:15 UTC 2006


>Number:         106245
>Category:       ports
>Synopsis:       [Maintainer Update]  cad/brlcad  fix for "odd location" X11BASE
>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:   Sun Dec 03 01:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Oct 10 16:58:15 EDT 2006 erik at fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

Figure "odd location" X installs. Tested using X11BASE=/usr/Xorg and
seems to work fine. A real fix has already been committed to the 
sourceforge repository, this is just a stopgap until the next release.
http://brlcad.cvs.sourceforge.net/brlcad/brlcad/configure.ac?r1=14.272&r2=14.273

Thanks!

>How-To-Repeat:
>Fix:

--- cad-brlcad.patch begins here ---
Index: cad/brlcad/Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/brlcad/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- cad/brlcad/Makefile	1 Nov 2006 06:35:52 -0000	1.18
+++ cad/brlcad/Makefile	3 Dec 2006 00:57:16 -0000
@@ -175,6 +175,9 @@
 .endif
 .endif
 
+post-patch:
+	${REINPLACE_CMD} "s+/usr/X11R6+${X11BASE}+" ${WRKSRC}/configure
+
 pre-install:
 	${CP} ${FILESDIR}/mged.sh ${WRKSRC}
 	${REINPLACE_CMD} -e 's+%%BRLCAD_ROOT%%+${PREFIX}+g;'	\
--- cad-brlcad.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list