ports/87850: [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic

Danny Pansters danny at ricin.com
Sat Oct 22 20:30:19 UTC 2005


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



More information about the freebsd-ports-bugs mailing list