On Thu, May 02, 2019 at 09:09:55AM +0200, Rafael Sadowski wrote: > On Wed May 01, 2019 at 09:44:22PM +0200, Landry Breuil wrote: > > On Sun, Apr 28, 2019 at 09:52:35AM +0200, Landry Breuil wrote: > > > Hi, > > > > > > now that we have ffmpeg 4 & gcc 8, there should be no blocker anymore > > > for updating mpd to the latest version of the 0.21 branch. All configure > > > options changed since the switch to meson, i tried to keep them the > > > same. > > > might take maintainership, after all i've been using mpd for at least 12 > > > years now... > > > > > > runtime tests welcome on gcc archs of course :) > > > > New diff, with correctly removed patches (hopefully). cvs sucks. > > Works for me. OK with a small WANTLIB tweak, please see below. > > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/audio/mpd/Makefile,v > > retrieving revision 1.119 > > diff -u -r1.119 Makefile > > --- Makefile 24 Apr 2019 16:26:54 -0000 1.119 > > +++ Makefile 1 May 2019 19:43:59 -0000 > > @@ -2,21 +2,21 @@ > > > > BROKEN-hppa = no atomic ops > > COMMENT = Music Player Daemon > > -VER = 0.20.23 > > +VER = 0.21.8 > > DISTNAME = mpd-${VER} > > +EXTRACT_SUFX = .tar.xz > > CATEGORIES = audio > > HOMEPAGE = https://www.musicpd.org/ > > -REVISION = 0 > > > > # GPLv2+ > > PERMIT_PACKAGE_CDROM = Yes > > > > WANTLIB = FLAC audiofile avcodec avformat avutil \ > > bz2 c cdio cdio_cdda cdio_paranoia curl \ > > - expat faad iconv icudata icui18n icuuc \ > > + expat faad iconv icui18n icuuc \ > > mpd-0.21.8(audio/mpd): > Extra: iconv.6
Its not extra, as ldd shows it, and the binary is linked with it.