Date: Thu, 12 Jun 2008 14:51:11 +0200 From: "Pietro Cerutti" <gahr@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/124512: [patch] x11-toolkits/qt33 fix dependencies Message-ID: <1213275071.1852@gahrtop.localhost> Resent-Message-ID: <200806121300.m5CD09MH047755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1213275071.1852>