[104881] trunk/dports/audio/libcanberra

devans at macports.org devans at macports.org
Thu Apr 4 11:51:14 PDT 2013


Revision: 104881
          https://trac.macports.org/changeset/104881
Author:   devans at macports.org
Date:     2013-04-04 11:51:14 -0700 (Thu, 04 Apr 2013)
Log Message:
-----------
libcanberra: update to version 0.30.

Modified Paths:
--------------
    trunk/dports/audio/libcanberra/Portfile
    trunk/dports/audio/libcanberra/files/LC_CTYPE.patch
    trunk/dports/audio/libcanberra/files/patch-configure.diff

Modified: trunk/dports/audio/libcanberra/Portfile
===================================================================
--- trunk/dports/audio/libcanberra/Portfile	2013-04-04 18:24:35 UTC (rev 104880)
+++ trunk/dports/audio/libcanberra/Portfile	2013-04-04 18:51:14 UTC (rev 104881)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                libcanberra
-version             0.29
-revision            1
+version             0.30
 license             LGPL-2.1+
 categories          audio devel
 maintainers         nomaintainer
@@ -18,8 +17,8 @@
 master_sites        ${homepage}
 use_xz              yes
 
-checksums           rmd160  a1fe15a7ce0a63ab3e5cc312a34ffe575775c0c1 \
-                    sha256  127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72
+checksums           rmd160  f5a800f50ae185d9ec12c284298c20fd60f70a8c \
+                    sha256  c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/audio/libcanberra/files/LC_CTYPE.patch
===================================================================
--- trunk/dports/audio/libcanberra/files/LC_CTYPE.patch	2013-04-04 18:24:35 UTC (rev 104880)
+++ trunk/dports/audio/libcanberra/files/LC_CTYPE.patch	2013-04-04 18:51:14 UTC (rev 104881)
@@ -1,19 +1,8 @@
---- doc/Makefile.am.orig	2010-06-13 13:09:32.000000000 -0500
-+++ doc/Makefile.am	2013-01-28 00:28:46.000000000 -0600
-@@ -24,7 +24,7 @@ CLEANFILES =
+--- doc/Makefile.in.orig	2012-09-24 17:27:23.000000000 -0700
++++ doc/Makefile.in	2013-04-04 11:31:38.000000000 -0700
+@@ -484,7 +484,7 @@
  
- if USE_LYNX
- README: README.html
--	$(AM_V_GEN)lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
-+	$(AM_V_GEN)lynx --dump $^ | LC_CTYPE=C sed 's,file://localhost/.*/doc/README.html,README,' > $@
  
- CLEANFILES += README
- endif
---- doc/Makefile.in.orig	2012-05-15 05:38:54.000000000 -0500
-+++ doc/Makefile.in	2013-01-28 00:28:46.000000000 -0600
-@@ -455,7 +455,7 @@ uninstall-am:
- 
- 
  @USE_LYNX_TRUE at README: README.html
 - at USE_LYNX_TRUE@	$(AM_V_GEN)lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
 + at USE_LYNX_TRUE@	$(AM_V_GEN)lynx --dump $^ | LC_CTYPE=C sed 's,file://localhost/.*/doc/README.html,README,' > $@

Modified: trunk/dports/audio/libcanberra/files/patch-configure.diff
===================================================================
--- trunk/dports/audio/libcanberra/files/patch-configure.diff	2013-04-04 18:24:35 UTC (rev 104880)
+++ trunk/dports/audio/libcanberra/files/patch-configure.diff	2013-04-04 18:51:14 UTC (rev 104881)
@@ -1,6 +1,6 @@
---- configure.orig	2012-05-15 05:38:53.000000000 -0500
-+++ configure	2013-01-28 12:16:16.000000000 -0600
-@@ -3323,12 +3323,6 @@
+--- configure.orig	2012-09-24 17:27:21.000000000 -0700
++++ configure	2013-04-04 11:31:38.000000000 -0700
+@@ -3358,12 +3358,6 @@
  _ACEOF
  
  
@@ -13,7 +13,7 @@
  #### Checks for programs. ####
  
  
-@@ -5599,9 +5593,7 @@
+@@ -6460,9 +6454,7 @@
  
  
  
@@ -24,28 +24,3 @@
  
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports flag $flag in envvar LDFLAGS" >&5
  $as_echo_n "checking if $CC supports flag $flag in envvar LDFLAGS... " >&6; }
---- configure.ac.orig	2012-05-15 05:09:53.000000000 -0500
-+++ configure.ac	2013-01-28 12:16:16.000000000 -0600
-@@ -45,11 +45,6 @@
- AC_CANONICAL_HOST
- AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
- 
--if type -p stow > /dev/null && test -d /usr/local/stow ; then
--        AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
--        ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
--fi
--
- #### Checks for programs. ####
- 
- AC_PROG_MKDIR_P
-@@ -113,9 +108,7 @@
-         -fdata-sections])
- AC_SUBST([WARNINGFLAGS], $with_cflags)
- 
--CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
--        -Wl,--as-needed \
--        -Wl,--gc-sections])
-+CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [])
- AC_SUBST([GCLDFLAGS], $with_ldflags)
- 
- #### libtool stuff ####
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130404/ccbdb7a7/attachment.html>


More information about the macports-changes mailing list