[130774] trunk/dports/textproc/help2man/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 11:56:09 PST 2015


Revision: 130774
          https://trac.macports.org/changeset/130774
Author:   jeremyhu at macports.org
Date:     2015-01-02 11:56:09 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
help2man: Remove Leopard fallback to perl 5.14 as the issue seems resolved with current perl 5.16 port versions

Modified Paths:
--------------
    trunk/dports/textproc/help2man/Portfile

Modified: trunk/dports/textproc/help2man/Portfile
===================================================================
--- trunk/dports/textproc/help2man/Portfile	2015-01-02 19:44:05 UTC (rev 130773)
+++ trunk/dports/textproc/help2man/Portfile	2015-01-02 19:56:09 UTC (rev 130774)
@@ -38,13 +38,6 @@
     reinplace "s|-shared|-bundle ${configure.ldflags} [get_canonical_archflags ld]|" ${worksrcpath}/Makefile.in
 }
 
-platform darwin 9 {
-    # per5.16 fails on Leopard ('perl5.16 -mLocale::gettext -e 1' segfaults)
-    depends_lib-delete port:perl5.16 port:p5.16-locale-gettext
-    depends_lib-append port:perl5.14 port:p5.14-locale-gettext
-    configure.perl  ${prefix}/bin/perl5.14
-}
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/fd6549f6/attachment.html>


More information about the macports-changes mailing list