From owner-svn-ports-all@freebsd.org Fri Feb 22 08:07:36 2019 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 3807F14DFD1D; Fri, 22 Feb 2019 08:07:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D12C9882B7; Fri, 22 Feb 2019 08:07:35 +0000 (UTC) (envelope-from bapt@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 C5DAB25D6; Fri, 22 Feb 2019 08:07:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1M87ZHB011779; Fri, 22 Feb 2019 08:07:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1M87Z8c011776; Fri, 22 Feb 2019 08:07:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201902220807.x1M87Z8c011776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 22 Feb 2019 08:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493559 - in head: Mk/Uses devel/gnome-vfs graphics/nip2 science/chemical-mime-data X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: Mk/Uses devel/gnome-vfs graphics/nip2 science/chemical-mime-data X-SVN-Commit-Revision: 493559 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D12C9882B7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Fri, 22 Feb 2019 08:07:36 -0000 Author: bapt Date: Fri Feb 22 08:07:34 2019 New Revision: 493559 URL: https://svnweb.freebsd.org/changeset/ports/493559 Log: Remove USE_GNOME=gnomemimedata which wasn't doing anything anymore Modified: head/Mk/Uses/gnome.mk head/devel/gnome-vfs/Makefile head/graphics/nip2/Makefile head/science/chemical-mime-data/Makefile Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Fri Feb 22 08:04:25 2019 (r493558) +++ head/Mk/Uses/gnome.mk Fri Feb 22 08:07:34 2019 (r493559) @@ -68,8 +68,7 @@ IGNORE= USES=gnome takes no arguments # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection \ - referencehack gnomemimedata \ - gnomeprefix + referencehack gnomeprefix # GNOME 2 components _USE_GNOME_ALL+= atk cairo \ @@ -236,7 +235,7 @@ gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs -gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata +gnomevfs2_USE_GNOME_IMPL=gconf2 libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Fri Feb 22 08:04:25 2019 (r493558) +++ head/devel/gnome-vfs/Makefile Fri Feb 22 08:07:34 2019 (r493559) @@ -25,7 +25,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig ssl -USE_GNOME= gconf2 gnomemimedata intlhack referencehack +USE_GNOME= gconf2 intlhack referencehack INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Fri Feb 22 08:04:25 2019 (r493558) +++ head/graphics/nip2/Makefile Fri Feb 22 08:07:34 2019 (r493559) @@ -21,7 +21,7 @@ USES= bison desktop-file-utils dos2unix gettext gmake shared-mime-info DOS2UNIX_GLOB= *.def -USE_GNOME= cairo gdkpixbuf2 gnomemimedata gtk20 libxml2 +USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-update-desktop LDFLAGS+= -lm Modified: head/science/chemical-mime-data/Makefile ============================================================================== --- head/science/chemical-mime-data/Makefile Fri Feb 22 08:04:25 2019 (r493558) +++ head/science/chemical-mime-data/Makefile Fri Feb 22 08:07:34 2019 (r493559) @@ -13,7 +13,7 @@ COMMENT= Collection of chemical MIME types for UNIX de BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2 USES= gettext-tools gmake pathfix pkgconfig tar:bzip2 shared-mime-info -USE_GNOME= gnomemimedata intlhack libxslt:build +USE_GNOME= intlhack libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-database CPPFLAGS+= -I${LOCALBASE}/include