diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-13 01:39:34 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-13 01:39:34 +0800 |
commit | a152422e76e2407e9e07e6331a53ee411c47edf3 (patch) | |
tree | 36732fe8ed252c4f59cc0a0b803ebcc30700b780 | |
parent | 59d1fa8352aab7c89055409d7c56f67afd4b2453 (diff) | |
download | freebsd-ports-gnome-a152422e76e2407e9e07e6331a53ee411c47edf3.tar.gz freebsd-ports-gnome-a152422e76e2407e9e07e6331a53ee411c47edf3.tar.zst freebsd-ports-gnome-a152422e76e2407e9e07e6331a53ee411c47edf3.zip |
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.
-rw-r--r-- | devel/goffice04/Makefile | 3 | ||||
-rw-r--r-- | devel/goffice06/Makefile | 3 | ||||
-rw-r--r-- | devel/goffice1/Makefile | 3 | ||||
-rw-r--r-- | devel/libgsf-gnome/Makefile | 3 | ||||
-rw-r--r-- | devel/present/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/devel/goffice04/Makefile b/devel/goffice04/Makefile index 22614e21e4b8..7b08a66dc65a 100644 --- a/devel/goffice04/Makefile +++ b/devel/goffice04/Makefile @@ -19,6 +19,9 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre 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 \ diff --git a/devel/goffice06/Makefile b/devel/goffice06/Makefile index c7a0dc0523c9..120ddf8fe9ca 100644 --- a/devel/goffice06/Makefile +++ b/devel/goffice06/Makefile @@ -19,6 +19,9 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre 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 \ diff --git a/devel/goffice1/Makefile b/devel/goffice1/Makefile index 1706072357e2..27f84e2c3b10 100644 --- a/devel/goffice1/Makefile +++ b/devel/goffice1/Makefile @@ -13,6 +13,9 @@ COMMENT= GLib/GTK+ set of document centric objects and utilities 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 diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile index a7288cf1d6c0..47ae09a07354 100644 --- a/devel/libgsf-gnome/Makefile +++ b/devel/libgsf-gnome/Makefile @@ -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 diff --git a/devel/present/Makefile b/devel/present/Makefile index 9ceef4667c8c..a561ad53cc6d 100644 --- a/devel/present/Makefile +++ b/devel/present/Makefile @@ -17,6 +17,9 @@ COMMENT= A library for reading Microsoft PowerPoint(tm) documents 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 |