FreeBSD Bugzilla – Attachment 178928 Details for
Bug 216120
audio/musicpd: Update to 0.20.2, build fix with recent stable/11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 0.20.2
mpd0202.diff.txt (text/plain), 5.25 KB, created by
Thomas Zander
on 2017-01-15 17:48:32 UTC
(
hide
)
Description:
Update to 0.20.2
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2017-01-15 17:48:32 UTC
Size:
5.25 KB
patch
obsolete
>Index: audio/musicpd/Makefile >=================================================================== >--- audio/musicpd/Makefile (revision 431589) >+++ audio/musicpd/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= musicpd >-PORTVERSION= 0.19.15 >-PORTREVISION= 8 >+PORTVERSION= 0.20.2 > CATEGORIES= audio ipv6 > MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ > DISTNAME= mpd-${PORTVERSION} >@@ -15,7 +14,7 @@ > LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ > libicudata.so:devel/icu > >-USES= gmake pkgconfig compiler:c++11-lib tar:xz >+USES= gmake pkgconfig compiler:c++14-lang tar:xz > GNU_CONFIGURE= yes > USE_GNOME= glib20 > >@@ -25,14 +24,17 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders > >+#Workaround (transient?) link error with libwrap >+CONFIGURE_ARGS+=--disable-libwrap >+ > BROKEN_powerpc64= Does not build on powerpc64 > >-PORTDOCS= AUTHORS README COPYING NEWS >+PORTDOCS= AUTHORS README.md COPYING NEWS > > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SAMPLERATE SQLITE3 \ >- CDPARANOIA LAME MMS VORBISENC DOCS >+OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SQLITE3 \ >+ LAME VORBISENC DOCS > > OPTIONS_RADIO= ZEROCONF > OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER >@@ -44,8 +46,15 @@ > VORBIS WAV WAVPACK WILDMIDI > > OPTIONS_GROUP= PLAYBACK >-OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST >+OPTIONS_GROUP_PLAYBACK= AO HTTPD JACK OPENAL OSS PIPE PULSEAUDIO \ >+ SHOUTCAST SNDIO > >+OPTIONS_GROUP= ACCESS >+OPTIONS_GROUP_ACCESS= CDPARANOIA CURL MMS SMB YAJL >+ >+OPTIONS_RADIO= RESAMPLER >+OPTIONS_RADIO_RESAMPLER= SAMPLERATE SOXR >+ > ADPLUG_DESC= AdPlug support > GME_DESC= GME support (video game music files) > LAME_DESC= Support for MP3 Icecast Streams >@@ -55,6 +64,7 @@ > TWOLAME_DESC= TwoLAME support (mp2) > VORBISENC_DESC= Ogg Vorbis encoder > WILDMIDI_DESC= WildMIDI support (MIDI files) >+YAJL_DESC= SoundCloud support via libyajl > > OPTIONS_DEFAULT=ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL > >@@ -110,8 +120,14 @@ > SAMPLERATE_LIB_DEPENDS=libsamplerate.so:audio/libsamplerate > SIDPLAY2_CONFIGURE_ENABLE=sidplay > SIDPLAY2_LIB_DEPENDS=libsidplay2.so:audio/libsidplay2 >+SMB_CONFIGURE_enable=smbclient >+SMB_LIB_DEPENDS=libsmbclient.so:net/samba-libsmbclient > SNDFILE_CONFIGURE_ENABLE=sndfile > SNDFILE_LIB_DEPENDS=libsndfile.so:audio/libsndfile >+SNDIO_CONFIGURE_ENABLE=sndio >+SNDIO_LIB_DEPENDS=libsndio.so:audio/sndio >+SOXR_CONFIGURE_ENABLE=soxr >+SOXR_LIB_DEPENDS=libsoxr.so:audio/libsoxr > SQLITE3_CONFIGURE_ENABLE=sqlite > SQLITE3_LIB_DEPENDS=libsqlite3.so:databases/sqlite3 > TREMOR_CONFIGURE_WITH=tremor >@@ -128,6 +144,8 @@ > WAVPACK_LIB_DEPENDS=libwavpack.so:audio/wavpack > WILDMIDI_CONFIGURE_ENABLE=wildmidi > WILDMIDI_LIB_DEPENDS=libWildMidi.so:audio/wildmidi >+YAJL_CONFIGURE_ENABLE=yajl >+YAJL_LIB_DEPENDS=libyajl.so:devel/yajl > > MPDUSER?= mpd > MPDGROUP?= mpd >Index: audio/musicpd/distinfo >=================================================================== >--- audio/musicpd/distinfo (revision 431589) >+++ audio/musicpd/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1465643698 >-SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b >-SIZE (mpd-0.19.15.tar.xz) = 704000 >+TIMESTAMP = 1484486662 >+SHA256 (mpd-0.20.2.tar.xz) = 552a87d71c2981baeddf28c1856a7e071ea0236dd38bc75ec25d58529605ff77 >+SIZE (mpd-0.20.2.tar.xz) = 768816 >Index: audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx >=================================================================== >--- audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx (revision 431589) >+++ audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx (nonexistent) >@@ -1,11 +0,0 @@ >---- src/decoder/plugins/WildmidiDecoderPlugin.cxx.orig 2014-10-24 22:28:53 UTC >-+++ src/decoder/plugins/WildmidiDecoderPlugin.cxx >-@@ -94,7 +94,7 @@ wildmidi_file_decode(Decoder &decoder, P >- >- DecoderCommand cmd; >- do { >-- char buffer[4096]; >-+ int8_t buffer[4096]; >- int len; >- >- info = WildMidi_GetInfo(wm); > >Property changes on: audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: audio/musicpd/files/patch-src_util_VarSize.hxx >=================================================================== >--- audio/musicpd/files/patch-src_util_VarSize.hxx (nonexistent) >+++ audio/musicpd/files/patch-src_util_VarSize.hxx (working copy) >@@ -0,0 +1,10 @@ >+--- src/util/VarSize.hxx.orig 2015-03-17 11:18:04 UTC >++++ src/util/VarSize.hxx >+@@ -36,6 +36,7 @@ >+ #include <type_traits> >+ #include <utility> >+ #include <new> >++#include <cstdlib> >+ >+ /** >+ * Allocate and construct a variable-size object. That is useful for > >Property changes on: audio/musicpd/files/patch-src_util_VarSize.hxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 216120
: 178928
Working