ports/123912: [PATCH] Mk/bsd.perl.port: Fix WANT_PERL5 related typos

Philip M. Gollucci pgollucci at p6m7g8.com
Thu May 22 22:00:09 UTC 2008


>Number:         123912
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.perl.port: Fix WANT_PERL5 related typos
>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 May 22 22:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar  2 09:48:59 EST
>Description:
The variable is documented as WANT_PERL5 message outputs WANT_PERL

s/is/if/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- .patch begins here ---
Index: bsd.perl.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v
retrieving revision 1.7
diff -u -u -r1.7 bsd.perl.mk
--- bsd.perl.mk	29 Sep 2007 03:46:06 -0000	1.7
+++ bsd.perl.mk	22 May 2008 21:49:22 -0000
@@ -73,7 +73,7 @@
 #				  port.  The version requirement can be specified
 #				  here, as well.
 #
-# WANT_PERL5	- Set this is your port conditionally depends on Perl.
+# WANT_PERL5	- Set this if your port conditionally depends on Perl.
 #				  This MUST appear before the inclusion of bsd.port.pre.mk.
 
 .if !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include)
@@ -185,7 +185,7 @@
 .endif  # defined(_PERL_REFACTORING_COMPLETE)
 
 .if !defined(PERL) || !defined(PERL5) || !defined(PERL_PORT) || !defined(SITE_PERL)
-IGNORE=		missing define for WANT_PERL, USE_PERL5, or similar before bsd.port.pre.mk inclusion
+IGNORE=		missing define for WANT_PERL5, USE_PERL5, or similar before bsd.port.pre.mk inclusion
 .endif
 
 .if defined(PERL_MODBUILD)
--- .patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list