svn commit: r431720 - branches/2017Q1/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Tue Jan 17 06:29:13 UTC 2017


Author: riggs
Date: Tue Jan 17 06:29:12 2017
New Revision: 431720
URL: https://svnweb.freebsd.org/changeset/ports/431720

Log:
  Fix link error with libwrap on stable, update maintainer
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/audio/musicpd/Makefile

Modified: branches/2017Q1/audio/musicpd/Makefile
==============================================================================
--- branches/2017Q1/audio/musicpd/Makefile	Tue Jan 17 03:18:52 2017	(r431719)
+++ branches/2017Q1/audio/musicpd/Makefile	Tue Jan 17 06:29:12 2017	(r431720)
@@ -2,12 +2,12 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.19.15
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
 
-MAINTAINER=	crees at FreeBSD.org
+MAINTAINER=	riggs at FreeBSD.org
 COMMENT=	Remote-controllable music daemon
 
 LICENSE=	GPLv2
@@ -20,7 +20,8 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 
 USE_RC_SUBR=	${PORTNAME}
-CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar
+CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar \
+		--disable-libwrap
 CFLAGS+=	-I${PREFIX}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders


More information about the svn-ports-all mailing list