svn commit: r368517 - head/audio/moc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 18 20:10:35 UTC 2014


Author: amdmi3
Date: Thu Sep 18 20:10:34 2014
New Revision: 368517
URL: http://svnweb.freebsd.org/changeset/ports/368517
QAT: https://qat.redports.org/buildarchive/r368517/

Log:
  - Suppress ALSA detection which creates hidden dependency and doesn't work
  
  PR:		193291
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/audio/moc/Makefile

Modified: head/audio/moc/Makefile
==============================================================================
--- head/audio/moc/Makefile	Thu Sep 18 19:57:38 2014	(r368516)
+++ head/audio/moc/Makefile	Thu Sep 18 20:10:34 2014	(r368517)
@@ -3,7 +3,7 @@
 
 PORTNAME=	moc
 PORTVERSION=	2.4.4
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.daper.net/pub/soft/moc/stable/
 
@@ -72,4 +72,7 @@ RCC_LIB_DEPENDS=	librcc.so:${PORTSDIR}/d
 		librcd.so:${PORTSDIR}/devel/librcd
 RCC_CONFIGURE_OFF=	--without-rcc
 
+post-patch:
+	@${REINPLACE_CMD} -e '/PKG_CONFIG/ s|alsa|no-&|g' ${WRKSRC}/configure
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list