aboutsummaryrefslogtreecommitdiffstats
path: root/net/ggsd
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
committerpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
commit8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch)
tree30e57ad4f97668320f2f386f99980504ff4d1f78 /net/ggsd
parent01b1e104baba5395a22dea3b13bcdf24730d3440 (diff)
downloadfreebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'net/ggsd')
-rw-r--r--net/ggsd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile
index aa81e9227d6b..d18da9d395fc 100644
--- a/net/ggsd/Makefile
+++ b/net/ggsd/Makefile
@@ -16,6 +16,10 @@ EXTRACT_SUFX= .tar
MAINTAINER= demon@FreeBSD.org
COMMENT= Start a network server to execute scripts
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
@@ -32,10 +36,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example.scr ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>