summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
commit39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch)
tree1f76ce335d709053111226d0016b68e447fbd0ab /comms
parent- Remove OPTIONS_DEFAULT (diff)
Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
Notes
Notes: svn path=/head/; revision=335357
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/uhso-kmod/Makefile77
-rw-r--r--comms/uhso-kmod/distinfo4
-rw-r--r--comms/uhso-kmod/files/UHSO-NODEBUG-patch-Makefile11
-rw-r--r--comms/uhso-kmod/files/UHSOCTL-DEBUG-patch-Makefile10
-rw-r--r--comms/uhso-kmod/files/patch-uhso.c12
-rw-r--r--comms/uhso-kmod/files/pkg-message.in17
-rw-r--r--comms/uhso-kmod/pkg-descr16
-rw-r--r--comms/uhso-kmod/pkg-plist2
9 files changed, 0 insertions, 150 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 4c8302dde192..7af3d4eb0779 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -150,7 +150,6 @@
SUBDIR += twpsk
SUBDIR += uarduno
SUBDIR += uartlirc
- SUBDIR += uhso-kmod
SUBDIR += uird
SUBDIR += unixcw
SUBDIR += usbmuxd
diff --git a/comms/uhso-kmod/Makefile b/comms/uhso-kmod/Makefile
deleted file mode 100644
index ef5f3e0b7f0b..000000000000
--- a/comms/uhso-kmod/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
-# $FreeBSD$
-
-PORTNAME= uhso
-PORTVERSION= 20100416
-PORTREVISION= 2
-CATEGORIES= comms
-MASTER_SITES= http://www.shapeshifter.se/pub/hso/
-PKGNAMESUFFIX= -kmod
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= martymac@FreeBSD.org
-COMMENT= Driver for Option HSDPA modem (USB2 version)
-
-LICENSE= BSD
-
-CONFLICTS= hso-kmod-[0-9]*
-
-DEPRECATED= included in base system on all supported releases
-EXPIRATION_DATE=2013-12-01
-
-NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
-
-OPTIONS_DEFINE= UHSOCTL DEBUG
-OPTIONS_DEFAULT= UHSOCTL
-
-UHSOCTL_DESC= Build uhsoctl tool
-
-SUB_FILES= pkg-message
-
-MAN4= uhso.4
-
-NO_STAGE= yes
-
-USES= kmod
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 800063
-IGNORE= requires FreeBSD 8.0 or later, please try comms/hso-kmod instead
-.elif ${OSVERSION} >= 800501
-IGNORE= the uhso driver is already available in the base system
-.endif
-
-.if ${PORT_OPTIONS:MUHSOCTL}
-UHSOCTL_VERSION= 20100416
-DISTFILES+= uhsoctl-${UHSOCTL_VERSION}${EXTRACT_SUFX}
-WRKSRC_UHSOCTL= ${WRKDIR}/uhsoctl-${UHSOCTL_VERSION}
-PLIST_SUB+= PL_UHSOCTL=""
-MAN1= uhsoctl.1
-.else
-PLIST_SUB+= PL_UHSOCTL="@comment "
-.endif
-
-.if empty(PORT_OPTIONS:MDEBUG)
-EXTRA_PATCHES+= ${PATCHDIR}/UHSO-NODEBUG-patch-Makefile
-.endif
-
-post-patch:
-.if !empty(PORT_OPTIONS:MUHSOCTL) && !empty(PORT_OPTIONS:MDEBUG)
- @${PATCH} -d ${WRKSRC_UHSOCTL} < ${PATCHDIR}/UHSOCTL-DEBUG-patch-Makefile
-.endif
-
-post-build:
-.if ${PORT_OPTIONS:MUHSOCTL}
- @cd ${WRKSRC_UHSOCTL} && ${SETENV} NO_MANCOMPRESS= ${MAKE} all
-.endif
-
-post-install:
- ${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4
-.if ${PORT_OPTIONS:MUHSOCTL}
- @cd ${WRKSRC_UHSOCTL} && \
- ${SETENV} DESTDIR=${PREFIX}/ BINDIR=bin MANDIR=man/man NO_MANCOMPRESS= \
- ${MAKE} install
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/comms/uhso-kmod/distinfo b/comms/uhso-kmod/distinfo
deleted file mode 100644
index 472278c2e856..000000000000
--- a/comms/uhso-kmod/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (uhso-20100416.tar.gz) = fd502c2c13914eb9aff4bd96453d848a1c6ab9bae8dcde4764082bfe87f4120a
-SIZE (uhso-20100416.tar.gz) = 15215
-SHA256 (uhsoctl-20100416.tar.gz) = 959899b55125e4840664caafbe8b43da2dc857ba00330825f83079c03aeef6e4
-SIZE (uhsoctl-20100416.tar.gz) = 10827
diff --git a/comms/uhso-kmod/files/UHSO-NODEBUG-patch-Makefile b/comms/uhso-kmod/files/UHSO-NODEBUG-patch-Makefile
deleted file mode 100644
index 93c8e6d8c189..000000000000
--- a/comms/uhso-kmod/files/UHSO-NODEBUG-patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2010-06-22 06:03:42.164699354 +0000
-+++ Makefile 2010-06-22 06:03:49.158604515 +0000
-@@ -2,7 +2,7 @@
- S= ${.CURDIR}/../..
- .PATH: $S/dev/usb
-
--CFLAGS+= -DUSB_DEBUG=1 -DUHSO_DEBUG=0 -DUHSO_DEBUG_HEXDUMP=1 -g
-+#CFLAGS+= -DUSB_DEBUG=1 -DUHSO_DEBUG=0 -DUHSO_DEBUG_HEXDUMP=1 -g
- KMOD= uhso
- SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usbdevs.h uhso.c
-
diff --git a/comms/uhso-kmod/files/UHSOCTL-DEBUG-patch-Makefile b/comms/uhso-kmod/files/UHSOCTL-DEBUG-patch-Makefile
deleted file mode 100644
index dbda91754d0d..000000000000
--- a/comms/uhso-kmod/files/UHSOCTL-DEBUG-patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig 2010-06-22 06:06:28.074431037 +0000
-+++ Makefile 2010-06-22 06:06:51.625986682 +0000
-@@ -1,6 +1,6 @@
- SRCS= uhsoctl.c
- PROG= uhsoctl
--#CFLAGS+= -g -DDEBUG=1
-+CFLAGS+= -g -DDEBUG=1
- LDFLAGS+= -lutil
- DESTDIR?= /usr/local
- WARNS=1
diff --git a/comms/uhso-kmod/files/patch-uhso.c b/comms/uhso-kmod/files/patch-uhso.c
deleted file mode 100644
index da81779ae1d4..000000000000
--- a/comms/uhso-kmod/files/patch-uhso.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- uhso.c.orig 2010-06-22 06:13:57.405352705 +0000
-+++ uhso.c 2010-06-22 06:14:13.902069815 +0000
-@@ -657,7 +657,8 @@
- static void
- uhso_cd_read_callback(struct usb_xfer *xfer, usb_error_t error)
- {
-- struct uhso_cd_softc *sc = usbd_xfer_softc(xfer);
-+ struct uhso_cd_softc *sc;
-+ sc = usbd_xfer_softc(xfer);
-
- UHSO_DPRINTF(1, "sc=%p\n", sc);
- }
diff --git a/comms/uhso-kmod/files/pkg-message.in b/comms/uhso-kmod/files/pkg-message.in
deleted file mode 100644
index 3efb6c60e641..000000000000
--- a/comms/uhso-kmod/files/pkg-message.in
+++ /dev/null
@@ -1,17 +0,0 @@
-
-===============================================================================
-
-This port has installed the uhso kernel module.
-
-1) To load the kernel module at boot time,
-add the following line to /boot/loader.conf:
-
-uhso_load="YES"
-
-2) If you have built the uhsoctl utility, use it to connect :
-e.g. : uhsoctl -a bredband.tre.se -p 1234 uhso0
-
-3) Enjoy !
-
-===============================================================================
-
diff --git a/comms/uhso-kmod/pkg-descr b/comms/uhso-kmod/pkg-descr
deleted file mode 100644
index 965e0560da5c..000000000000
--- a/comms/uhso-kmod/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-FreeBSD driver for newer Option HSDPA USB dongles.
-
-The driver have been tested with the following devices
-
- * Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware)
- * Option GlobeSurfer iCON 225
- * Option iCON 505
-
-Older cards should work just fine with ubsa(4) or any similar
-USB-over-serial driver.
-
-Note that this driver should be considered beta and will
-work with FreeBSD 8.0 (with USB2) or superior only.
-Please use comms/hso-kmod for previous versions of FreeBSD.
-
-WWW: http://www.shapeshifter.se/code/hso/
diff --git a/comms/uhso-kmod/pkg-plist b/comms/uhso-kmod/pkg-plist
deleted file mode 100644
index 571e74fa8118..000000000000
--- a/comms/uhso-kmod/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%PL_UHSOCTL%%bin/uhsoctl
-/%%KMODDIR%%/uhso.ko