Bugfix update to mpd-0.17.5

This commit is contained in:
dcoppa 2013-09-19 15:02:16 +00:00
parent dd5cd02369
commit 0e9ef25da3
4 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.54 2013/03/21 08:45:12 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.55 2013/09/19 15:02:16 dcoppa Exp $
COMMENT = Music Player Daemon COMMENT = Music Player Daemon
DISTNAME = mpd-0.17.3 DISTNAME = mpd-0.17.5
CATEGORIES = audio CATEGORIES = audio
HOMEPAGE = http://www.musicpd.org/ HOMEPAGE = http://www.musicpd.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org> MAINTAINER = David Coppa <dcoppa@openbsd.org>
@ -14,7 +14,7 @@ WANTLIB = FLAC ao audiofile c cdio cdio_cdda cdio_paranoia \
mikmod ogg pthread samplerate sndfile sndio \ mikmod ogg pthread samplerate sndfile sndio \
stdc++ z stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=musicpd/} MASTER_SITES = http://www.musicpd.org/download/mpd/stable/
MODULES = devel/gettext MODULES = devel/gettext

View File

@ -1,2 +1,2 @@
SHA256 (mpd-0.17.3.tar.gz) = 1XdJydYcAz3odVMxIZB4CM42SLmdQwG//VfHwx8Xe9g= SHA256 (mpd-0.17.5.tar.gz) = JfZjFFA0SCdvyfNTN9sg3lPwDeDBiPI5uOG3aRXyu2U=
SIZE (mpd-0.17.3.tar.gz) = 698057 SIZE (mpd-0.17.5.tar.gz) = 763115

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.18 2012/10/05 08:29:39 dcoppa Exp $ $OpenBSD: patch-configure,v 1.19 2013/09/19 15:02:16 dcoppa Exp $
Don't reset CPPFLAGS...stupid configure. Don't reset CPPFLAGS...stupid configure.
--- configure.orig Sun Sep 30 12:23:44 2012 --- configure.orig Sun Aug 4 14:22:05 2013
+++ configure Tue Oct 2 14:31:28 2012 +++ configure Thu Sep 19 16:58:31 2013
@@ -9765,7 +9765,7 @@ if test x$enable_aac = xyes; then @@ -9862,7 +9862,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS -I." CFLAGS="$CFLAGS $FAAD_CFLAGS -I."
LIBS="$LIBS $FAAD_LIBS" LIBS="$LIBS $FAAD_LIBS"
@ -13,7 +13,7 @@ Don't reset CPPFLAGS...stupid configure.
ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" "$ac_includes_default" 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 : if test "x$ac_cv_header_faad_h" = xyes; then :
@@ -10029,7 +10029,7 @@ if test x$enable_aac = xyes; then @@ -10126,7 +10126,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS -Werror" CFLAGS="$CFLAGS $FAAD_CFLAGS -Werror"
LIBS="$LIBS $FAAD_LIBS" LIBS="$LIBS $FAAD_LIBS"
@ -22,7 +22,7 @@ Don't reset CPPFLAGS...stupid configure.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libfaad headers" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libfaad headers" >&5
$as_echo_n "checking for broken libfaad headers... " >&6; } $as_echo_n "checking for broken libfaad headers... " >&6; }
@@ -10075,7 +10075,7 @@ if test x$enable_aac = xyes; then @@ -10172,7 +10172,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS oldcppflags=$CPPFLAGS
CFLAGS="$CFLAGS $FAAD_CFLAGS" CFLAGS="$CFLAGS $FAAD_CFLAGS"
LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS" LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS"

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_mpdconf_example,v 1.10 2012/10/05 08:29:39 dcoppa Exp $ $OpenBSD: patch-doc_mpdconf_example,v 1.11 2013/09/19 15:02:16 dcoppa Exp $
--- doc/mpdconf.example.orig Sun Sep 30 12:22:58 2012 --- doc/mpdconf.example.orig Thu Aug 1 09:15:41 2013
+++ doc/mpdconf.example Tue Oct 2 14:31:28 2012 +++ doc/mpdconf.example Thu Sep 19 16:58:31 2013
@@ -10,14 +10,14 @@ @@ -10,14 +10,14 @@
# be disabled and audio files will only be accepted over ipc socket (using # be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol. # file:// protocol) or streaming files over an accepted protocol.
@ -69,7 +69,7 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.10 2012/10/05 08:29:39 dcoppa Exp $
# This setting is the TCP port that is desired for the daemon to get assigned # This setting is the TCP port that is desired for the daemon to get assigned
# to. # to.
# #
@@ -301,6 +303,14 @@ input { @@ -320,6 +322,14 @@ input {
# name "My Null Output" # name "My Null Output"
# mixer_type "none" # optional # mixer_type "none" # optional
#} #}