Date: Sat, 8 Jan 2000 02:32:00 -0500 (EST) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/15976: [PATCH] bsd.port.mk to accomodate Qt library upgrade Message-ID: <200001080732.CAA55761@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 15976 >Category: ports >Synopsis: [PATCH] bsd.port.mk to accomodate Qt library upgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 7 23:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Jan 1 10:41:51 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is the bsd.port.mk diff that should handle the new Qt/KDE behavior. Quite simple, really. See email from me, Message-Id XFMail.000108022745.andrews@TECHNOLOGIST.COM. >How-To-Repeat: Apply the patch against the current bsd.port.mk. >Fix: --- bsd.port.mk Wed Nov 10 21:36:15 1999 +++ bsd.port.mk.new Fri Jan 7 23:15:35 2000 @@ -144,7 +144,8 @@ # target. # USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_XLIB. # USE_XLIB - Says that the port uses X libraries. -# USE_QT - Says that the port uses version 1 of the qt toolkit. +# USE_QT - Says that the port uses version 1 of the qt toolkit. +# Implies USE_NEWGCC. # USE_QT2 - Says that the port uses version 2 of the qt toolkit. # Implies USE_NEWGCC. # @@ -598,7 +599,8 @@ .endif .if defined(USE_QT) -LIB_DEPENDS+= qt.2:${PORTSDIR}/x11-toolkits/qt142 +LIB_DEPENDS+= qt.3:${PORTSDIR}/x11-toolkits/qt14 +USE_NEWGCC= yes .endif .if defined(USE_QT2) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001080732.CAA55761>