Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 19:01:31 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470803 - head/audio/madplay
Message-ID:  <201805241901.w4OJ1VrK044179@repo.freebsd.org>

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



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