[146932] trunk/dports/audio/jack

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 20 19:27:03 PDT 2016


Revision: 146932
          https://trac.macports.org/changeset/146932
Author:   jeremyhu at macports.org
Date:     2016-03-20 19:27:03 -0700 (Sun, 20 Mar 2016)
Log Message:
-----------
jack: Fix deployment target (addresses build failures due to -pie requiring 10.5+)

Modified Paths:
--------------
    trunk/dports/audio/jack/Portfile

Added Paths:
-----------
    trunk/dports/audio/jack/files/deploymenttarget.patch

Modified: trunk/dports/audio/jack/Portfile
===================================================================
--- trunk/dports/audio/jack/Portfile	2016-03-21 02:21:09 UTC (rev 146931)
+++ trunk/dports/audio/jack/Portfile	2016-03-21 02:27:03 UTC (rev 146932)
@@ -4,6 +4,7 @@
 
 name            jack
 version         0.124.1
+revision        1
 license         {GPL LGPL}
 distname        jack-audio-connection-kit-${version}
 
@@ -28,7 +29,8 @@
                 --with-default-tmpdir=/tmp/
 
 patchfiles-append \
-    carbon.patch
+    carbon.patch \
+    deploymenttarget.patch
 
 platform darwin {
     if {${os.major} >= 12} {
@@ -44,6 +46,9 @@
                 port:libsamplerate \
                 port:readline
 
+use_autoreconf  yes
+autoreconf.args -fvi
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex jack-audio-connection-kit-(0\\.\[0-9.\]+)${extract.suffix}

Added: trunk/dports/audio/jack/files/deploymenttarget.patch
===================================================================
--- trunk/dports/audio/jack/files/deploymenttarget.patch	                        (rev 0)
+++ trunk/dports/audio/jack/files/deploymenttarget.patch	2016-03-21 02:27:03 UTC (rev 146932)
@@ -0,0 +1,14 @@
+--- configure.ac.orig	2016-03-20 19:19:45.000000000 -0700
++++ configure.ac	2016-03-20 19:19:55.000000000 -0700
+@@ -309,11 +309,6 @@ AC_ARG_ENABLE(ancient_libc,
+ 	 
+ JACK_CORE_CFLAGS="$JACK_CORE_CFLAGS $JACK_LIBC_HELPER_FLAGS"   
+ 
+-case $build_os in
+-     # we need weak linkage which appeared in 10.2, but lets ask for 10.4 anyway
+-     darwin*) JACK_CORE_CFLAGS="$JACK_CORE_CFLAGS -mmacosx-version-min=10.4" ;;
+-esac    
+-
+ AC_ARG_WITH(cpu-target,
+             [  --with-cpu-target=cpu-type    explicit, overriding argument for gcc -march= flag])
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160320/13658d41/attachment.html>


More information about the macports-changes mailing list