svn commit: r419632 - branches/2016Q3/audio/musicpc
Pawel Pekala
pawel at FreeBSD.org
Thu Aug 4 17:23:02 UTC 2016
Author: pawel
Date: Thu Aug 4 17:23:00 2016
New Revision: 419632
URL: https://svnweb.freebsd.org/changeset/ports/419632
Log:
MFH: r419626
- Fix build on FreeBSD 9.x
- Take maintainership
- Add USES=autoreconf
- Update WWW homepage
PR: 211250
Submitted by: Zsolt Udvari
Approved by: ports-secteam (feld)
Modified:
branches/2016Q3/audio/musicpc/Makefile
branches/2016Q3/audio/musicpc/pkg-descr
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/audio/musicpc/Makefile
==============================================================================
--- branches/2016Q3/audio/musicpc/Makefile Thu Aug 4 17:22:46 2016 (r419631)
+++ branches/2016Q3/audio/musicpc/Makefile Thu Aug 4 17:23:00 2016 (r419632)
@@ -7,7 +7,7 @@ CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
DISTNAME= mpc-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= udvzsolt at 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: branches/2016Q3/audio/musicpc/pkg-descr
==============================================================================
--- branches/2016Q3/audio/musicpc/pkg-descr Thu Aug 4 17:22:46 2016 (r419631)
+++ branches/2016Q3/audio/musicpc/pkg-descr Thu Aug 4 17:23:00 2016 (r419632)
@@ -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/
More information about the svn-ports-branches
mailing list