diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
commit | 1306dba5f8fed663c0e5a3547135058546fef526 (patch) | |
tree | 4426039d21f1a39ad9d2b2b544b6e77307ea3938 | |
parent | d643f64624d582230e743552678482b25f8b562a (diff) | |
download | freebsd-ports-graphics-1306dba5f8fed663c0e5a3547135058546fef526.tar.gz freebsd-ports-graphics-1306dba5f8fed663c0e5a3547135058546fef526.tar.zst freebsd-ports-graphics-1306dba5f8fed663c0e5a3547135058546fef526.zip |
Deprecate a few leaf GGI ports.
Upstream is not active since a few years.
-rw-r--r-- | devel/libgiigic/Makefile | 3 | ||||
-rw-r--r-- | games/koth/Makefile | 9 | ||||
-rw-r--r-- | graphics/libggigcp/Makefile | 3 | ||||
-rw-r--r-- | graphics/libggimisc/Makefile | 3 | ||||
-rw-r--r-- | graphics/libggiwmh/Makefile | 3 | ||||
-rw-r--r-- | x11/ggiterm/Makefile | 9 |
6 files changed, 20 insertions, 10 deletions
diff --git a/devel/libgiigic/Makefile b/devel/libgiigic/Makefile index 4834e660b0d..9ba14b99531 100644 --- a/devel/libgiigic/Makefile +++ b/devel/libgiigic/Makefile @@ -15,6 +15,9 @@ LICENSE= MIT LIB_DEPENDS= gii:${PORTSDIR}/devel/libgii +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_LDCONFIG= yes diff --git a/games/koth/Makefile b/games/koth/Makefile index 9dc2b121e3a..06a8134dd32 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: koth -# Date created: 15 Oct 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= koth PORTVERSION= 0.8.0 @@ -17,6 +13,9 @@ COMMENT= Multiplayer tank artillery game similar to Scorched Earth LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + USE_BZIP2= yes USE_GMAKE= yes USE_CSTD= gnu89 diff --git a/graphics/libggigcp/Makefile b/graphics/libggigcp/Makefile index 8011845043a..9cf7452c6da 100644 --- a/graphics/libggigcp/Makefile +++ b/graphics/libggigcp/Makefile @@ -15,6 +15,9 @@ LICENSE= MIT LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_LDCONFIG= yes diff --git a/graphics/libggimisc/Makefile b/graphics/libggimisc/Makefile index 19b39aec41d..f93b7aa265f 100644 --- a/graphics/libggimisc/Makefile +++ b/graphics/libggimisc/Makefile @@ -15,6 +15,9 @@ LICENSE= MIT LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_LDCONFIG= yes diff --git a/graphics/libggiwmh/Makefile b/graphics/libggiwmh/Makefile index 6c736f3abd3..fad701fbadd 100644 --- a/graphics/libggiwmh/Makefile +++ b/graphics/libggiwmh/Makefile @@ -15,6 +15,9 @@ LICENSE= MIT LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained +EXPIRATION_DATE=2013-09-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_LDCONFIG= yes diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile index 2904726adb2..fbfd3451c84 100644 --- a/x11/ggiterm/Makefile +++ b/x11/ggiterm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ggiterm -# Date created: 20 October 2003 -# Whom: andi_payn@speedymail.com -# +# Created by: andi_payn@speedymail.com # $FreeBSD$ -# PORTNAME= ggiterm PORTVERSION= 0.7.1 @@ -16,6 +12,9 @@ COMMENT= A terminal emulator for GGI LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained and broken +EXPIRATION_DATE=2013-09-01 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE} CPPFLAGS+= ${PTHREAD_CFLAGS} |