From owner-freebsd-ports Fri Jan 7 23:40:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B17F1514E for ; Fri, 7 Jan 2000 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA61572; Fri, 7 Jan 2000 23:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from asgaard.whispering.org (208-241-93-179.hsacorp.net [208.241.93.179]) by hub.freebsd.org (Postfix) with ESMTP id D0F011513E for ; Fri, 7 Jan 2000 23:32:04 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (16-170.008.popsite.net [209.69.195.170]) by asgaard.whispering.org (8.9.3/8.9.3) with ESMTP id CAA20127 for ; Sat, 8 Jan 2000 02:31:58 -0500 (EST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id CAA55761; Sat, 8 Jan 2000 02:32:00 -0500 (EST) (envelope-from will) Message-Id: <200001080732.CAA55761@shadow.blackdawn.com> Date: Sat, 8 Jan 2000 02:32:00 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15976: [PATCH] bsd.port.mk to accomodate Qt library upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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