From owner-svn-ports-head@FreeBSD.ORG Tue Mar 12 17:39:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E03BF27; Tue, 12 Mar 2013 17:39:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7A24A6AB; Tue, 12 Mar 2013 17:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CHdZ7D067803; Tue, 12 Mar 2013 17:39:35 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2CHdYGh067795; Tue, 12 Mar 2013 17:39:34 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303121739.r2CHdYGh067795@svn.freebsd.org> From: Koop Mast Date: Tue, 12 Mar 2013 17:39:34 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 17:39:35 -0000 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