From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 24 07:20:02 2007 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 0630116A41F for ; Tue, 24 Jul 2007 07:20: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 BB0D313C45A for ; Tue, 24 Jul 2007 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6O7K1l0063791 for ; Tue, 24 Jul 2007 07:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6O7K170063790; Tue, 24 Jul 2007 07:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 24 Jul 2007 07:20:01 GMT Resent-Message-Id: <200707240720.l6O7K170063790@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, Gabor Kovesdan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5574E16A418 for ; Tue, 24 Jul 2007 07:11:29 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0639813C48D for ; Tue, 24 Jul 2007 07:11:29 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 19790A49A54 for ; Tue, 24 Jul 2007 09:11:28 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 66cgTjCiwKEA for ; Tue, 24 Jul 2007 09:11:19 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1001) id 7EF64A49A55; Tue, 24 Jul 2007 09:11:19 +0200 (CEST) Message-Id: <20070724071119.7EF64A49A55@server.t-hosting.hu> Date: Tue, 24 Jul 2007 09:11:19 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/114851: [patch] www/evolution-webcal: use USE_PERL5 correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 07:20:02 -0000 >Number: 114851 >Category: ports >Synopsis: [patch] www/evolution-webcal: use USE_PERL5 correctly >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: Tue Jul 24 07:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.2-RELEASE amd64 >Organization: n/a >Environment: >Description: I'm working on a cleanup of USE/WITH variables to be used properly. Please see: http://www.freebsd.org/projects/ideas/#p-ports-cleanup-use This patch - Uses USE_PERL5 correctly >How-To-Repeat: >Fix: --- www-evolution-webcal.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/www/evolution-webcal/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 5 Jul 2007 03:54:51 -0000 1.15 +++ Makefile 24 Jul 2007 07:08:19 -0000 @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_PERL= yes +USE_PERL5= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- www-evolution-webcal.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: