Date: Fri, 22 Feb 2019 08:07:34 +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: r493559 - in head: Mk/Uses devel/gnome-vfs graphics/nip2 science/chemical-mime-data Message-ID: <201902220807.x1M87Z8c011776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902220807.x1M87Z8c011776>