Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 20:00:50 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500609 - head/devel/sdl12
Message-ID:  <201905012000.x41K0otD016549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed May  1 20:00:50 2019
New Revision: 500609
URL: https://svnweb.freebsd.org/changeset/ports/500609

Log:
  devel/sdl12: remove expired esound support and bump PORTREVISION

Modified:
  head/devel/sdl12/Makefile

Modified: head/devel/sdl12/Makefile
==============================================================================
--- head/devel/sdl12/Makefile	Wed May  1 19:44:39 2019	(r500608)
+++ head/devel/sdl12/Makefile	Wed May  1 20:00:50 2019	(r500609)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl
 PORTVERSION=	1.2.15
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://www.libsdl.org/release/
@@ -31,7 +31,7 @@ DOCS=		BUGS CREDITS README README-SDL.txt WhatsNew doc
 OPTIONS_DEFINE=		AALIB DOCS EXAMPLES LINJOY OPENGL SVGALIB X11
 OPTIONS_DEFAULT=	AALIB OPENGL OSS X11
 OPTIONS_GROUP=		AUDIO
-OPTIONS_GROUP_AUDIO=	ESOUND NAS OSS PULSEAUDIO SNDIO
+OPTIONS_GROUP_AUDIO=	NAS OSS PULSEAUDIO SNDIO
 
 AUDIO_DESC=		Audio backend
 LINJOY_DESC=		Use Linux joystick driver (via webcamd)
@@ -44,8 +44,6 @@ OPTIONS_DEFAULT+=	VGL
 
 AALIB_CONFIGURE_ENABLE=		video-aalib
 AALIB_LIB_DEPENDS=		libaa.so:graphics/aalib
-ESOUND_USE=			GNOME=esound
-ESOUND_CONFIGURE_ENABLE=	esd esdtest
 NAS_CONFIGURE_ENABLE=		nas
 NAS_LIB_DEPENDS=		libaudio.so:audio/nas
 LINJOY_VARS=			PKGMESSAGE+=pkg-message.linjoy



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