diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-14 03:00:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-14 03:00:08 +0800 |
commit | f2070767435cacee5050d2f4e654719a24f5a4fd (patch) | |
tree | 872e8da8c4f1870fe6a172e7dbddf817091b8507 /comms | |
parent | 461b79cea85a42fe7edbedcb8ebbd5c45c559170 (diff) | |
download | freebsd-ports-gnome-f2070767435cacee5050d2f4e654719a24f5a4fd.tar.gz freebsd-ports-gnome-f2070767435cacee5050d2f4e654719a24f5a4fd.tar.zst freebsd-ports-gnome-f2070767435cacee5050d2f4e654719a24f5a4fd.zip |
2007-03-09 sysutils/diskusage: Unmainntaied, MASTER_SITES disappeared, WWW disappeared.
2007-03-10 sysutils/xperfmon3: Broken on all supported versions of FreeBSD
2007-03-10 comms/mwavem: Broken on all supported versions of FreeBSD
2007-03-09 sysutils/diskusage: Unmainntaied, MASTER_SITES disappeared, WWW disappeared.
2007-03-10 sysutils/xperfmon3: Broken on all supported versions of FreeBSD
2007-03-10 comms/mwavem: Broken on all supported versions of FreeBSD
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/mwavem/Makefile | 116 | ||||
-rw-r--r-- | comms/mwavem/distinfo | 3 | ||||
-rw-r--r-- | comms/mwavem/files.5/patch-src::drivers::3780i.c | 58 | ||||
-rw-r--r-- | comms/mwavem/files.5/patch-src::drivers::Makefile | 53 | ||||
-rw-r--r-- | comms/mwavem/files.5/patch-src::drivers::mwave.c | 13 | ||||
-rw-r--r-- | comms/mwavem/files/mwavem.sh | 26 | ||||
-rw-r--r-- | comms/mwavem/files/patch-aa | 23 | ||||
-rw-r--r-- | comms/mwavem/files/patch-configure | 14 | ||||
-rw-r--r-- | comms/mwavem/pkg-descr | 6 | ||||
-rw-r--r-- | comms/mwavem/pkg-message | 20 | ||||
-rw-r--r-- | comms/mwavem/pkg-plist | 77 |
12 files changed, 0 insertions, 410 deletions
diff --git a/comms/Makefile b/comms/Makefile index d6e275ca0534..cb099a0282c7 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -67,7 +67,6 @@ SUBDIR += mlan SUBDIR += mlan3 SUBDIR += mserver - SUBDIR += mwavem SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile deleted file mode 100644 index 00d69882bf82..000000000000 --- a/comms/mwavem/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -# New ports collection makefile for: mwave -# Date Created: Apr 22 2001 -# Whom: R. Kevin Oberman <oberman@es.net> -# -# $FreeBSD$ -# - -PORTNAME= mwavem-fbsd -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= acpmodem -EXTRACT_SUFX= .tgz - -MAINTAINER= oberman@es.net -COMMENT= Loadable module and user excutable to support IBM Mwave ACP modem - -DEPRECATED= Broken on all supported versions of FreeBSD -EXPIRATION_DATE=2007-03-10 - -ONLY_FOR_ARCHS= i386 - -GNU_CONFIGURE= yes -STARTUP= mwavem.sh -USE_GMAKE= yes -SLEEP= /bin/sleep - -.include <bsd.port.pre.mk> - -LTHREADVERSION=2 -.if ${OSVERSION} >= 500035 -LTHREADVERSION= 3 -.endif -.if ${CC:Mgcc30}!="" -LTHREADVERSION= 3 -.endif -.if ${CC:Mgcc31}!="" -LTHREADVERSION= 3 -.endif -.if ${CC:Mgcc32}!="" -LTHREADVERSION= 3 -.endif -LIB_DEPENDS= lthread.${LTHREADVERSION}:${PORTSDIR}/devel/linuxthreads - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-* -.endif - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C code)" -.endif - -pre-build: - ${REINPLACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \ - ${WRKSRC}/src/drivers/Makefile - ${REINPLACE_CMD} -e "s@#include .malloc.h.@@g" \ - ${WRKSRC}/src/mwmbl/mwblapi.c \ - ${WRKSRC}/src/mwwtt32/mwwttbl.c - -pre-install: - ${MKDIR} ${DATADIR} - -post-install: -.if !defined(PACKAGE_BUILDING) - @${RM} -f /dev/mwave - @${ECHO} "Creating /dev/mwave" - mknod /dev/mwave c 96 0 -.endif - @${ECHO} "Installing ${PREFIX}/etc/rc.d/${STARTUP} startup file." - @${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP} ${PREFIX}/etc/rc.d/ - @${ECHO} "******************************************************************************"; \ - ${ECHO} "* Driver loading information *"; \ - ${ECHO} "* *"; \ - ${ECHO} "* This package includes a device driver in a kernel module. While it is *"; \ - ${ECHO} "* installed in ${PREFIX}/share/mwavem, this results in the initial device *"; \ - ${ECHO} "* probe not seeing the device and possibly reporting errors for the sio *"; \ - ${ECHO} "* device which may be ignored. *"; \ - ${ECHO} "* *"; \ - ${ECHO} "* You may choose to standardize the module loading by copying *"; \ - ${ECHO} "* ${PREFIX}/share/mwavem/mwave.ko into /modules. Then add the *"; \ - ${ECHO} "* mwavedd_load=\"YES\" to /boot/loader.conf. This will load the driver *"; \ - ${ECHO} "* at the start of the bootstrap and it will probe in a normal manner. *"; \ - ${ECHO} "******************************************************************************"; \ - ${ECHO} "* Known problem! *"; \ - ${ECHO} "* If the sio device connected to the modem probe as an 8250 device, the *"; \ - ${ECHO} "* modem will not work. Make sure that the mwavem process is running and *"; \ - ${ECHO} "* reboot the system. It should probe correctly and the modem should be *"; \ - ${ECHO} "* opertional. *"; \ - ${ECHO} "******************************************************************************"; \ - ${ECHO} " " - @${SLEEP} 5 - -pre-fetch: -.if !exists(${SRC_BASE}/sys/Makefile) - @if ! ${LDCONFIG} -r | ${GREP} -qwF -e "-llthreads.2"; then \ - ${ECHO} " "; \ - ${ECHO} "****************************************************************"; \ - ${ECHO} "* This port requires the linuxthreads library. Installation of *"; \ - ${ECHO} "* this port requires that the full FreeBSD sources be present *"; \ - ${ECHO} "* on the system. *"; \ - ${ECHO} "* *"; \ - ${ECHO} "* If you prefer not loading the full sources, you make install *"; \ - ${ECHO} "* the linuxthreads package from /stand/sysinstall. *"; \ - ${ECHO} "****************************************************************"; \ - ${SLEEP} 10; fi; -.endif - -.if ${OSVERSION} < 410000 -IGNORE= Systems prior to 4.1 are not supported -.endif -.if ${OSVERSION} >= 500000 -IGNORE= Only works with FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> diff --git a/comms/mwavem/distinfo b/comms/mwavem/distinfo deleted file mode 100644 index 839c230d07d8..000000000000 --- a/comms/mwavem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mwavem-fbsd-1.2.tgz) = b9449c68842261ead834792d2ecafcfc -SHA256 (mwavem-fbsd-1.2.tgz) = 38be67c4cf1a416f68bec538fc4ccb93e12def0875ed61df16f365b39b0fd64b -SIZE (mwavem-fbsd-1.2.tgz) = 1373780 diff --git a/comms/mwavem/files.5/patch-src::drivers::3780i.c b/comms/mwavem/files.5/patch-src::drivers::3780i.c deleted file mode 100644 index 8768c47b935f..000000000000 --- a/comms/mwavem/files.5/patch-src::drivers::3780i.c +++ /dev/null @@ -1,58 +0,0 @@ - -$FreeBSD$ - ---- src/drivers/3780i.c 2002/12/11 00:57:53 1.1 -+++ src/drivers/3780i.c 2002/12/11 00:59:00 -@@ -419,7 +419,7 @@ - /* Transfer the memory block */ - while (uCount-- !=0) { - val=InWordDsp(DSP_MsaDataDSISHigh); -- if (susword (pusBuffer++, val)) -+ if (suword16 (pusBuffer++, val)) - return EFAULT; - - PRINTK_3(TRACE_3780I,"3780I::dsp3780I_ReadDStore uCount %x val %x\n",uCount,val); -@@ -450,7 +450,7 @@ - /* Transfer the memory block */ - while (uCount-- !=0) { - val=InWordDsp(DSP_ReadAndClear); -- if (susword (pusBuffer++, val)) -+ if (suword16 (pusBuffer++, val)) - return EFAULT; - - PRINTK_3(TRACE_3780I,"3780I::dsp3780I_ReadAndCleanDStore uCount %x val %x\n",uCount,val); -@@ -481,7 +481,7 @@ - /* Transfer the memory block */ - while (uCount-- !=0) { - int val; -- if ( (val = fusword (pusBuffer++)) == -1) return EFAULT; -+ if ( (val = fuword16 (pusBuffer++)) == -1) return EFAULT; - OutWordDsp(DSP_MsaDataDSISHigh, val); - - PRINTK_3(TRACE_3780I,"3780I::dsp3780I_WriteDStore uCount %x val %x\n",uCount,val); -@@ -518,12 +518,12 @@ - s = splhigh(); - val_lo=InWordDsp(DSP_MsaDataISLow); - val_hi=InWordDsp(DSP_MsaDataDSISHigh); -- if (susword (pusBuffer++, val_lo)) -+ if (suword16 (pusBuffer++, val_lo)) - { - splx (s); - return EFAULT; - } -- if (susword (pusBuffer++, val_hi)) -+ if (suword16 (pusBuffer++, val_hi)) - { - splx (s); - return EFAULT; -@@ -560,8 +560,8 @@ - while (uCount-- !=0) { - int val_lo,val_hi; - int s; -- if ( (val_lo = fusword (pusBuffer++)) == -1) return EFAULT; -- if ( (val_hi = fusword (pusBuffer++)) == -1) return EFAULT; -+ if ( (val_lo = fuword16 (pusBuffer++)) == -1) return EFAULT; -+ if ( (val_hi = fuword16 (pusBuffer++)) == -1) return EFAULT; - s = splhigh(); - OutWordDsp(DSP_MsaDataISLow, val_lo); - OutWordDsp(DSP_MsaDataDSISHigh, val_hi); diff --git a/comms/mwavem/files.5/patch-src::drivers::Makefile b/comms/mwavem/files.5/patch-src::drivers::Makefile deleted file mode 100644 index 64bfa118d16d..000000000000 --- a/comms/mwavem/files.5/patch-src::drivers::Makefile +++ /dev/null @@ -1,53 +0,0 @@ - -$FreeBSD$ - ---- src/drivers/Makefile 2002/12/11 00:24:46 1.1 -+++ src/drivers/Makefile 2002/12/11 01:31:15 -@@ -20,24 +20,32 @@ - - all: $(MODULE).ko - --mwave.o: smapi.h 3780i.h tp3780i.h -+mwave.o: smapi.h 3780i.h tp3780i.h bus_if.h device_if.h isa_if.h - --tp3780i.o: smapi.h tp3780i.h 3780i.h mwavepub.h -+tp3780i.o: smapi.h tp3780i.h 3780i.h mwavepub.h bus_if.h device_if.h isa_if.h - --3780i.o: 3780i.h smapi.h -+3780i.o: 3780i.h smapi.h bus_if.h device_if.h isa_if.h - --smapi.o: smapi.h -+smapi.o: smapi.h bus_if.h device_if.h isa_if.h -+ -+bus_if.h:: -+ awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h -+ -+device_if.h:: -+ awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h -+ -+isa_if.h:: -+ awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h - - $(MWAVE_OBJS): mwavedd.h - - $(MODULE).ko: $(MODULE).kld -- gensetdefs $(MODULE).kld -- $(CC) $(CFLAGS) -c setdef0.c -- $(CC) $(CFLAGS) -c setdef1.c -- $(LD) -Bshareable $(LDFLAGS) -o $@ setdef0.o $(MODULE).kld setdef1.o -+ touch export_syms -+ awk -f /usr/src/sys/conf/kmod_syms.awk $(MODULE).kld export_syms | xargs -J% objcopy % $(MODULE).kld -+ $(LD) -Bshareable -d -warn-common -o $@ $(MODULE).kld - - $(MODULE).kld: $(MWAVE_OBJS) -- $(LD) $(LDFLAGS) -r -o $@ $(MWAVE_OBJS) -+ $(LD) -d -warn-common -r -d -o $@ $(MWAVE_OBJS) - - - ### -@@ -51,4 +59,4 @@ - - unload:; kldunload $(MODULE) - --clean distclean:; -rm -f *.o *.ver *~ *.kld *.ko setdef?.c setdefs.h -+clean distclean:; -rm -f *.o *.ver *~ *.kld *.ko setdef?.c setdefs.h bus_if.h device_if.h isa_if.h diff --git a/comms/mwavem/files.5/patch-src::drivers::mwave.c b/comms/mwavem/files.5/patch-src::drivers::mwave.c deleted file mode 100644 index 80070a15effd..000000000000 --- a/comms/mwavem/files.5/patch-src::drivers::mwave.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- src/drivers/mwave.c 2002/12/11 00:20:13 1.1 -+++ src/drivers/mwave.c 2002/12/11 00:22:11 -@@ -236,7 +236,6 @@ - - pDrvData->IPCs[ipcnum].bIsHere=FALSE; - pDrvData->IPCs[ipcnum].bIsEnabled=TRUE; -- current->p_nice=-16; /* boost to provide priority timing */ - - PRINTK_2(TRACE_MWAVE,"mwave::mwave_ioctl IOCTL_MW_REGISTER_IPC ipcnum %x exit\n",ipcnum); - } diff --git a/comms/mwavem/files/mwavem.sh b/comms/mwavem/files/mwavem.sh deleted file mode 100644 index e65ae8866a7e..000000000000 --- a/comms/mwavem/files/mwavem.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -MWAVEM_NAME="mwavem" -MWAVEM_PATH="/usr/local/bin/" -# -# -- START -- -# $Id: init.freebsd.sh,v 1.1 2000/10/03 16:23:21 papowell Exp papowell $ -# This file can be installed in /usr/local/etc/rc.d -# as mwavem.sh -# Freebsd 4.x will run all files in this directory -# with the suffix .sh as shell scripts -# - -case "$1" in - restart ) - $0 stop - sleep 2 - $0 start - ;; - stop ) - ;; - start ) - echo -n ' internal modem' - kldstat -n mwave 2>/dev/null >/dev/null || kldload /usr/local/share/mwavem/mwave.ko - ${MWAVEM_PATH}${MWAVEM_NAME} > /dev/null & - ;; -esac diff --git a/comms/mwavem/files/patch-aa b/comms/mwavem/files/patch-aa deleted file mode 100644 index beac3ad08f55..000000000000 --- a/comms/mwavem/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mwmutil/mwmutil.c.orig Sun Mar 31 19:49:06 2002 -+++ src/mwmutil/mwmutil.c Sun Mar 31 19:49:52 2002 -@@ -62,20 +62,6 @@ - static int fileSize=0; - static char file[0x10000]; - --static char * strcasestr (const char *big, const char *little) --{ --char * p; -- --p = big; --while (*p) -- { -- if (strncasecmp (p, little, strlen (little)) == 0) -- return p; -- p++; -- } --return 0; --} -- - int readFile(LPCTSTR lpFileName); - char *getKey(LPCTSTR lpKeyName, LPCTSTR lpSectionName, LPCTSTR lpFileName); - diff --git a/comms/mwavem/files/patch-configure b/comms/mwavem/files/patch-configure deleted file mode 100644 index 61840fd82584..000000000000 --- a/comms/mwavem/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/12/11 01:43:43 1.1 -+++ configure 2002/12/11 01:44:01 -@@ -1305,7 +1305,7 @@ - - - INCLUDES="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -I\$(top_srcdir)/src/include -I\$(top_srcdir)/src/drivers" --CFLAGS="$INCLUDES -O2 -fomit-frame-pointer -Wall" -+CFLAGS="$CFLAGS $INCLUDES -fomit-frame-pointer -Wall" - - dsp_dir=` test "x$exec_prefix" = xNONE && exec_prefix=$ac_default_prefix - test "x$prefix" = xNONE && prefix=${exec_prefix} diff --git a/comms/mwavem/pkg-descr b/comms/mwavem/pkg-descr deleted file mode 100644 index 863eb58ed711..000000000000 --- a/comms/mwavem/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This port includes a loadable kernel module and a user executable to -allow FreeBSD to use the DSP modem in IBM ThinkPad 600 and 700 series -laptop computers. - -- R. Kevin Oberman -oberman@es.net diff --git a/comms/mwavem/pkg-message b/comms/mwavem/pkg-message deleted file mode 100644 index fe0fefacc7e6..000000000000 --- a/comms/mwavem/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -****************************************************************************** -* Driver loading information * -* * -* This package includes a device driver as a kernel module. While it is * -* installed in $PREFIX/share/mwavem, this results in the initial device * -* probe not seeing the device and possibly reporting errors for the sio * -* device which may be ignored. * -* * -* You may choose to standardize the module loading by copying * -* $PREFIX/share/mwavem/mwave.ko into /modules. Then add the line * -* 'mwave_load="YES"' to /boot/loader.conf. This will load the driver * -* at the start of the bootstrap and it will probe in a normal manner. * -****************************************************************************** -* Known problem! * -* If the sio device connected to the modem probe as an 8250 device, the * -* modem will not work. Make sure that the mwavem process is running and * -* reboot the system. It should probe correctly and the modem should be * -* opertional. * -****************************************************************************** - diff --git a/comms/mwavem/pkg-plist b/comms/mwavem/pkg-plist deleted file mode 100644 index 894893eb85bc..000000000000 --- a/comms/mwavem/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/mwavem -etc/mwavem.conf -etc/rc.d/mwavem.sh -share/mwavem/agc8.dsp -share/mwavem/agc9.dsp -share/mwavem/agc9wt.dsp -share/mwavem/async.dsp -share/mwavem/async2x.dsp -share/mwavem/c96441.dsp -share/mwavem/callerid.dsp -share/mwavem/callprog.dsp -share/mwavem/cancel.dsp -share/mwavem/cl1_hdlc.dsp -share/mwavem/class1.dsp -share/mwavem/class2.dsp -share/mwavem/class8.dsp -share/mwavem/class80.dsp -share/mwavem/disc.dsp -share/mwavem/dtmfr8.dsp -share/mwavem/dtmfrm.dsp -share/mwavem/fax01.dsp -share/mwavem/faxpmp17.dsp -share/mwavem/gain96.dsp -share/mwavem/gainwt.dsp -share/mwavem/gpc2pc.dsp -share/mwavem/gsm.dsp -share/mwavem/imaadpcm.dsp -share/mwavem/init0437.dsp -share/mwavem/int0896.dsp -share/mwavem/int9608.dsp -share/mwavem/meix0437.dsp -share/mwavem/mhint.dsp -share/mwavem/mixer96.dsp -share/mwavem/mnp.dsp -share/mwavem/mnp5.dsp -share/mwavem/modem.dsp -share/mwavem/mwbi0917.dsp -share/mwavem/mwos3780.dsp -share/mwavem/pc2gpc.dsp -share/mwavem/ramm.dsp -share/mwavem/rammv34.dsp -share/mwavem/router.dsp -share/mwavem/sildet.dsp -share/mwavem/spk076.dsp -share/mwavem/spk076m.dsp -share/mwavem/spkeec.dsp -share/mwavem/spkeecm.dsp -share/mwavem/spkmmtp.dsp -share/mwavem/spkvod.dsp -share/mwavem/stp08m.dsp -share/mwavem/stpvm.dsp -share/mwavem/str08ser.dsp -share/mwavem/strvm.dsp -share/mwavem/t30.dsp -share/mwavem/tonegen.dsp -share/mwavem/uartdma.dsp -share/mwavem/v22.dsp -share/mwavem/v23.dsp -share/mwavem/v32bis.dsp -share/mwavem/v34.dsp -share/mwavem/v34pcmc.dsp -share/mwavem/v42.dsp -share/mwavem/v42bisn.dsp -share/mwavem/v8.dsp -share/mwavem/v80.dsp -share/mwavem/v80mac.dsp -share/mwavem/v90.dsp -share/mwavem/vv_hdlc.dsp -share/mwavem/vv_prot.dsp -share/mwavem/mwmmem.prf -share/mwavem/tigr1040.wtt -share/mwavem/mwave.ko -@dirrm share/mwavem -@dirrm share/mwavem-fbsd -@exec rm -f /dev/mwave -@exec mknod /dev/mwave c 96 0 -@unexec rm -f /dev/mwave |