[49007] trunk/dports/perl

ricci at macports.org ricci at macports.org
Wed Apr 1 13:59:08 PDT 2009


Revision: 49007
          http://trac.macports.org/changeset/49007
Author:   ricci at macports.org
Date:     2009-04-01 13:59:06 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
change to not
  1) install modules into the base perl-installed modules directories
  2) requiring -f to install except for those that install binaries/scripts into ${prefix}/bin
resolves (most of) ticket #19112

Modified Paths:
--------------
    trunk/dports/perl/p5-extutils-install/Portfile
    trunk/dports/perl/p5-mime-base64/Portfile
    trunk/dports/perl/p5-podlators/Portfile
    trunk/dports/perl/p5-scalar-list-utils/Portfile
    trunk/dports/perl/p5-test-harness/Portfile
    trunk/dports/perl/p5-tie-refhash/Portfile

Modified: trunk/dports/perl/p5-extutils-install/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-install/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-extutils-install/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -15,13 +15,13 @@
                     sha1 7660067021b72fca7898d0963a92189690d78491 \
                     rmd160 2391d02cfd9631eeae4dcc634b650e6cd2bade79
 
-# Perl searches vendor location last, so this won't
-# override the older version included with perl
-# if we install it in the vendor location
-set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
-
-configure.args  
-
-post-destroot {
-    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
-}
+## # Perl searches vendor location last, so this won't
+## # override the older version included with perl
+## # if we install it in the vendor location
+## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
+## 
+## configure.args  
+## 
+## post-destroot {
+##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+## }

Modified: trunk/dports/perl/p5-mime-base64/Portfile
===================================================================
--- trunk/dports/perl/p5-mime-base64/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-mime-base64/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -15,6 +15,6 @@
 
 checksums           md5 f466b62afc4fec7f262b0910913293b3
 
-post-destroot {
-    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
-}
+## post-destroot {
+##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+## }

Modified: trunk/dports/perl/p5-podlators/Portfile
===================================================================
--- trunk/dports/perl/p5-podlators/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-podlators/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -16,13 +16,13 @@
 
 depends_lib-append    port:p5-pod-simple
 
-# Perl searches vendor location last, so this won't
-# override the older version included with perl
-# if we install it in the vendor location
-set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
-
-configure.args  
-
+## # Perl searches vendor location last, so this won't
+## # override the older version included with perl
+## # if we install it in the vendor location
+## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
+## 
+## configure.args  
+## 
 post-destroot {
     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
 }

Modified: trunk/dports/perl/p5-scalar-list-utils/Portfile
===================================================================
--- trunk/dports/perl/p5-scalar-list-utils/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-scalar-list-utils/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -15,13 +15,13 @@
 
 platforms           darwin
 
-# Perl searches vendor location last, so this won't
-# override the older version included with perl
-# if we install it in the vendor location
-set perl5.lib       ${prefix}/lib/perl5/${perl5.version}
+## # Perl searches vendor location last, so this won't
+## # override the older version included with perl
+## # if we install it in the vendor location
+## set perl5.lib       ${prefix}/lib/perl5/${perl5.version}
 
-configure.args
+## configure.args
 
-post-destroot {
-    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
-}
+## post-destroot {
+##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+## }

Modified: trunk/dports/perl/p5-test-harness/Portfile
===================================================================
--- trunk/dports/perl/p5-test-harness/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-test-harness/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -18,13 +18,14 @@
                 sha1    e454fd3df5cf55668958b92dd5bce2e10aa3913a \
                 rmd160  6c36428ba7cb01c5cb9e2f5906c5e93598073371
 
-# Perl searches vendor location last, so this won't
-# override the older version included with perl
-# if we install it in the vendor location
-set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
+## # Perl searches vendor location last, so this won't
+## # override the older version included with perl
+## # if we install it in the vendor location
+## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
 
-configure.args
+## configure.args
 
+## Test-Harness includes the 'prove' binary, which is used to run tests.  Sigh.
 post-destroot {
     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
 }

Modified: trunk/dports/perl/p5-tie-refhash/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-refhash/Portfile	2009-04-01 20:10:24 UTC (rev 49006)
+++ trunk/dports/perl/p5-tie-refhash/Portfile	2009-04-01 20:59:06 UTC (rev 49007)
@@ -19,13 +19,13 @@
                     sha1 66433ba7ff0529908d6f1053ef611a5c952e777f \
                     rmd160 8f4b2534b353ea9524f09d14c4df7827c5084ea8
 
-# Perl searches vendor location last, so this won't
-# override the older version included with perl
-# if we install it in the vendor location
-set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
-
-configure.args  
-
-post-destroot {
-    ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
-}
+## # Perl searches vendor location last, so this won't
+## # override the older version included with perl
+## # if we install it in the vendor location
+## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
+## 
+## configure.args  
+## 
+## post-destroot {
+##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+## }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090401/f1fe7227/attachment.html>


More information about the macports-changes mailing list