From danny@ricin.com  Sat Oct 22 20:24:40 2005
Return-Path: <danny@ricin.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 430E616A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 20:24:40 +0000 (GMT)
	(envelope-from danny@ricin.com)
Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D372E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 20:24:39 +0000 (GMT)
	(envelope-from danny@ricin.com)
Received: from [213.51.128.136] (port=60875 helo=smtp5.home.nl)
	by smtpq2.home.nl with esmtp (Exim 4.30)
	id 1ETPuw-0007Pt-5m
	for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Oct 2005 22:24:38 +0200
Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50216)
	by smtp5.home.nl with smtp (Exim 4.30)
	id 1ETPuu-0006w8-Ig
	for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Oct 2005 22:24:36 +0200
Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Sat, 22 Oct 2005 22:23:25 +0000
Message-Id: <20051022202439.D372E43D45@mx1.FreeBSD.org>
Date: Sat, 22 Oct 2005 22:23:25 +0000
From: "Danny Pansters" <danny@ricin.com>
Reply-To: Danny Pansters <danny@ricin.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87850
>Category:       ports
>Synopsis:       [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 22 20:30:18 GMT 2005
>Closed-Date:    Sun Oct 23 02:50:20 GMT 2005
>Last-Modified:  Sun Oct 23 02:50:20 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 23 02:50:18 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87850 
>Unformatted:
