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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/xwlans/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/xwlans/Makefile b/sysutils/xwlans/Makefile index b82017f42b1f..278012f1d515 100644 --- a/sysutils/xwlans/Makefile +++ b/sysutils/xwlans/Makefile @@ -15,13 +15,11 @@ MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \ MAINTAINER= fli@shapeshifter.se COMMENT= Utilty to display your wavelan signal strength on the X11 root-display +BROKEN= Does not compile with GCC 4.2 +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + PLIST_FILES= bin/xwlans USE_XORG= x11 -.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> |