git: e60b3146b1a7 - main - graphics/gnash: remove dependency on gconf which is deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 17:59:29 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e60b3146b1a715f362ba0f607cedadd0908677c5
commit e60b3146b1a715f362ba0f607cedadd0908677c5
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-24 17:58:56 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-24 17:59:21 +0000
graphics/gnash: remove dependency on gconf which is deprecated
---
graphics/gnash/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 862a22fcd2b5..49a262b90b78 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnash
PORTVERSION= 0.8.10
-PORTREVISION= 50
+PORTREVISION= 51
CATEGORIES= graphics
MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/
DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880
@@ -33,7 +33,7 @@ USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
pkgconfig jpeg gnome gl sdl desktop-file-utils xorg
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
-USE_GNOME= atk gconf2 gtk20 libxml2 pango
+USE_GNOME= atk gtk20 libxml2 pango
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
USE_GL= egl
USE_SDL= sdl
@@ -53,7 +53,8 @@ CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \
--with-ffmpeg-lib=${LOCALBASE}/lib \
--disable-testsuite \
--disable-kparts3 \
- --disable-jemalloc
+ --disable-jemalloc \
+ --without-gconf
#MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg"
GNASHVER= 0.8.11dev