From owner-svn-ports-head@freebsd.org Fri Feb 22 08:12:41 2019 Return-Path: Delivered-To: svn-ports-head@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 1644C14E00ED; Fri, 22 Feb 2019 08:12:41 +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 B0BCF88B7D; Fri, 22 Feb 2019 08:12:40 +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 A1E6D2783; Fri, 22 Feb 2019 08:12:40 +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 x1M8CeiQ016876; Fri, 22 Feb 2019 08:12:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1M8Cd4L016869; Fri, 22 Feb 2019 08:12:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201902220812.x1M8Cd4L016869@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:12:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493560 - 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: 493560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0BCF88B7D 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-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 08:12:41 -0000 Author: bapt Date: Fri Feb 22 08:12:39 2019 New Revision: 493560 URL: https://svnweb.freebsd.org/changeset/ports/493560 Log: Backout r493559 Bad grep foo sorry Pointyhar: bapt 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:07:34 2019 (r493559) +++ head/Mk/Uses/gnome.mk Fri Feb 22 08:12:39 2019 (r493560) @@ -67,8 +67,9 @@ IGNORE= USES=gnome takes no arguments .endif # non-version specific components -_USE_GNOME_ALL= esound intlhack intltool introspection \ - referencehack gnomeprefix +_USE_GNOME_ALL= esound intltool introspection \ + referencehack gnomemimedata \ + gnomeprefix # GNOME 2 components _USE_GNOME_ALL+= atk cairo \ @@ -235,7 +236,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 +gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata 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:07:34 2019 (r493559) +++ head/devel/gnome-vfs/Makefile Fri Feb 22 08:12:39 2019 (r493560) @@ -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 intlhack referencehack +USE_GNOME= gconf2 gnomemimedata 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:07:34 2019 (r493559) +++ head/graphics/nip2/Makefile Fri Feb 22 08:12:39 2019 (r493560) @@ -21,7 +21,7 @@ USES= bison desktop-file-utils dos2unix gettext gmake shared-mime-info DOS2UNIX_GLOB= *.def -USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 +USE_GNOME= cairo gdkpixbuf2 gnomemimedata 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:07:34 2019 (r493559) +++ head/science/chemical-mime-data/Makefile Fri Feb 22 08:12:39 2019 (r493560) @@ -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= intlhack libxslt:build +USE_GNOME= gnomemimedata intlhack libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-database CPPFLAGS+= -I${LOCALBASE}/include