From owner-svn-ports-all@freebsd.org Thu Oct 18 18:21:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 220B0EFD8BA; Thu, 18 Oct 2018 18:21:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE3697631A; Thu, 18 Oct 2018 18:21:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C926C2385A; Thu, 18 Oct 2018 18:21:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9IILrHM034562; Thu, 18 Oct 2018 18:21:53 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9IILrBI034561; Thu, 18 Oct 2018 18:21:53 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201810181821.w9IILrBI034561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Oct 2018 18:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482349 - head/devel/cutter X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/cutter X-SVN-Commit-Revision: 482349 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 18:21:54 -0000 Author: tijl Date: Thu Oct 18 18:21:53 2018 New Revision: 482349 URL: https://svnweb.freebsd.org/changeset/ports/482349 Log: Disable gstreamer dependency because upcoming gstreamer 1.14 isn't supported. PR: 231406 Submitted by: Greg V Modified: head/devel/cutter/Makefile head/devel/cutter/pkg-plist Modified: head/devel/cutter/Makefile ============================================================================== --- head/devel/cutter/Makefile Thu Oct 18 16:51:43 2018 (r482348) +++ head/devel/cutter/Makefile Thu Oct 18 18:21:53 2018 (r482349) @@ -3,7 +3,7 @@ PORTNAME= cutter PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -15,14 +15,14 @@ LICENSE_FILE= ${WRKSRC}/license/lgpl-3.txt LIB_DEPENDS= libcairo.so:graphics/cairo \ libpangocairo-1.0.so:x11-toolkits/pango \ - libgstbase-1.0.so:multimedia/gstreamer1 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 CPPFLAGS+= "-I${LOCALBASE}/include" -CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc \ + --disable-gstreamer GNU_CONFIGURE= yes -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gnome gmake libtool pathfix pkgconfig USE_GNOME= intlhack gdkpixbuf2 glib20 gtk20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/cutter/pkg-plist ============================================================================== --- head/devel/cutter/pkg-plist Thu Oct 18 16:51:43 2018 (r482348) +++ head/devel/cutter/pkg-plist Thu Oct 18 18:21:53 2018 (r482349) @@ -112,7 +112,6 @@ lib/cutter/module/report/xml.so lib/cutter/module/stream/xml.so lib/cutter/module/ui/console.so lib/cutter/module/ui/gtk.so -lib/gstreamer-1.0/libgstcuttertest.so lib/libcppcutter.so lib/libcppcutter.so.0 lib/libcppcutter.so.0.1.0