svn commit: r470803 - head/audio/madplay

Tobias Kortkamp tobik at FreeBSD.org
Thu May 24 19:01:32 UTC 2018


Author: tobik
Date: Thu May 24 19:01:31 2018
New Revision: 470803
URL: https://svnweb.freebsd.org/changeset/ports/470803

Log:
  audio/madplay: Avoid accidentally building with esound backend
  
  In ports r465358 we removed the ESOUND option but forgot to add an
  explicit --without-esd to CONFIGURE_ARGS.
  
  PR:		228469
  Reported by:	w.schwarzenfeld at utanet.at

Modified:
  head/audio/madplay/Makefile

Modified: head/audio/madplay/Makefile
==============================================================================
--- head/audio/madplay/Makefile	Thu May 24 18:49:17 2018	(r470802)
+++ head/audio/madplay/Makefile	Thu May 24 19:01:31 2018	(r470803)
@@ -3,7 +3,7 @@
 
 PORTNAME=	madplay
 PORTVERSION=	0.15.2b
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	SF/mad/${PORTNAME}/${PORTVERSION} \
 		ftp://ftp.mars.org/pub/mpeg/
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libmad.so:audio/libmad \
 USES=		localbase
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--without-esd
 LDFLAGS+=	-lz
 ALL_TARGET=	all madtime
 


More information about the svn-ports-all mailing list