Date: Thu, 4 Aug 2016 15:59:59 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419626 - head/audio/musicpc Message-ID: <201608041559.u74FxxQd094174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Aug 4 15:59:59 2016 New Revision: 419626 URL: https://svnweb.freebsd.org/changeset/ports/419626 Log: - Fix build on FreeBSD 9.x - Take maintainership - Add USES=autoreconf - Update WWW homepage PR: 211250 Submitted by: Zsolt Udvari MFH: 2016Q3 Modified: head/audio/musicpc/Makefile head/audio/musicpc/pkg-descr Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Thu Aug 4 15:54:57 2016 (r419625) +++ head/audio/musicpc/Makefile Thu Aug 4 15:59:59 2016 (r419626) @@ -7,7 +7,7 @@ CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= udvzsolt@gmail.com COMMENT= Command line client for the musicpd LICENSE= GPLv2+ @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= pkgconfig tar:xz +USES= autoreconf iconv pkgconfig tar:xz GNU_CONFIGURE= yes PLIST_FILES= bin/mpc man/man1/mpc.1.gz @@ -27,12 +27,9 @@ OPTIONS_DEFINE= EXAMPLES DOCS ICONV OPTIONS_DEFAULT= ICONV ICONV_USES= iconv -ICONV_LDFLAGS= ${ICONV_LIB} +ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} ICONV_CONFIGURE_ENABLE= iconv -post-patch: - @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mpc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 Modified: head/audio/musicpc/pkg-descr ============================================================================== --- head/audio/musicpc/pkg-descr Thu Aug 4 15:54:57 2016 (r419625) +++ head/audio/musicpc/pkg-descr Thu Aug 4 15:59:59 2016 (r419626) @@ -1,4 +1,4 @@ A client for MPD, the Music Player Daemon. mpc connects to a MPD running on a machine via a network. -WWW: http://www.musicpd.org/ +WWW: https://www.musicpd.org/clients/mpc/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041559.u74FxxQd094174>