Major update to mpd-0.19.

Please test with your setup.
Works for me(TM).

Ciao!
David

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.63
diff -u -p -u -p -r1.63 Makefile
--- Makefile    29 Sep 2014 08:43:47 -0000      1.63
+++ Makefile    13 Oct 2014 12:13:08 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.63 2014/09/29 08:43:47 dcoppa Exp $
 
 COMMENT =              Music Player Daemon
-DISTNAME =             mpd-0.18.16
+DISTNAME =             mpd-0.19
 CATEGORIES =           audio
 HOMEPAGE =             http://www.musicpd.org/
 MAINTAINER =           David Coppa <[email protected]>
@@ -9,10 +9,13 @@ MAINTAINER =          David Coppa <dcoppa@openbs
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =              FLAC ao audiofile avcodec avformat avutil c \
-                       cdio cdio_cdda cdio_paranoia curl glib-2.0 \
-                       gthread-2.0 id3tag m mad mikmod ogg pthread \
-                       samplerate sndfile sndio bz2 mpdclient opus z
+WANTLIB =              FLAC ao audiofile avcodec avformat \
+                       avutil bz2 c cdio cdio_cdda \
+                       cdio_paranoia curl expat glib-2.0 \
+                       gthread-2.0 icudata icui18n icuuc \
+                       id3tag m mad mikmod mpdclient ogg \
+                       opus pthread samplerate sndfile \
+                       sndio z
 
 MASTER_SITES =         http://www.musicpd.org/download/mpd/stable/
 
@@ -20,6 +23,8 @@ MODULES =             devel/gettext gcc4
 MODGCC4_ARCHS =                i386 amd64 powerpc sparc64 alpha
 MODGCC4_LANGS =                c++
 
+BUILD_DEPENDS =                devel/boost
+
 LIB_DEPENDS =          devel/libaudiofile \
                        audio/libao \
                        audio/libcdio \
@@ -30,9 +35,10 @@ LIB_DEPENDS =                devel/libaudiofile \
                        audio/libmikmod \
                        audio/opus \
                        audio/libmpdclient \
+                       devel/glib2 \
                        graphics/ffmpeg \
                        net/curl \
-                       devel/glib2
+                       textproc/icu4c
 
 FLAVORS =              tremor
 FLAVOR ?=
@@ -40,6 +46,7 @@ FLAVOR ?=
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS +=      --bindir=${PREFIX}/sbin \
                        --disable-alsa \
+                       --disable-epoll \
                        --disable-fluidsynth \
                        --disable-gme \
                        --disable-inotify \
@@ -47,16 +54,23 @@ CONFIGURE_ARGS +=   --bindir=${PREFIX}/sbi
                        --disable-libwrap \
                        --disable-mms \
                        --disable-modplug \
+                       --disable-mp4v2 \
                        --disable-mpg123 \
+                       --disable-nfs \
+                       --disable-neighbor-plugins \
                        --disable-oss \
                        --disable-openal \
                        --disable-pulse \
                        --disable-roar \
                        --disable-sidplay \
+                       --disable-shine-encoder \
+                       --disable-smbclient \
                        --disable-soundcloud \
+                       --disable-soxr \
                        --disable-sqlite \
                        --disable-systemd-daemon \
                        --disable-twolame-encoder \
+                       --disable-upnp \
                        --disable-wavpack \
                        --enable-ao \
                        --enable-audiofile \
@@ -69,6 +83,7 @@ CONFIGURE_ARGS +=     --bindir=${PREFIX}/sbi
                        --enable-mpc \
                        --enable-pipe-output \
                        --enable-sndfile \
+                       --with-pollmethod=poll \
                        --with-zeroconf=no \
                        --without-systemdsystemunitdir
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 distinfo
--- distinfo    29 Sep 2014 08:43:47 -0000      1.24
+++ distinfo    13 Oct 2014 12:13:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.18.16.tar.gz) = xAzHbLldneOLEO8oQXw7iewo44Qk6g2CFhpcxsBh9XY=
-SIZE (mpd-0.18.16.tar.gz) = 808594
+SHA256 (mpd-0.19.tar.gz) = u7Vg6qlpMyMlvqY93F4Fl1g8xSN12QfpDqRJZGtTNtM=
+SIZE (mpd-0.19.tar.gz) = 975053
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-Makefile_in,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 patch-Makefile_in
--- patches/patch-Makefile_in   29 Sep 2014 08:43:47 -0000      1.12
+++ patches/patch-Makefile_in   13 Oct 2014 12:13:08 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-Makefile_in,v 1.12 2014/09/29 08:43:47 dcoppa Exp $
---- Makefile.in.orig   Fri Sep 26 10:57:29 2014
-+++ Makefile.in        Mon Sep 29 10:30:38 2014
-@@ -3237,7 +3237,7 @@ SPARSE_SRC = $(addprefix $(top_srcdir)/,$(filter %.c,$
+--- Makefile.in.orig   Fri Oct 10 23:50:12 2014
++++ Makefile.in        Mon Oct 13 11:47:44 2014
+@@ -4300,7 +4300,7 @@ FILTER_LIBS = \
  # Documentation
  #
  man_MANS = doc/mpd.1 doc/mpd.conf.5
--doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
-+doc_DATA = AUTHORS COPYING NEWS README UPGRADING
+-doc_DATA = AUTHORS COPYING NEWS README doc/mpdconf.example
++doc_DATA = AUTHORS COPYING NEWS README
  DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml
  @ENABLE_DOCUMENTATION_TRUE@protocoldir = $(docdir)/protocol
  @ENABLE_DOCUMENTATION_TRUE@protocol_DATA = $(wildcard doc/protocol/*.html)
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-configure,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 patch-configure
--- patches/patch-configure     29 Sep 2014 08:43:47 -0000      1.21
+++ patches/patch-configure     13 Oct 2014 12:13:08 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-configure,v 1.21 2014/09/29 08:43:47 dcoppa Exp $
 
-Don't reset CPPFLAGS...stupid configure.
+Don't reset CPPFLAGS
 
---- configure.orig     Fri Sep 26 10:57:27 2014
-+++ configure  Mon Sep 29 10:30:38 2014
-@@ -10354,7 +10354,7 @@ if test x$enable_aac = xyes; then
+--- configure.orig     Fri Oct 10 23:50:12 2014
++++ configure  Mon Oct 13 13:35:53 2014
+@@ -12500,7 +12500,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $FAAD_CFLAGS"
        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"
  if test "x$ac_cv_header_faad_h" = xyes; then :
  
-@@ -10480,7 +10480,7 @@ if test x$enable_aac = xyes; then
+@@ -12626,7 +12626,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $FAAD_CFLAGS -Werror"
        LIBS="$LIBS $FAAD_LIBS"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/mpd/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST   11 May 2011 06:22:16 -0000      1.8
+++ pkg/PLIST   13 Oct 2014 12:13:08 -0000
@@ -11,7 +11,6 @@ share/doc/mpd/AUTHORS
 share/doc/mpd/COPYING
 share/doc/mpd/NEWS
 share/doc/mpd/README
-share/doc/mpd/UPGRADING
 share/examples/mpd/
 share/examples/mpd/mpd.conf
 @sample ${SYSCONFDIR}/mpd.conf

Reply via email to