Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2019 08:12:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201902220812.x1M8Cd4L016869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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