From owner-freebsd-bugs@FreeBSD.ORG Sun May 10 16:40:02 2009 Return-Path: Delivered-To: freebsd-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 C5444106567B for ; Sun, 10 May 2009 16:40: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 874998FC1A for ; Sun, 10 May 2009 16:40:02 +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 n4AGe2tX034453 for ; Sun, 10 May 2009 16:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4AGe2ra034452; Sun, 10 May 2009 16:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 10 May 2009 16:40:02 GMT Resent-Message-Id: <200905101640.n4AGe2ra034452@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-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 E9DFD106564A for ; Sun, 10 May 2009 16:37:47 +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 D8EAD8FC0A for ; Sun, 10 May 2009 16:37:47 +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 n4AGblqZ015426 for ; Sun, 10 May 2009 16:37:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4AGblKk015425; Sun, 10 May 2009 16:37:47 GMT (envelope-from nobody) Message-Id: <200905101637.n4AGblKk015425@www.freebsd.org> Date: Sun, 10 May 2009 16:37:47 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/134430: cad/klayout: fix qt4 dependencies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 16:40:03 -0000 >Number: 134430 >Category: misc >Synopsis: cad/klayout: fix qt4 dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 10 16:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: 7.2-STABLE >Organization: >Environment: >Description: remove qt4 build tools from run dependencies. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: ports/cad/klayout/Makefile =================================================================== RCS file: /home/pcvs/ports/cad/klayout/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- ports/cad/klayout/Makefile 25 Apr 2009 23:25:17 -0000 1.10 +++ ports/cad/klayout/Makefile 10 May 2009 15:14:44 -0000 @@ -7,6 +7,7 @@ PORTNAME= klayout PORTVERSION= 0.17.2 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.klayout.de/ @@ -15,7 +16,7 @@ USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network moc sql uic rcc qt3support xml +QT_COMPONENTS= corelib gui network moc_build sql uic_build rcc_build qt3support xml PLIST_FILES= bin/klayout \ bin/strm2gds \ bin/strm2oas \ >Release-Note: >Audit-Trail: >Unformatted: