ports/67421: [ maintainer ] emulators/pearpc: QTDIR issue

Roman Bogorodskiy bogorodskiy at inbox.ru
Mon May 31 17:21:10 UTC 2004


>Number:         67421
>Category:       ports
>Synopsis:       [ maintainer ] emulators/pearpc: QTDIR issue
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 10:20:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #2: Tue May 25 13:20:35 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	It's better to check if QTDIR environment variable is set. Actually, 
	I had to do it when adding WITH_QT knob. 
>How-To-Repeat:
>Fix:

diff -ru pearpc.orig/Makefile pearpc/Makefile
--- pearpc.orig/Makefile	Mon May 31 20:52:48 2004
+++ pearpc/Makefile	Mon May 31 21:00:37 2004
@@ -30,6 +30,8 @@
 .if defined(WITH_QT)
 CONFIGURE_ARGS+=	--enable-gui=qt
 USE_QT_VER=	3
+QTDIR?=         ${X11BASE}
+CONFIGURE_ENV+= QTDIR="${QTDIR}"
 .else
 CONFIGURE_ARGS+=	--enable-gui=nogui
 .endif

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list