ports/105885: Update port: misc/qbrew fix Xorg.7.x compliance

David Johnson david at usermode.org
Sun Nov 26 21:10:32 UTC 2006


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



More information about the freebsd-ports-bugs mailing list