Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 22:46:12 +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: r375281 - in head/textproc: gnome-doc-utils gtkspell3 rarian sagasu scim scrollkeeper
Message-ID:  <201412222246.sBMMkCWE010725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 22 22:46:11 2014
New Revision: 375281
URL: https://svnweb.freebsd.org/changeset/ports/375281
QAT: https://qat.redports.org/buildarchive/r375281/

Log:
  Get rid of gnomehier

Modified:
  head/textproc/gnome-doc-utils/Makefile
  head/textproc/gtkspell3/Makefile
  head/textproc/rarian/Makefile
  head/textproc/sagasu/Makefile
  head/textproc/scim/Makefile
  head/textproc/scrollkeeper/Makefile

Modified: head/textproc/gnome-doc-utils/Makefile
==============================================================================
--- head/textproc/gnome-doc-utils/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/gnome-doc-utils/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-doc-utils
 PORTVERSION=	0.20.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
@@ -18,7 +18,7 @@ RUN_DEPENDS=	rarian-sk-config:${PORTSDIR
 		${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-xml
 
 USES=		gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz
-USE_GNOME=	gnomehier libxslt intlhack
+USE_GNOME=	libxslt intlhack
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-omf-dir=${PREFIX}/share/omf

Modified: head/textproc/gtkspell3/Makefile
==============================================================================
--- head/textproc/gtkspell3/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/gtkspell3/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkspell3
 PORTVERSION=	3.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc gnome
 MASTER_SITES=	SF/gtkspell/${PORTVERSION}
 
@@ -13,7 +13,7 @@ COMMENT=	GTK+ 3 spell checking component
 BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala
 LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
-USE_GNOME=	gnomehier gnomeprefix gtk30 intlhack introspection:build
+USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
 USES=		gettext gmake libtool:keepla pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/textproc/rarian/Makefile
==============================================================================
--- head/textproc/rarian/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/rarian/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -4,7 +4,7 @@
 
 PORTNAME=	rarian
 PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
@@ -24,7 +24,7 @@ DOCBOOK_VERSION=4.2
 CONFLICTS=	scrollkeeper-[0-9]*
 
 USES=		gmake libtool pathfix python tar:bzip2
-USE_GNOME=	gnomehier libxslt
+USE_GNOME=	libxslt
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-convert-dir=${LOCALBASE}/share/omf \

Modified: head/textproc/sagasu/Makefile
==============================================================================
--- head/textproc/sagasu/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/sagasu/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sagasu
 PORTVERSION=	2.0.12
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/
 
@@ -12,7 +13,7 @@ COMMENT=	GNOME tool to find strings in a
 LICENSE=	GPLv2 # (or later)
 
 USES=		pathfix pkgconfig gettext gmake
-USE_GNOME=	gnomehier libgnomeui
+USE_GNOME=	libgnomeui
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -20,8 +21,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE= DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@@ -30,11 +29,9 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/util.h
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in AUTHORS INSTALL NEWS README THANKS TODO
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/textproc/scim/Makefile
==============================================================================
--- head/textproc/scim/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/scim/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim
 PORTVERSION=	1.4.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gettext gmake iconv libtool pathfix pkgconfig
-USE_GNOME=	gnomehier gtk20 intlhack
+USE_GNOME=	gtk20 intlhack
 USE_XORG=	x11 xpm
 USE_LDCONFIG=	yes
 

Modified: head/textproc/scrollkeeper/Makefile
==============================================================================
--- head/textproc/scrollkeeper/Makefile	Mon Dec 22 22:39:18 2014	(r375280)
+++ head/textproc/scrollkeeper/Makefile	Mon Dec 22 22:46:11 2014	(r375281)
@@ -4,7 +4,7 @@
 
 PORTNAME=	scrollkeeper
 PORTVERSION=	0.3.14
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
@@ -25,7 +25,7 @@ DOCBOOK_VERSION=4.2
 CONFLICTS_INSTALL=	rarian-[0-9]*
 
 USES=		bison pathfix gettext gmake tar:bzip2 libtool
-USE_GNOME=	gnomehier libxslt intlhack
+USE_GNOME=	libxslt intlhack
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var --datadir=${PREFIX}/share \
@@ -34,6 +34,7 @@ CONFIGURE_ARGS=	--localstatedir=/var --d
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lintl
 PLIST_SUB=	LOCALBASE=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e   \
@@ -43,4 +44,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/extract/dtds/Makefile.in
 
+post-install:
+	@${RM} ${STAGEDIR}/var/log/scrollkeeper.log
+
 .include <bsd.port.mk>



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