diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-10-22 16:39:16 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-10-22 16:39:16 +0000 |
commit | 9099f8153674eb1bb42b88266084496fd2544191 (patch) | |
tree | 3022c3f0f6166c0d5a059a05867320ecb980a5ff /audio/libao | |
parent | 2133693782bd95c0fc2f4534cbe923de6f55d66c (diff) | |
download | ports-9099f8153674eb1bb42b88266084496fd2544191.tar.gz ports-9099f8153674eb1bb42b88266084496fd2544191.zip |
Notes
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 3 | ||||
-rw-r--r-- | audio/libao/distinfo | 4 | ||||
-rw-r--r-- | audio/libao/files/patch-configure | 18 | ||||
-rw-r--r-- | audio/libao/pkg-plist | 1 |
4 files changed, 4 insertions, 22 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index e1b8439c9758..7a4472a59407 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libao -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.5 CATEGORIES= audio MASTER_SITES= http://www.xiph.org/ao/src/ diff --git a/audio/libao/distinfo b/audio/libao/distinfo index dec1c1bd4f74..f9a700c17c7b 100644 --- a/audio/libao/distinfo +++ b/audio/libao/distinfo @@ -1,2 +1,2 @@ -MD5 (libao-0.8.4.tar.gz) = 0525549b0bf665f617913c916064cc87 -SIZE (libao-0.8.4.tar.gz) = 272670 +MD5 (libao-0.8.5.tar.gz) = dd72b66f5f29361411bda465470b65e2 +SIZE (libao-0.8.5.tar.gz) = 267283 diff --git a/audio/libao/files/patch-configure b/audio/libao/files/patch-configure index e6cdca1ecbe5..a2ec84e3ae9b 100644 --- a/audio/libao/files/patch-configure +++ b/audio/libao/files/patch-configure @@ -33,24 +33,6 @@ $FreeBSD$ esac fi CFLAGS="$CFLAGS $cflags_save" -@@ -9348,6 +9349,8 @@ - rm -f conf.esdtest - - -+fi -+ - - if test "x$have_esd" = xyes; then - HAVE_ESD_TRUE= -@@ -9357,8 +9360,6 @@ - HAVE_ESD_FALSE= - fi - --fi -- - - - @@ -12128,7 +12129,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else diff --git a/audio/libao/pkg-plist b/audio/libao/pkg-plist index fdd25c684251..3819dc4a8b11 100644 --- a/audio/libao/pkg-plist +++ b/audio/libao/pkg-plist @@ -23,6 +23,7 @@ share/aclocal/ao.m4 %%PORTDOCS%%%%DOCSDIR%%/ao_free_options.html %%PORTDOCS%%%%DOCSDIR%%/ao_info.html %%PORTDOCS%%%%DOCSDIR%%/ao_initialize.html +%%PORTDOCS%%%%DOCSDIR%%/ao_is_big_endian.html %%PORTDOCS%%%%DOCSDIR%%/ao_open_file.html %%PORTDOCS%%%%DOCSDIR%%/ao_open_live.html %%PORTDOCS%%%%DOCSDIR%%/ao_option.html |