From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 23 17:50:00 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 AF536ACD for ; Thu, 23 May 2013 17:50:00 +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 7C6A037D for ; Thu, 23 May 2013 17:50:00 +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 r4NHo0v3077809 for ; Thu, 23 May 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4NHo0mB077808; Thu, 23 May 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 23 May 2013 17:50:00 GMT Resent-Message-Id: <201305231750.r4NHo0mB077808@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, Andrej Zverev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F3C7719 for ; Thu, 23 May 2013 17:42:27 +0000 (UTC) (envelope-from az@sunner.semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) by mx1.freebsd.org (Postfix) with ESMTP id 08F732AA for ; Thu, 23 May 2013 17:42:27 +0000 (UTC) Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UfZWy-0003db-HD for FreeBSD-gnats-submit@freebsd.org; Thu, 23 May 2013 21:42:24 +0400 Message-Id: Date: Thu, 23 May 2013 21:42:24 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178865: [patch] mail/opendkim - avoid using SITE_PERL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 17:50:00 -0000 >Number: 178865 >Category: ports >Synopsis: [patch] mail/opendkim - avoid using SITE_PERL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 23 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: Avoid using SITE_PERL. >How-To-Repeat: >Fix: --- patch.diff begins here --- Index: Makefile.features =================================================================== --- Makefile.features (revision 318886) +++ Makefile.features (working copy) @@ -63,7 +63,7 @@ .if ${PORT_OPTIONS:MLCOV} BROKEN= Does not install BUILD_DEPENDS+= lcov:${PORTSDIR}/devel/lcov \ - ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD + p5-GD>=0:${PORTSDIR}/graphics/p5-GD CONFIGURE_ARGS+= --with-lcov .else CONFIGURE_ARGS+= --without-lcov --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: