[114885] trunk/dports/devel/libcdio/Portfile

larryv at macports.org larryv at macports.org
Wed Dec 18 19:39:27 PST 2013


Revision: 114885
          https://trac.macports.org/changeset/114885
Author:   larryv at macports.org
Date:     2013-12-18 19:39:27 -0800 (Wed, 18 Dec 2013)
Log Message:
-----------
libcdio: Update to 0.92 (#41841).

Also:
- Remove unnecessary configure flags.
- Use autoreconf to make build respect configure.cxx_stdlib.
- Build verbosely.

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

Modified: trunk/dports/devel/libcdio/Portfile
===================================================================
--- trunk/dports/devel/libcdio/Portfile	2013-12-19 01:47:04 UTC (rev 114884)
+++ trunk/dports/devel/libcdio/Portfile	2013-12-19 03:39:27 UTC (rev 114885)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libcdio
-version             0.90
+version             0.92
 categories          devel
 platforms           darwin
 license             GPL-3+
@@ -26,11 +26,14 @@
                     port:popt
 
 master_sites        gnu
-checksums           rmd160  e960bfa2db9f19d62ef5e81acb2cf782d60b13fd \
-                    sha256  af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e
+checksums           rmd160  c4bab297eb70041a867045ee94897634e3e75175 \
+                    sha256  3336bf352aff43b5023e41a6d23525172a3b4ee433c467bd0fab5b8becb33fad
 
-configure.args      --infodir=${prefix}/share/info \
-                    --mandir=${prefix}/share/man
+# Required to get a newer libtool that understands -stdlib.
+use_autoreconf          yes
+autoreconf.args-append  --force
 
+configure.args      --disable-silent-rules
+
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131218/a8b10805/attachment.html>


More information about the macports-changes mailing list