Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Dec 2006 19:02:45 -0600 (CST)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erikg@arl.army.mil
Subject:   ports/106245: [Maintainer Update] cad/brlcad fix for "odd location" X11BASE
Message-ID:  <20061203010245.A99BB1CE55@phoenix.smluc.org>
Resent-Message-ID: <200612030110.kB31AEat001075@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061203010245.A99BB1CE55>