Update to mpd-0.19.13

This commit is contained in:
dcoppa 2016-02-25 09:04:50 +00:00
parent 73de1962d0
commit 5d4f662137
3 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.85 2016/02/21 16:17:26 jsg Exp $
# $OpenBSD: Makefile,v 1.86 2016/02/25 09:04:50 dcoppa Exp $
BROKEN-arm = no atomic ops
BROKEN-hppa = no atomic ops
COMMENT = Music Player Daemon
DISTNAME = mpd-0.19.12
DISTNAME = mpd-0.19.13
CATEGORIES = audio
HOMEPAGE = http://www.musicpd.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (mpd-0.19.12.tar.gz) = GBxnSC8cy6fco6gNNi0l4B2ul0pSVQoWWktt0nnzfuY=
SIZE (mpd-0.19.12.tar.gz) = 977544
SHA256 (mpd-0.19.13.tar.gz) = EGPDJYa5PyHHdSOQp8QuC+de6DsjEmSyb2OmXL9WtN4=
SIZE (mpd-0.19.13.tar.gz) = 977912

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure,v 1.27 2015/10/28 19:01:39 dcoppa Exp $
$OpenBSD: patch-configure,v 1.28 2016/02/25 09:04:50 dcoppa Exp $
- Don't reset CPPFLAGS
- XXX: boost/intrusive/detail/array_initializer.hpp:62:7: error: exception handling disabled, use -fexceptions to enable
--- configure.orig Fri Oct 16 14:56:12 2015
+++ configure Wed Oct 28 19:21:48 2015
@@ -12467,7 +12467,7 @@ if test x$enable_aac = xyes; then
--- configure.orig Tue Feb 23 20:06:35 2016
+++ configure Thu Feb 25 09:45:38 2016
@@ -12478,7 +12478,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS"
LIBS="$LIBS $FAAD_LIBS"
@ -14,7 +14,7 @@ $OpenBSD: patch-configure,v 1.27 2015/10/28 19:01:39 dcoppa Exp $
ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" "$ac_includes_default"
if test "x$ac_cv_header_faad_h" = xyes; then :
@@ -17125,6 +17125,7 @@ fi
@@ -17136,6 +17136,7 @@ fi
done
@ -22,7 +22,7 @@ $OpenBSD: patch-configure,v 1.27 2015/10/28 19:01:39 dcoppa Exp $
if test x$no_exceptions = xyes; then
@@ -17190,7 +17191,7 @@ else
@@ -17201,7 +17202,7 @@ else
fi
done