From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 19 01:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AFFA1065671 for ; Tue, 19 Aug 2008 01:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFDF8FC27 for ; Tue, 19 Aug 2008 01:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7J1U4og066402 for ; Tue, 19 Aug 2008 01:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7J1U4ex066401; Tue, 19 Aug 2008 01:30:04 GMT (envelope-from gnats) Resent-Date: Tue, 19 Aug 2008 01:30:04 GMT Resent-Message-Id: <200808190130.m7J1U4ex066401@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, "Dima Panov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A00106564A for ; Tue, 19 Aug 2008 01:27:52 +0000 (UTC) (envelope-from fluffy@fluffy.khv.ru) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5E58FC17 for ; Tue, 19 Aug 2008 01:27:51 +0000 (UTC) (envelope-from fluffy@fluffy.khv.ru) Received: from Fluffy.Khv.RU ([10.0.3.30]) by ns.ael.RU (8.14.2/8.14.2/Fluffy/5.2) with ESMTP id m7J1RXk0078383 for ; Tue, 19 Aug 2008 12:27:41 +1100 (VLAST) (envelope-from fluffy@fluffy.khv.ru) Received: from Fluffy.Khv.RU (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.2/8.14.2/Fluffy/5.4) with ESMTP id m7J1RX2Y060178 for ; Tue, 19 Aug 2008 12:27:33 +1100 (VLAST) (envelope-from fluffy@fluffy.khv.ru) Message-Id: <1219109253.58888@Fluffy.Khv.RU> Date: Tue, 19 Aug 2008 12:27:33 +1100 From: "Dima Panov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/126645: database/unixODBC: fix build qt3 GUI while qt4.4 installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 01:30:04 -0000 >Number: 126645 >Category: ports >Synopsis: database/unixODBC: fix build qt3 GUI while qt4.4 installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 19 01:30:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800043-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-800043-CURRENT #0: Sat Aug 16 19:27:03 VLAST 2008 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: database/unixODBC: fix build qt3 GUI while qt4.4 installed configure script find qt4 before qt3, which leads to broke build. >How-To-Repeat: >Fix: --- databases::unixODBC.diff begins here --- Index: databases/unixODBC/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/unixODBC/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- databases/unixODBC/Makefile 30 Sep 2007 21:09:42 -0000 1.53 +++ databases/unixODBC/Makefile 18 Aug 2008 13:18:34 -0000 @@ -33,6 +33,7 @@ QTLIB="${QT_PREFIX}/lib" \ USER_INCLUDES="${QTCPPFLAGS}" \ USER_LDFLAGS="${QTCFGLIBS}" +CONFIGURE_ENV+= QTMAX=030400 CONFIGURE_ARGS+=--enable-gui PLIST_SUB= GUI:="" .else --- databases::unixODBC.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: