Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 17:23:00 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419632 - branches/2016Q3/audio/musicpc
Message-ID:  <201608041723.u74HN0ad028002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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: 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041723.u74HN0ad028002>