aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-21 08:16:45 +0800
committerbapt <bapt@FreeBSD.org>2014-12-21 08:16:45 +0800
commitc27e10568556412d4d89b2e988515cd74326b843 (patch)
tree57d4d6b70fe907781b1faf31a067a015597070a7
parentc8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8 (diff)
downloadfreebsd-ports-gnome-c27e10568556412d4d89b2e988515cd74326b843.tar.gz
freebsd-ports-gnome-c27e10568556412d4d89b2e988515cd74326b843.tar.zst
freebsd-ports-gnome-c27e10568556412d4d89b2e988515cd74326b843.zip
Get rid of gnomehier
-rw-r--r--graphics/gqview/Makefile4
-rw-r--r--graphics/gtkam/Makefile4
-rw-r--r--graphics/ocrfeeder/Makefile4
-rw-r--r--graphics/poppler-glib/Makefile2
-rw-r--r--graphics/poppler/Makefile2
-rw-r--r--graphics/shotwell/Makefile3
6 files changed, 10 insertions, 9 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 63676a5c3598..d73039ce7162 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gqview
PORTVERSION= 2.0.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics
MASTER_SITES= SF
@@ -13,7 +13,7 @@ COMMENT= Another gtk2-based graphic file viewer
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= pkgconfig
-USE_GNOME= gnomehier gtk20
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lm
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
index 81a0ff3fca89..2e6276533594 100644
--- a/graphics/gtkam/Makefile
+++ b/graphics/gtkam/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gtkam
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}
@@ -16,7 +16,7 @@ LIB_DEPENDS= libexif-gtk.so:${PORTSDIR}/graphics/libexif-gtk \
libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
USES= gettext gmake pathfix pkgconfig
-USE_GNOME= gnomehier gtk20
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile
index 3b373d153b39..3f251559f475 100644
--- a/graphics/ocrfeeder/Makefile
+++ b/graphics/ocrfeeder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ocrfeeder
PORTVERSION= 0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -24,7 +24,7 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
${BUILD_DEPENDS}
USES= desktop-file-utils gettext gmake pkgconfig python tar:xz
-USE_GNOME= gnomedocutils gnomehier gtk30 librsvg2 pygobject3
+USE_GNOME= gnomedocutils gtk30 librsvg2 pygobject3
USE_GHOSTSCRIPT=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
diff --git a/graphics/poppler-glib/Makefile b/graphics/poppler-glib/Makefile
index 0fb0d7fab07b..ae14edb412ce 100644
--- a/graphics/poppler-glib/Makefile
+++ b/graphics/poppler-glib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -glib
MAINTAINER= gnome@FreeBSD.org
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 58732ef9a184..7fa584eaf917 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -56,7 +56,7 @@ LIB_DEPENDS+= libpoppler.so:${PORTSDIR}/graphics/poppler
.if ${SLAVEPORT}==glib
CONFIGURE_ARGS+=--enable-poppler-glib --enable-introspection=yes
-USE_GNOME+= cairo gnomehier glib20 introspection:build
+USE_GNOME+= cairo glib20 introspection:build
BUILD_WRKSRC= ${WRKSRC}/glib
INSTALL_WRKSRC= ${WRKSRC}/glib
.else
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index 0363472ef070..58c159d025ca 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -3,6 +3,7 @@
PORTNAME= shotwell
PORTVERSION= 0.20.2
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R}
@@ -27,7 +28,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
librest-0.7.so:${PORTSDIR}/devel/librest
USES= shebangfix gettext desktop-file-utils gmake pkgconfig tar:xz
-USE_GNOME= dconf gnomehier gtk30 gnomedocutils
+USE_GNOME= dconf gtk30 gnomedocutils
USE_SQLITE= 3
USE_GSTREAMER1= yes
HAS_CONFIGURE= yes