svn commit: r313992 - in head/devel: goffice04 goffice06 goffice1 libgsf-gnome present

Koop Mast kwm at FreeBSD.org
Tue Mar 12 17:39:35 UTC 2013


Author: kwm
Date: Tue Mar 12 17:39:34 2013
New Revision: 313992
URL: http://svnweb.freebsd.org/changeset/ports/313992

Log:
  Mark users of libgsf_gnome deprecated and queue them for the axe in a month
  time. This is needed because newer version of libgsf doesn't have the -gnome
  support anymore and this blocks the updating of goffice 0.10 and gnumeric.

Modified:
  head/devel/goffice04/Makefile   (contents, props changed)
  head/devel/goffice06/Makefile   (contents, props changed)
  head/devel/goffice1/Makefile   (contents, props changed)
  head/devel/libgsf-gnome/Makefile   (contents, props changed)
  head/devel/present/Makefile

Modified: head/devel/goffice04/Makefile
==============================================================================
--- head/devel/goffice04/Makefile	Tue Mar 12 17:23:22 2013	(r313991)
+++ head/devel/goffice04/Makefile	Tue Mar 12 17:39:34 2013	(r313992)
@@ -19,6 +19,9 @@ LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pc
 
 NO_LATEST_LINK=	yes
 
+DEPRECATED=    depends on libgsf_gnome which is going away, also no users for this port.
+EXPIRATION_DATE=2013-04-12
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeprint libglade2 \

Modified: head/devel/goffice06/Makefile
==============================================================================
--- head/devel/goffice06/Makefile	Tue Mar 12 17:23:22 2013	(r313991)
+++ head/devel/goffice06/Makefile	Tue Mar 12 17:39:34 2013	(r313992)
@@ -19,6 +19,9 @@ LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pc
 
 NO_LATEST_LINK=	yes
 
+DEPRECATED=    depends on libgsf-gnome which is going away.
+EXPIRATION_DATE=2013-04-12
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeprint libglade2 \

Modified: head/devel/goffice1/Makefile
==============================================================================
--- head/devel/goffice1/Makefile	Tue Mar 12 17:23:22 2013	(r313991)
+++ head/devel/goffice1/Makefile	Tue Mar 12 17:39:34 2013	(r313992)
@@ -13,6 +13,9 @@ COMMENT=	GLib/GTK+ set of document centr
 
 NO_LATEST_LINK=	yes
 
+DEPRECATED=    depends on libgsf_gnome which going away
+EXPIRATION_DATE=2013-04-12
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USES=		pathfix

Modified: head/devel/libgsf-gnome/Makefile
==============================================================================
--- head/devel/libgsf-gnome/Makefile	Tue Mar 12 17:23:22 2013	(r313991)
+++ head/devel/libgsf-gnome/Makefile	Tue Mar 12 17:39:34 2013	(r313992)
@@ -19,6 +19,9 @@ INSTALL_WRKSRC=	${WRKSRC}/gsf-gnome
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
+DEPRECATED=    -gnome support in libgsf is dropped in newer versions.
+EXPIRATION_DATE=2013-04-12
+
 USE_GNOME=	gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/gsf \
 		--with-bz2 --with-gnome-vfs --with-gio

Modified: head/devel/present/Makefile
==============================================================================
--- head/devel/present/Makefile	Tue Mar 12 17:23:22 2013	(r313991)
+++ head/devel/present/Makefile	Tue Mar 12 17:39:34 2013	(r313992)
@@ -17,6 +17,9 @@ COMMENT=	A library for reading Microsoft
 
 LIB_DEPENDS=	goffice-1.2:${PORTSDIR}/devel/goffice1
 
+DEPRECATED=	depends on libgsf_gnome (via goffice1) which going away.
+EXPIRATION_DATE=2013-04-12
+
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list