From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 1 22:50:02 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 A0FB71065670 for ; Sun, 1 Nov 2009 22:50: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 7E2478FC16 for ; Sun, 1 Nov 2009 22:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA1Mo1l9054786 for ; Sun, 1 Nov 2009 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA1Mo1Sa054785; Sun, 1 Nov 2009 22:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 1 Nov 2009 22:50:01 GMT Resent-Message-Id: <200911012250.nA1Mo1Sa054785@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, Geraud CONTINSOUZAS Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA1661065672 for ; Sun, 1 Nov 2009 22:45:09 +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 A91CC8FC0A for ; Sun, 1 Nov 2009 22:45:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nA1Mj8JL023122 for ; Sun, 1 Nov 2009 22:45:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nA1Mj8Yg023121; Sun, 1 Nov 2009 22:45:08 GMT (envelope-from nobody) Message-Id: <200911012245.nA1Mj8Yg023121@www.freebsd.org> Date: Sun, 1 Nov 2009 22:45:08 GMT From: Geraud CONTINSOUZAS To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140178: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC 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, 01 Nov 2009 22:50:02 -0000 >Number: 140178 >Category: ports >Synopsis: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC >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 Nov 01 22:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Geraud CONTINSOUZAS >Release: 7.2-STABLE >Organization: >Environment: FreeBSD kate.local 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue Aug 18 10:31:03 NCT 2009 root@kate.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: With the latest update of devel/p5-Date-Calc, files were moved from %%SITE_PERL%%/%%PERL_ARCH%% to %%SITE_PERL%%. Adjust dependency checks on Template::Toolkit accordingly. >How-To-Repeat: Build devel/p5-Date-Calc. Then build www/p5-Template-Toolkit with WITH_DATE_CALC option. >Fix: The send-pr page won't let me attach a file, so here it is : --- Makefile.orig 2009-09-11 08:22:06.000000000 +1100 +++ Makefile 2009-11-02 09:26:26.000000000 +1100 @@ -37,7 +37,7 @@ BUILD_DEPENDS+=${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size .endif .if defined(WITH_DATE_CALC) -BUILD_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +BUILD_DEPENDS+=${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc .endif .if defined(WITH_POD_POM) BUILD_DEPENDS+=${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM Patch attached with submission follows: --- Makefile.orig 2009-09-11 08:22:06.000000000 +1100 +++ Makefile 2009-11-02 09:26:26.000000000 +1100 @@ -37,7 +37,7 @@ BUILD_DEPENDS+=${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size .endif .if defined(WITH_DATE_CALC) -BUILD_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +BUILD_DEPENDS+=${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc .endif .if defined(WITH_POD_POM) BUILD_DEPENDS+=${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM >Release-Note: >Audit-Trail: >Unformatted: