ports/126645: database/unixODBC: fix build qt3 GUI while qt4.4 installed

Dima Panov fluffy at fluffy.khv.ru
Tue Aug 19 01:30:04 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list