Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2006 13:04:32 -0800
From:      David Johnson <david@usermode.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105885: Update port: misc/qbrew fix Xorg.7.x compliance
Message-ID:  <200611261304.32332.david@usermode.org>
Resent-Message-ID: <200611262110.kAQLA7PC005324@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105885
>Category:       ports
>Synopsis:       Update port: misc/qbrew fix Xorg.7.x compliance
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 26 21:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     David Johnson
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD scatha.usermode.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: 
Tue May 9 23:00:33 PDT 2006 
david@scatha.usermode.org:/usr/obj/usr/src/sys/SCATHA i386

>Description:
Fix compliance with Xorg.7.x. Port breaks when X11BASE is a non-standard 
location and Qt is installed to it.

>How-To-Repeat:
Create nonstandard X11BASE and install Qt to it.

>Fix:

--- qbrew.diff begins here ---
diff -ruN qbrew/Makefile qbrew.new/Makefile
--- qbrew/Makefile	Wed May 10 15:37:22 2006
+++ qbrew.new/Makefile	Sun Nov 26 12:48:46 2006
@@ -20,7 +20,10 @@
 QT_NONSTANDARD=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=		--x-includes=${X11BASE}/include	\
-			--x-libraries=${X11BASE}/lib
+			--x-libraries=${X11BASE}/lib \
+			--with-qt-dir=${X11BASE}
+CONFIGURE_ENV=		MOC=${X11BASE}/bin/moc \
+			UIC=${X11BASE}/bin/uic
 
 .include <bsd.port.pre.mk>
 
--- qbrew.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611261304.32332.david>