From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 10 09:10:02 2009 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 3E6EB1065672 for ; Sun, 10 May 2009 09:10:02 +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 F3FCE8FC0C for ; Sun, 10 May 2009 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4A9A11T017682 for ; Sun, 10 May 2009 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4A9A12g017681; Sun, 10 May 2009 09:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 May 2009 09:10:01 GMT Resent-Message-Id: <200905100910.n4A9A12g017681@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, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B72106566B for ; Sun, 10 May 2009 09:03:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 82F348FC18 for ; Sun, 10 May 2009 09:03:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4A93CBv098919 for ; Sun, 10 May 2009 09:03:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4A93C6C098918; Sun, 10 May 2009 09:03:12 GMT (envelope-from nobody) Message-Id: <200905100903.n4A93C6C098918@www.freebsd.org> Date: Sun, 10 May 2009 09:03:12 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134409: graphics/djview4: fix qt4 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: Sun, 10 May 2009 09:10:02 -0000 >Number: 134409 >Category: ports >Synopsis: graphics/djview4: fix qt4 dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 10 09:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: 7.2-PRERELEASE >Organization: >Environment: FreeBSD luna.dio.ru 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3: Thu Apr 23 16:17:15 MSD 2009 makc@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: qmake and friends are required for build only, so remove them from run dependencies. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/djview4/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/djview4/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- graphics/djview4/Makefile 10 Jan 2009 02:45:38 -0000 1.12 +++ graphics/djview4/Makefile 10 May 2009 08:52:55 -0000 @@ -7,7 +7,7 @@ PORTNAME= djview PORTVERSION= 4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/djvu DISTNAME= ${PORTNAME}4-${PORTVERSION} @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GNOME= pkgconfig gnometarget USE_QT_VER= 4 -QT_COMPONENTS= gui network rcc uic moc qmake +QT_COMPONENTS= gui network rcc_build uic_build moc_build qmake_build QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \ QMAKESPEC="${QMAKESPEC}" \ >Release-Note: >Audit-Trail: >Unformatted: