ports/124512: [patch] x11-toolkits/qt33 fix dependencies

Pietro Cerutti gahr at FreeBSD.org
Thu Jun 12 13:00:10 UTC 2008


>Number:         124512
>Category:       ports
>Synopsis:       [patch] x11-toolkits/qt33 fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 12 13:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #45: Wed Jun 11 17:18:41 CEST 2008
    root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


qt33 depends on the xinerama, sm, inputproto, and xi XORG modules.
Usually, these dependencies are met by XFT and NAS, which are OPTIONS enabled by default.


>How-To-Repeat:


Try to disable all options and build qt33


>Fix:


--- qt33.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/qt33/Makefile,v
retrieving revision 1.220
diff -u -u -r1.220 Makefile
--- Makefile	6 Jun 2008 14:16:32 -0000	1.220
+++ Makefile	12 Jun 2008 12:48:08 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	qt
 PORTVERSION=	3.3.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES?=	x11-toolkits ipv6
 MASTER_SITES=	${MASTER_SITE_QT}
 DISTNAME=	qt-x11-free-${PORTVERSION}
@@ -29,6 +29,7 @@
 		xfmail-1.5.5_[1-2]
 
 USE_BZIP2=	yes
+USE_XORG=	xinerama sm inputproto xi
 REINPLACE_ARGS=	-i ""
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
--- qt33.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list