[83978] trunk/dports/audio/mpg123

ryandesign at macports.org ryandesign at macports.org
Tue Sep 13 21:11:21 PDT 2011


Revision: 83978
          http://trac.macports.org/changeset/83978
Author:   ryandesign at macports.org
Date:     2011-09-13 21:11:21 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
mpg123: "echo -n" doesn't work when used like this on Snow Leopard and up

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

Added Paths:
-----------
    trunk/dports/audio/mpg123/files/
    trunk/dports/audio/mpg123/files/patch-configure.diff

Modified: trunk/dports/audio/mpg123/Portfile
===================================================================
--- trunk/dports/audio/mpg123/Portfile	2011-09-14 04:04:49 UTC (rev 83977)
+++ trunk/dports/audio/mpg123/Portfile	2011-09-14 04:11:21 UTC (rev 83978)
@@ -27,6 +27,8 @@
 
 depends_lib	port:libtool
 
+patchfiles	patch-configure.diff
+
 platform macosx {
     configure.args-append --with-audio=coreaudio
 }

Added: trunk/dports/audio/mpg123/files/patch-configure.diff
===================================================================
--- trunk/dports/audio/mpg123/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/audio/mpg123/files/patch-configure.diff	2011-09-14 04:11:21 UTC (rev 83978)
@@ -0,0 +1,20 @@
+--- configure.orig	2011-08-24 16:29:48.000000000 -0500
++++ configure	2011-09-13 23:06:28.000000000 -0500
+@@ -20011,7 +20011,7 @@
+ 		echo "   (note that newer gcc 4.x versions do not use/need the align check)"
+ 	fi
+ fi
+-echo -n "
++echo "
+   Core libmpg123 features:
+   Integer conversion ...... $integers
+   Layer I ................. $layer1
+@@ -20032,8 +20032,6 @@
+   32/24 bit integer ....... $int32
+   real (32 bit float) ..... $real
+ "
+-# just an empty line
+-echo
+ 
+ echo "  Modules ................. $modules"
+ echo "  Module suffix ........... $with_module_suffix"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110913/04b59b36/attachment.html>


More information about the macports-changes mailing list