Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2005 22:23:25 +0000
From:      "Danny Pansters" <danny@ricin.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87850: [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic
Message-ID:  <20051022202439.D372E43D45@mx1.FreeBSD.org>
Resent-Message-ID: <200510222030.j9MKUILh004184@freefall.freebsd.org>

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

>Number:         87850
>Category:       ports
>Synopsis:       [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic
>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:   Sat Oct 22 20:30:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Danny Pansters
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD desktop.homenet 6.0-BETA5 FreeBSD 6.0-BETA5 #2: Tue Oct 4 01:00:47 UTC 2005 root@desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386


	
>Description:
	*BASE police: This port used /usr/X11R6 somewhere, should be X11BASE
>How-To-Repeat:
	Use alternate X11BASE
>Fix:

--- qscintilla-Makefile.diff begins here ---
--- x11-toolkits/qscintilla/Makefile.orig	Sat Oct 22 21:50:34 2005
+++ x11-toolkits/qscintilla/Makefile	Sat Oct 22 21:51:33 2005
@@ -90,9 +90,9 @@
 		${MV} Makefile.tmp Makefile && \
 		cd ${WRKSRC}/designer && \
 		${CAT} designer.pro | ${GREP} -v lqscintilla > designer.tmp && \
-		${ECHO} "INCPATH += /usr/X11R6/include ../qt" >> \
+		${ECHO} "INCPATH += ${X11BASE}/include ../qt" >> \
 			designer.tmp && \
-		${ECHO} "LIBS += -L../qt -L/usr/X11R6/lib -lqscintilla" >> \
+		${ECHO} "LIBS += -L../qt -L${X11BASE}/lib -lqscintilla" >> \
 			designer.tmp && \
 		${ECHO} "DESTDIR = ." >> designer.tmp && \
 		${MV} designer.tmp designer.pro )
--- qscintilla-Makefile.diff ends here ---


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



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