From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 10 16:50:08 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 D8E6F106567C for ; Sun, 10 May 2009 16:50:08 +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 9AA0E8FC18 for ; Sun, 10 May 2009 16:50:08 +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 n4AGo8nM048348 for ; Sun, 10 May 2009 16:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4AGo8ZM048342; Sun, 10 May 2009 16:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 10 May 2009 16:50:08 GMT Resent-Message-Id: <200905101650.n4AGo8ZM048342@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 A89C110656AB for ; Sun, 10 May 2009 16:42:13 +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 9702C8FC12 for ; Sun, 10 May 2009 16:42:13 +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 n4AGgDd8028425 for ; Sun, 10 May 2009 16:42:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4AGgDRw028424; Sun, 10 May 2009 16:42:13 GMT (envelope-from nobody) Message-Id: <200905101642.n4AGgDRw028424@www.freebsd.org> Date: Sun, 10 May 2009 16:42:13 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134433: audio/qsynth: 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 16:50:09 -0000 >Number: 134433 >Category: ports >Synopsis: audio/qsynth: 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 16:50:08 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/audio/qsynth/Makefile =================================================================== RCS file: /home/pcvs/ports/audio/qsynth/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- ports/audio/qsynth/Makefile 4 Aug 2008 23:33:43 -0000 1.4 +++ ports/audio/qsynth/Makefile 10 May 2009 15:12:10 -0000 @@ -7,7 +7,7 @@ PORTNAME= qsynth DISTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qsynth @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake moc uic rcc gui xml +QT_COMPONENTS= qmake_build moc_build uic_build rcc_build gui xml CFLAGS+= -I${QT_INCDIR} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} LDFLAGS+= -L${QT_LIBDIR} CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \ >Release-Note: >Audit-Trail: >Unformatted: