From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 22 20:30:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4116A41F for ; Sat, 22 Oct 2005 20:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAECC43D48 for ; Sat, 22 Oct 2005 20:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9MKUI4x004185 for ; Sat, 22 Oct 2005 20:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MKUILh004184; Sat, 22 Oct 2005 20:30:18 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 20:30:18 GMT Resent-Message-Id: <200510222030.j9MKUILh004184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danny Pansters Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 430E616A41F for ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87850: [maintainer] x11-toolkits/qscintilla: make X11BASE agnostic X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Danny Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 20:30:19 -0000 >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: