diff options
author | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
commit | 8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch) | |
tree | 30e57ad4f97668320f2f386f99980504ff4d1f78 /japanese | |
parent | 01b1e104baba5395a22dea3b13bcdf24730d3440 (diff) | |
download | freebsd-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 'japanese')
-rw-r--r-- | japanese/roundcube/Makefile | 2 | ||||
-rw-r--r-- | japanese/tkstep80/Makefile | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/japanese/roundcube/Makefile b/japanese/roundcube/Makefile index 29c5228b7ee1..665cc8bc5efc 100644 --- a/japanese/roundcube/Makefile +++ b/japanese/roundcube/Makefile @@ -18,5 +18,7 @@ MASTERDIR= ${.CURDIR}/../../mail/roundcube DISTINFO_FILE= ${.CURDIR}/distinfo BROKEN= bad distinfo +DEPRECATED= has been broken for almost a year +EXPIRATION_DATE=2011-04-17 .include "${MASTERDIR}/Makefile" diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index 25313406730a..21ac35f89f83 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -22,6 +22,10 @@ COMMENT= The Tk toolkit with a NeXTSTEP look and more LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 +BROKEN= Broken with gcc 4.2 +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + USE_XORG= xpm USE_AUTOTOOLS= autoconf213 HAS_CONFIGURE= yes @@ -44,10 +48,6 @@ PORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: @${REINPLACE_CMD} -e '/xpg4/d' ${WRKSRC}/configure.in |