From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 12 13:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1993C1065674 for ; Thu, 12 Jun 2008 13:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECAAF8FC1E for ; Thu, 12 Jun 2008 13:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5CD09Cv047763 for ; Thu, 12 Jun 2008 13:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5CD09MH047755; Thu, 12 Jun 2008 13:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jun 2008 13:00:09 GMT Resent-Message-Id: <200806121300.m5CD09MH047755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62517106567D for ; Thu, 12 Jun 2008 12:51:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 246148FC27 for ; Thu, 12 Jun 2008 12:51:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1K6mGj-0005ly-6y for FreeBSD-gnats-submit@freebsd.org; Thu, 12 Jun 2008 14:51:09 +0200 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 674DB50841 for ; Thu, 12 Jun 2008 14:51:11 +0200 (CEST) Message-Id: <1213275071.1852@gahrtop.localhost> Date: Thu, 12 Jun 2008 14:51:11 +0200 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/124512: [patch] x11-toolkits/qt33 fix dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 13:00:10 -0000 >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: