Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 20:54:44 +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: r512055 - head/multimedia/lives
Message-ID:  <201909142054.x8EKsijA002743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Sep 14 20:54:44 2019
New Revision: 512055
URL: https://svnweb.freebsd.org/changeset/ports/512055

Log:
  multimedia/lives: bump PORTREVISION because default dependencies changed and
  spell _CONFIGURE_OFF correctly.
  
  Reported by:	jbeich

Modified:
  head/multimedia/lives/Makefile

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat Sep 14 20:30:41 2019	(r512054)
+++ head/multimedia/lives/Makefile	Sat Sep 14 20:54:44 2019	(r512055)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lives
 PORTVERSION=	2.10.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 MASTER_SITES=	http://lives-video.com/releases/
 DISTNAME=	LiVES-${PORTVERSION}
@@ -72,14 +72,14 @@ DOC_FILES=	AUTHORS BUGS ChangeLog FEATURES GETTING.STA
 OPTIONS_DEFINE=	ALSA DOCS DOXYGEN FREI0R JACK MATROSKA V4L NLS PROJECTM PULSEAUDIO
 OPTIONS_SUB=	yes
 
-ALSA_VARS_OFF=		--disable-alsa
+ALSA_CONFIGURES_OFF=	--disable-alsa
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 DOXYGEN_CONFIGURE_OFF=	--disable-doxygen
 FREI0R_BUILD_DEPENDS=	frei0r>0:graphics/frei0r
 FREI0R_RUN_DEPENDS=	frei0r>0:graphics/frei0r
-FREI0R_CONFIGURE_ENV_OFF=	ac_cv_header_frei0r_h=no
-JACK_VARS_OFF=		--disable-jack
+FREI0R_CONFIGURE_ENV_OFF=ac_cv_header_frei0r_h=no
+JACK_CONFIGURE_OFF=	--disable-jack
 JACK_LIB_DEPENDS=	libjack.so:audio/jack
 MATROSKA_RUN_DEPENDS=	mkvmerge:multimedia/mkvtoolnix
 V4L_BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
@@ -87,9 +87,9 @@ V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 NLS_USES=		gettext-tools
 NLS_CONFIGURE_OFF=	--disable-nls
 PROJECTM_DESC=		projectM support
-PROJECTM_VARS_OFF=	--disable-projectM
+PROJECTM_CONFIGURE_OFF=	--disable-projectM
 PROJECTM_LIB_DEPENDS=	libprojectM.so:graphics/libprojectm
-PULSEAUDIO_VARS_OFF=	--disable-pulse
+PULSEAUDIO_CONFIGURE_OFF=--disable-pulse
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 
 post-patch:



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