Date: Tue, 12 Mar 2013 17:39:34 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313992 - in head/devel: goffice04 goffice06 goffice1 libgsf-gnome present Message-ID: <201303121739.r2CHdYGh067795@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303121739.r2CHdYGh067795>