diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
commit | 1b79d7d08ad1578f66468b31791d944b4982ed66 (patch) | |
tree | a266e7666a9756dff08481ea4aab349e60c17264 /sysutils | |
parent | af47aecb15392800553574bc90437714b3827fa7 (diff) | |
download | ports-1b79d7d08ad1578f66468b31791d944b4982ed66.tar.gz ports-1b79d7d08ad1578f66468b31791d944b4982ed66.zip |
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained
Reported by: FreeBSD unmaintained ports which are currently marked broken
monthly reminder
Notes
Notes:
svn path=/head/; revision=260752
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xwipower/Makefile | 30 | ||||
-rw-r--r-- | sysutils/xwipower/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xwipower/files/patch-aa | 34 | ||||
-rw-r--r-- | sysutils/xwipower/files/patch-ab | 16 | ||||
-rw-r--r-- | sysutils/xwipower/files/patch-xwipower.c | 10 | ||||
-rw-r--r-- | sysutils/xwipower/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/xwipower/pkg-plist | 2 |
8 files changed, 0 insertions, 100 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 96d5af25efdf..dd3b63cee4f9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -976,7 +976,6 @@ SUBDIR += xsu SUBDIR += xsysstats SUBDIR += xvidcap - SUBDIR += xwipower SUBDIR += xwlans SUBDIR += yawho SUBDIR += zeroer diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile deleted file mode 100644 index ce9a18ecc6f5..000000000000 --- a/sysutils/xwipower/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: xwipower -# Date created: 05 July 2000 -# Whom: sumikawa -# -# $FreeBSD$ -# - -PORTNAME= xwipower -PORTVERSION= 20000623 -PORTREVISION= 4 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.fumi.org/pub/xwipower/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Wave power level meter for wi(4) - -ONLY_FOR_ARCHS= i386 - -WRKSRC= ${WRKDIR}/xwipower -USE_IMAKE= yes -USE_XORG= ice sm x11 xaw xext xmu xt xpm - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700053 -BROKEN= Use obsoleted wireless lan API -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/xwipower/distinfo b/sysutils/xwipower/distinfo deleted file mode 100644 index cf72b3c863ce..000000000000 --- a/sysutils/xwipower/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xwipower-20000623.tgz) = 40217ec8637f33a2dc226e090c2ecb9e -SHA256 (xwipower-20000623.tgz) = 0dae9dbccd219b795212ffdeab546291f825d493f8117e146d5beb613ab7af3b -SIZE (xwipower-20000623.tgz) = 5308 diff --git a/sysutils/xwipower/files/patch-aa b/sysutils/xwipower/files/patch-aa deleted file mode 100644 index cf066f0a7d19..000000000000 --- a/sysutils/xwipower/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- xwipower.c.orig Fri Jun 23 17:53:11 2000 -+++ xwipower.c Thu Sep 19 12:53:24 2002 -@@ -18,7 +18,7 @@ - #ifdef __FreeBSD__ - #include <net/if_var.h> - #include <net/ethernet.h> --#include <machine/if_wavelan_ieee.h> -+#include <dev/wi/if_wavelan_ieee.h> - #include <machine/apm_bios.h> - #else - #include <netinet/in.h> -@@ -93,7 +93,7 @@ - - Widget toplevel; - Widget base, strip_chart_obj; --char *iface = NULL; -+char *iface = "wi0"; - - - unsigned long MyColor(display, color) -@@ -223,10 +223,10 @@ - static void usage(app) - char *app; - { -- fprintf(stderr, "usage: %s -i iface [-gd]\n", app); -+ fprintf(stderr, "usage: %s [-i iface] [-gd]\n", app); - fprintf(stderr, "\tQuality of 802.11b-DS radio wave viewer.\n", app); -- fprintf(stderr, "\t%s -i iface -c Chart mode\n", app); -- fprintf(stderr, "\t%s -i iface -a Antena mode\n\n", app); -+ fprintf(stderr, "\t%s [-i iface] -c Chart mode\n", app); -+ fprintf(stderr, "\t%s [-i iface] -a Antena mode\n\n", app); - exit(1); - } - diff --git a/sysutils/xwipower/files/patch-ab b/sysutils/xwipower/files/patch-ab deleted file mode 100644 index 4c218029d923..000000000000 --- a/sysutils/xwipower/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- Imakefile.orig Fri May 19 18:21:44 2000 -+++ Imakefile Sun Dec 10 18:01:18 2000 -@@ -6,12 +6,5 @@ - OSMINORVERSION = OSMinorVersion - DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION) - --AllTarget(xwipower) --NormalProgramTarget(xwipower,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter) --InstallProgram(xwipower,$(BINDIR)) -- -+ComplexProgramTargetNoMan(xwipower) - InstallAppDefaults(Xwipower) -- --###InstallManPage(xwipower,$(MANDIR)) -- --DependTarget() diff --git a/sysutils/xwipower/files/patch-xwipower.c b/sysutils/xwipower/files/patch-xwipower.c deleted file mode 100644 index 43a3c04164c7..000000000000 --- a/sysutils/xwipower/files/patch-xwipower.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xwipower.c~ Mon Aug 16 13:03:01 2004 -+++ xwipower.c Mon Aug 16 13:05:34 2004 -@@ -277,7 +277,6 @@ - case 'a': - mode = ANTENNA_MODE; - break; -- default: - } - } - diff --git a/sysutils/xwipower/pkg-descr b/sysutils/xwipower/pkg-descr deleted file mode 100644 index 6dd355448dc6..000000000000 --- a/sysutils/xwipower/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Xwipower is the wave power level meter for wi(4). It also has a battry -level meter on your notebook computer. - -WWW: http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/ diff --git a/sysutils/xwipower/pkg-plist b/sysutils/xwipower/pkg-plist deleted file mode 100644 index 3e89361b9431..000000000000 --- a/sysutils/xwipower/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xwipower -lib/X11/app-defaults/Xwipower |