From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 12:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 973F1DFC for ; Thu, 20 Jun 2013 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 649081606 for ; Thu, 20 Jun 2013 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KCo2AY027673 for ; Thu, 20 Jun 2013 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KCo2gf027672; Thu, 20 Jun 2013 12:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 12:50:02 GMT Resent-Message-Id: <201306201250.r5KCo2gf027672@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, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5DDCFDD9 for ; Thu, 20 Jun 2013 12:49:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 50DF215F0 for ; Thu, 20 Jun 2013 12:49:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KCnC9d095936 for ; Thu, 20 Jun 2013 12:49:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KCnCsU095933; Thu, 20 Jun 2013 12:49:12 GMT (envelope-from nobody) Message-Id: <201306201249.r5KCnCsU095933@oldred.freebsd.org> Date: Thu, 20 Jun 2013 12:49:12 GMT From: Frank Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179768: [PATCH] databases/mtop: add missing RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 12:50:02 -0000 >Number: 179768 >Category: ports >Synopsis: [PATCH] databases/mtop: add missing RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 12:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD X 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: the port databases/mtop does not spefiy RUN_DEPENDS, although it requires some perl modules to run: $ mtop Can't locate Curses.pm in @INC (@INC contains: /usr/local/lib/perl5/5.14.2/BSDPAN /usr/local/lib/perl5/site_perl/5.14.2/mach /usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach /usr/local/lib/perl5/5.14.2 .) at /usr/local/bin/mtop line 414. BEGIN failed--compilation aborted at /usr/local/bin/mtop line 414. Trim headers while here. >How-To-Repeat: try to tun "mtop" without having the BUILD_DEPENDS installed >Fix: apply the patch Patch attached with submission follows: --- databases/mtop/Makefile.orig 2012-11-17 06:55:11.000000000 +0100 +++ databases/mtop/Makefile 2013-06-20 13:41:05.000000000 +0200 @@ -1,10 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: mtop -# Date created: Dec 17, 2003 -# Whom: ijliao -# -# $FreeBSD: ports/databases/mtop/Makefile,v 1.9 2012/11/17 05:55:11 svnexp Exp $ -# +# $FreeBSD$ PORTNAME= mtop PORTVERSION= 0.6.6 @@ -19,6 +13,8 @@ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN1= mkill.1 mtop.1 >Release-Note: >Audit-Trail: >Unformatted: