[35901] trunk/dports/lang/perl5.8

mcalhoun at macports.org mcalhoun at macports.org
Wed Apr 9 09:32:48 PDT 2008


Revision: 35901
          http://trac.macosforge.org/projects/macports/changeset/35901
Author:   mcalhoun at macports.org
Date:     2008-04-09 09:32:46 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
perl5.8: Eliminate lint errors

Modified Paths:
--------------
    trunk/dports/lang/perl5.8/Portfile

Added Paths:
-----------
    trunk/dports/lang/perl5.8/files/patch-hints_darwin.diff
    trunk/dports/lang/perl5.8/files/patch-makedepend.diff

Removed Paths:
-------------
    trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh
    trunk/dports/lang/perl5.8/files/patch-makedepend.SH

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2008-04-09 16:24:23 UTC (rev 35900)
+++ trunk/dports/lang/perl5.8/Portfile	2008-04-09 16:32:46 UTC (rev 35901)
@@ -25,10 +25,10 @@
                 sha1 4aab490040727ca4419098720eca2ba4367df539 \
                 rmd160 e78f26d9b96e6db35f946ad4ff55e3a69385c71b
 
-patchfiles      patch-makedepend.SH
+patchfiles      patch-makedepend.diff
 
 platform darwin {
-    patchfiles-append   patch-hints_darwin.sh
+    patchfiles-append   patch-hints_darwin.diff
 
     pre-configure {
         reinplace "s|ld=\"MACOSX_DEPLOYMENT_TARGET=10.3|ld=\"env MACOSX_DEPLOYMENT_TARGET=10.3|g" "${worksrcpath}/hints/darwin.sh"
@@ -41,7 +41,7 @@
 
 configure.env       LC_ALL=C
 configure.cmd       sh Configure
-configure.pre_args  
+configure.pre_args
 configure.post_args -des -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'"\
                     -Dldflags=-L'${prefix}/lib' \
                     -Dvendorprefix='${prefix}'
@@ -56,11 +56,11 @@
     }
 }
 
-variant threads {
+variant threads description {Build with thread support} {
     configure.args-append   -Dusethreads
 }
 
-variant shared {
+variant shared description {Build shared perl library} {
     configure.args-append   -Duseshrplib
 }
 

Copied: trunk/dports/lang/perl5.8/files/patch-hints_darwin.diff (from rev 35881, trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh)
===================================================================
--- trunk/dports/lang/perl5.8/files/patch-hints_darwin.diff	                        (rev 0)
+++ trunk/dports/lang/perl5.8/files/patch-hints_darwin.diff	2008-04-09 16:32:46 UTC (rev 35901)
@@ -0,0 +1,13 @@
+--- hints/darwin.sh.orig	Tue May 25 14:52:21 2004
++++ hints/darwin.sh	Tue Jan 25 20:40:55 2005
+@@ -224,6 +224,10 @@
+ # really need ODBM_FIle, though, so let's just hint ODBM away.
+ i_dbm=undef;
+ 
++# When the bind9 port is installed, its libbind includes dups from
++# /usr/lib/libdl, so remove libbind
++libswanted=`echo $libswanted | sed 's/ bind / /'`
++
+ ##
+ # Build process
+ ##

Deleted: trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh
===================================================================
--- trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh	2008-04-09 16:24:23 UTC (rev 35900)
+++ trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh	2008-04-09 16:32:46 UTC (rev 35901)
@@ -1,13 +0,0 @@
---- hints/darwin.sh.orig	Tue May 25 14:52:21 2004
-+++ hints/darwin.sh	Tue Jan 25 20:40:55 2005
-@@ -224,6 +224,10 @@
- # really need ODBM_FIle, though, so let's just hint ODBM away.
- i_dbm=undef;
- 
-+# When the bind9 port is installed, its libbind includes dups from
-+# /usr/lib/libdl, so remove libbind
-+libswanted=`echo $libswanted | sed 's/ bind / /'`
-+
- ##
- # Build process
- ##

Deleted: trunk/dports/lang/perl5.8/files/patch-makedepend.SH
===================================================================
--- trunk/dports/lang/perl5.8/files/patch-makedepend.SH	2008-04-09 16:24:23 UTC (rev 35900)
+++ trunk/dports/lang/perl5.8/files/patch-makedepend.SH	2008-04-09 16:32:46 UTC (rev 35901)
@@ -1,15 +0,0 @@
-Change 28615 by mhx at mhx-r2d2 on 2006/07/25 18:42:26
-
-	Very recent development versions of gcc (4.2.0 20060715) seem
-	to have switched from '<command line>' to '<command-line>'.
-
---- makedepend.SH #35 edit
-+++ makedepend.SH #35 (xtext)
-@@ -167,6 +167,7 @@
-             -e '/^#.*<builtin>/d' \
-             -e '/^#.*<built-in>/d' \
-             -e '/^#.*<command line>/d' \
-+            -e '/^#.*<command-line>/d' \
- 	    -e '/^#.*"-"/d' \
- 	    -e '/: file path prefix .* never used$/d' \
- 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \

Copied: trunk/dports/lang/perl5.8/files/patch-makedepend.diff (from rev 35881, trunk/dports/lang/perl5.8/files/patch-makedepend.SH)
===================================================================
--- trunk/dports/lang/perl5.8/files/patch-makedepend.diff	                        (rev 0)
+++ trunk/dports/lang/perl5.8/files/patch-makedepend.diff	2008-04-09 16:32:46 UTC (rev 35901)
@@ -0,0 +1,15 @@
+Change 28615 by mhx at mhx-r2d2 on 2006/07/25 18:42:26
+
+	Very recent development versions of gcc (4.2.0 20060715) seem
+	to have switched from '<command line>' to '<command-line>'.
+
+--- makedepend.SH #35 edit
++++ makedepend.SH #35 (xtext)
+@@ -167,6 +167,7 @@
+             -e '/^#.*<builtin>/d' \
+             -e '/^#.*<built-in>/d' \
+             -e '/^#.*<command line>/d' \
++            -e '/^#.*<command-line>/d' \
+ 	    -e '/^#.*"-"/d' \
+ 	    -e '/: file path prefix .* never used$/d' \
+ 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/779736fb/attachment.html


More information about the macports-changes mailing list