Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 00:56:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c779413be75 - main - multimedia/gstreamer1-plugins: drop unused variables after e3b732b4791c
Message-ID:  <202305210056.34L0uxm9033192@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c779413be757698c48839634f2b3ab6ae1d3fdc

commit 6c779413be757698c48839634f2b3ab6ae1d3fdc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-21 00:52:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-21 00:56:33 +0000

    multimedia/gstreamer1-plugins: drop unused variables after e3b732b4791c
    
    Reported by:    portscan
---
 multimedia/gstreamer1-plugins/Makefile        | 7 -------
 multimedia/gstreamer1-plugins/Makefile.common | 3 ---
 2 files changed, 10 deletions(-)

diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 4f1bca6640e0..91b0e8191d0c 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -143,13 +143,6 @@ DISTFILES+=	${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \
 BROKEN=		Unknown dist setting
 .endif
 
-# cdrom/dvd default device
-.ifdef(WITH_DVD_DEVICE)
-DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
-.else
-DEFAULT_DVD_DEVICE=/dev/cd0
-.endif
-
 pre-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/gstreamer-${VERSION}
 
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 0c4d4ef01a0a..093d36636ebd 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -363,8 +363,5 @@ GST_PLUGIN_SUFFIX?=	-${GST_PLUGIN}
 
 USE_GSTREAMER+=	${DIST:base=}
 
-GST_INC_DIR=		include/gstreamer-${VERSION}
-GST_LIB_DIR=		lib/gstreamer-${VERSION}
-
 .endif # NO_GSTREAMER_COMMON
 



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