Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2007 09:11:19 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114851: [patch] www/evolution-webcal: use USE_PERL5 correctly
Message-ID:  <20070724071119.7EF64A49A55@server.t-hosting.hu>
Resent-Message-ID: <200707240720.l6O7K170063790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070724071119.7EF64A49A55>