From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 17:10:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538E916A4E9 for ; Tue, 4 Jul 2006 17:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9647443D60 for ; Tue, 4 Jul 2006 17:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64HAEdh008080 for ; Tue, 4 Jul 2006 17:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64HAENG008079; Tue, 4 Jul 2006 17:10:14 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 17:10:14 GMT Resent-Message-Id: <200607041710.k64HAENG008079@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, Gyorgy Teubel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E0E16A4DF for ; Tue, 4 Jul 2006 17:07:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C35D43D46 for ; Tue, 4 Jul 2006 17:07:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k64H7fCM096997 for ; Tue, 4 Jul 2006 17:07:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k64H7fET096996; Tue, 4 Jul 2006 17:07:41 GMT (envelope-from nobody) Message-Id: <200607041707.k64H7fET096996@www.freebsd.org> Date: Tue, 4 Jul 2006 17:07:41 GMT From: Gyorgy Teubel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99787: deskutils/bmp-docklet: it should not depend on gmake after build time 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: Tue, 04 Jul 2006 17:10:21 -0000 >Number: 99787 >Category: ports >Synopsis: deskutils/bmp-docklet: it should not depend on gmake after build time >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 17:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gyorgy Teubel >Release: >Organization: >Environment: >Description: If USE_GMAKE is defined, it will be in BUILD_DEPENDS. The program doesn't require it after build, but because in the makefile the RUN_DEPENDS variable is ${BUILD_DEPENDS}, therefore gmake is among the dependencies of the package bmp-docklet. >How-To-Repeat: >Fix: diff -u -r /usr/ports/deskutils/bmp-docklet/Makefile bmp-docklet/Makefile --- /usr/ports/deskutils/bmp-docklet/Makefile Fri Feb 24 01:04:04 2006 +++ bmp-docklet/Makefile Tue Jul 4 18:36:39 2006 @@ -17,7 +17,7 @@ COMMENT= System tray controller for beep-media-player BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player USE_BZIP2= yes USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: