[111003] trunk/dports/devel/pcre

larryv at macports.org larryv at macports.org
Fri Sep 13 00:04:55 PDT 2013


Revision: 111003
          https://trac.macports.org/changeset/111003
Author:   larryv at macports.org
Date:     2013-09-13 00:04:55 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
pcre: Run autoreconf to get a newer libtool that passes -stdlib correctly.

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Added Paths:
-----------
    trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch

Removed Paths:
-------------
    trunk/dports/devel/pcre/files/configure.diff

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2013-09-13 06:31:53 UTC (rev 111002)
+++ trunk/dports/devel/pcre/Portfile	2013-09-13 07:04:55 UTC (rev 111003)
@@ -31,7 +31,7 @@
 checksums           rmd160  de60ac0aaad1f04bc272f39136d9048b1adc9299 \
                     sha256  c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478
 
-patchfiles          configure.diff
+patchfiles          no-darwin-pthread-flag.patch
 
 # One of the tests currently fails when built with gcc49 @4.9-20130609.
 # Not that anyone cares.
@@ -39,6 +39,10 @@
 # TODO Report upstream.
 compiler.blacklist  macports-gcc-4.9
 
+# Generate a newer libtool that passes -stdlib correctly.
+use_autoreconf      yes
+autoreconf.args     --force --verbose
+
 configure.args      --disable-silent-rules \
                     --docdir=${prefix}/share/doc/${name} \
                     --enable-jit \

Deleted: trunk/dports/devel/pcre/files/configure.diff
===================================================================
--- trunk/dports/devel/pcre/files/configure.diff	2013-09-13 06:31:53 UTC (rev 111002)
+++ trunk/dports/devel/pcre/files/configure.diff	2013-09-13 07:04:55 UTC (rev 111003)
@@ -1,12 +0,0 @@
---- configure.orig	2013-05-27 11:55:56.000000000 -0400
-+++ configure	2013-06-14 01:19:04.000000000 -0400
-@@ -18514,9 +18514,6 @@
-         ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
-         ;;
- 
--        darwin*)
--        ax_pthread_flags="-pthread $ax_pthread_flags"
--        ;;
- esac
- 
- if test x"$ax_pthread_ok" = xno; then

Added: trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch
===================================================================
--- trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch	                        (rev 0)
+++ trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch	2013-09-13 07:04:55 UTC (rev 111003)
@@ -0,0 +1,15 @@
+Index: m4/ax_pthread.m4
+===================================================================
+--- m4.orig/ax_pthread.m4
++++ m4/ax_pthread.m4
+@@ -158,10 +158,6 @@ case ${host_os} in
+ 
+         ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
+         ;;
+-
+-        darwin*)
+-        ax_pthread_flags="-pthread $ax_pthread_flags"
+-        ;;
+ esac
+ 
+ if test x"$ax_pthread_ok" = xno; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/cdf6270c/attachment.html>


More information about the macports-changes mailing list