diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-12 12:44:26 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-12 12:44:26 +0800 |
commit | a4ec84422532d3be10a312e72bf5a1d68b8f15a3 (patch) | |
tree | 1443825331b5621d5c6ae846c11e693ac2d12ca1 | |
parent | 55a02dcbe3c6a946b3b97000155f57010260ae40 (diff) | |
download | freebsd-ports-gnome-a4ec84422532d3be10a312e72bf5a1d68b8f15a3.tar.gz freebsd-ports-gnome-a4ec84422532d3be10a312e72bf5a1d68b8f15a3.tar.zst freebsd-ports-gnome-a4ec84422532d3be10a312e72bf5a1d68b8f15a3.zip |
Mark x11-toolkits/inti as BROKEN for does not build with latest GTK+2. Add
DEPRECATED and EXPIRATION_DATE in the rest of these ports.
DEPRECATED= not maintain by upstream for more than five years and no port depend on this
EXPIRATION_DATE=2009-02-11
Reported by: pointyhat via pav
-rw-r--r-- | x11-toolkits/inti-gconf/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/inti-gl/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/inti-sourceview/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/inti/Makefile | 4 |
4 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/inti-gconf/Makefile b/x11-toolkits/inti-gconf/Makefile index da24ed1bd4e7..d4a9f157d087 100644 --- a/x11-toolkits/inti-gconf/Makefile +++ b/x11-toolkits/inti-gconf/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GConf, the GNOME Configuration System +DEPRECATED= not maintain by upstream for more than five years and no port depend on this +EXPIRATION_DATE=2009-02-11 + LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti USE_GNOME= gconf2 gnomehack gnomeprefix diff --git a/x11-toolkits/inti-gl/Makefile b/x11-toolkits/inti-gl/Makefile index 304cdaa58253..62289e836efa 100644 --- a/x11-toolkits/inti-gl/Makefile +++ b/x11-toolkits/inti-gl/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GtkGLExt, the Open-GL extension to GTK+ +DEPRECATED= not maintain by upstream for more than five years and no port depend on this +EXPIRATION_DATE=2009-02-11 + LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext diff --git a/x11-toolkits/inti-sourceview/Makefile b/x11-toolkits/inti-sourceview/Makefile index 18850d2f9ebb..fc4f111f4b97 100644 --- a/x11-toolkits/inti-sourceview/Makefile +++ b/x11-toolkits/inti-sourceview/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GtkSourceView +DEPRECATED= not maintain by upstream for more than five years and no port depend on this +EXPIRATION_DATE=2009-02-11 + LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti USE_AUTOTOOLS= libtool:15 diff --git a/x11-toolkits/inti/Makefile b/x11-toolkits/inti/Makefile index f900d43dd34b..bf58266e7146 100644 --- a/x11-toolkits/inti/Makefile +++ b/x11-toolkits/inti/Makefile @@ -26,6 +26,10 @@ USE_LDCONFIG= yes PORTDOCS= * .endif +BROKEN= does not build with latest GTK+2 +DEPRECATED= not maintain by upstream for more than five years and no port depend on this +EXPIRATION_DATE=2009-02-11 + .include <bsd.port.pre.mk> post-patch: |