summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-01 12:55:50 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-01 12:55:50 +0000
commitf34ed5e69602baa3bae95dca3e6306b552539f52 (patch)
tree15a55f0379649e1a3cb9a68b1875cf0b1a5b0842
parent943f4e69d209ffcf748cdc0565d263a9606fd6e7 (diff)
downloadfreebsd-ports-f34ed5e69602baa3bae95dca3e6306b552539f52.zip
Remove expired ports:
2020-05-01 net/py-pcap: Broken with python3 please consider using net/py-pypcap 2020-05-01 x11-drivers/xf86-video-tseng: broken 2020-05-01 x11-drivers/xf86-video-s3virge: broken
-rw-r--r--MOVED3
-rw-r--r--net/Makefile1
-rw-r--r--net/py-pcap/Makefile40
-rw-r--r--net/py-pcap/distinfo3
-rw-r--r--net/py-pcap/pkg-descr4
-rw-r--r--x11-drivers/Makefile2
-rw-r--r--x11-drivers/xf86-video-s3virge/Makefile17
-rw-r--r--x11-drivers/xf86-video-s3virge/distinfo3
-rw-r--r--x11-drivers/xf86-video-s3virge/files/patch-src_s3v__driver.c13
-rw-r--r--x11-drivers/xf86-video-s3virge/pkg-descr3
-rw-r--r--x11-drivers/xf86-video-s3virge/pkg-plist2
-rw-r--r--x11-drivers/xf86-video-tseng/Makefile20
-rw-r--r--x11-drivers/xf86-video-tseng/distinfo2
-rw-r--r--x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c20
-rw-r--r--x11-drivers/xf86-video-tseng/pkg-descr1
-rw-r--r--x11-drivers/xf86-video-tseng/pkg-plist2
16 files changed, 3 insertions, 133 deletions
diff --git a/MOVED b/MOVED
index 1196becf4be5..13c816ceae56 100644
--- a/MOVED
+++ b/MOVED
@@ -14554,3 +14554,6 @@ net-mgmt/bgpq|net-mgmt/bgpq3|2020-04-30|Has expired: Use net-mgmt/bgpq3 or net-m
net/boringtun||2020-04-30|Has expired: Status of the project and motivation is unclear
dns/dnsperf||2020-04-30|Removed, depends on expired dns/bind914, not compatible with dns/bind916
dns/bind914|dns/bind916|2020-04-30|Has expired: End of life, please migrate to a newer version of BIND9
+net/py-pcap|net/py-pypcap|2020-05-01|Has expired: Broken with python3 please consider using net/py-pypcap
+x11-drivers/xf86-video-tseng||2020-05-01|Has expired: broken
+x11-drivers/xf86-video-s3virge||2020-05-01|Has expired: broken
diff --git a/net/Makefile b/net/Makefile
index a13c7685856d..3879f2af1e00 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1069,7 +1069,6 @@
SUBDIR += py-oauth2
SUBDIR += py-paho-mqtt
SUBDIR += py-pamqp
- SUBDIR += py-pcap
SUBDIR += py-pcapy
SUBDIR += py-port-for
SUBDIR += py-portend
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile
deleted file mode 100644
index 0275ec7ea3eb..000000000000
--- a/net/py-pcap/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Hye-Shik Chang
-# $FreeBSD$
-
-PORTNAME= pcap
-PORTVERSION= 0.6.6
-CATEGORIES= net python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Python interface to LBL Packet Capture library (libpcap)
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Broken with python3 please consider using net/py-pypcap
-EXPIRATION_DATE=2020-05-01
-
-BUILD_DEPENDS= swig3.0:devel/swig30
-
-USES= python
-
-USE_GITHUB= yes
-GH_ACCOUNT= 5u623l20
-GH_PROJECT= pylibpcap
-GH_TAGNAME= d442c3e
-USE_PYTHON= autoplist distutils
-
-OPTIONS_DEFINE= LIBPCAP
-
-LIBPCAP_DESC= Use the ports version of libpcap
-LIBPCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap
-
-post-patch-LIBPCAP-on:
- @${REINPLACE_CMD} -E -e 's|^(libpcap_dir[[:blank:]]*=).*$$|\1 "${LOCALBASE}/lib"|' \
- ${WRKSRC}/setup.py
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pcapmodule.so
-
-.include <bsd.port.mk>
diff --git a/net/py-pcap/distinfo b/net/py-pcap/distinfo
deleted file mode 100644
index 09046f16f907..000000000000
--- a/net/py-pcap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1554492554
-SHA256 (5u623l20-pylibpcap-0.6.6-d442c3e_GH0.tar.gz) = 06d014adbb8453eb7a520eb3d074f9bb15458a720b5fe6c18b01fc960a351cbb
-SIZE (5u623l20-pylibpcap-0.6.6-d442c3e_GH0.tar.gz) = 29180
diff --git a/net/py-pcap/pkg-descr b/net/py-pcap/pkg-descr
deleted file mode 100644
index f3859935ce1e..000000000000
--- a/net/py-pcap/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Python module for the libpcap packet capture library,
-based on the original python libpcap module by Aaron Rhodes.
-
-WWW: https://github.com/5u623l20/pylibpcap
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile
index b681de419d2d..2efb7501de9f 100644
--- a/x11-drivers/Makefile
+++ b/x11-drivers/Makefile
@@ -37,7 +37,6 @@
SUBDIR += xf86-video-r128
SUBDIR += xf86-video-rendition
SUBDIR += xf86-video-s3
- SUBDIR += xf86-video-s3virge
SUBDIR += xf86-video-savage
SUBDIR += xf86-video-scfb
SUBDIR += xf86-video-siliconmotion
@@ -45,7 +44,6 @@
SUBDIR += xf86-video-sunffb
SUBDIR += xf86-video-tdfx
SUBDIR += xf86-video-trident
- SUBDIR += xf86-video-tseng
SUBDIR += xf86-video-vesa
SUBDIR += xf86-video-vmware
SUBDIR += xf86-video-voodoo
diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile
deleted file mode 100644
index b607db23c6c5..000000000000
--- a/x11-drivers/xf86-video-s3virge/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xf86-video-s3virge
-PORTVERSION= 1.11.0
-PORTREVISION= 1
-CATEGORIES= x11-drivers
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X.Org s3virge display driver
-
-BROKEN= does not build with xorg-server 1.20.7
-DEPRECATED= broken
-EXPIRATION_DATE=2020-05-01
-
-USES= xorg-cat:driver
-
-.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-s3virge/distinfo b/x11-drivers/xf86-video-s3virge/distinfo
deleted file mode 100644
index 339040f3f63c..000000000000
--- a/x11-drivers/xf86-video-s3virge/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1550524793
-SHA256 (xorg/driver/xf86-video-s3virge-1.11.0.tar.bz2) = 04c9ddff2d86f8ffea348697843db02f033075089f89d051f000b87e74d9a119
-SIZE (xorg/driver/xf86-video-s3virge-1.11.0.tar.bz2) = 380321
diff --git a/x11-drivers/xf86-video-s3virge/files/patch-src_s3v__driver.c b/x11-drivers/xf86-video-s3virge/files/patch-src_s3v__driver.c
deleted file mode 100644
index d601d716cf96..000000000000
--- a/x11-drivers/xf86-video-s3virge/files/patch-src_s3v__driver.c
+++ /dev/null
@@ -1,13 +0,0 @@
-# Remove extra parenthesis to clear a style warning
-#
---- src/s3v_driver.c.orig 2019-02-19 03:28:50.953742000 +0000
-+++ src/s3v_driver.c 2019-02-19 03:29:09.119821000 +0000
-@@ -2848,7 +2848,7 @@
- else
- new->CR67 = 0x50 | 0x4; /* 16bpp */
- }
-- else if ((pScrn->bitsPerPixel == 24) ) {
-+ else if (pScrn->bitsPerPixel == 24) {
- new->CR67 = 0x74; /* 24bpp, STREAMS */
- /* Flag STREAMS proc. required */
- ps3v->NeedSTREAMS = TRUE;
diff --git a/x11-drivers/xf86-video-s3virge/pkg-descr b/x11-drivers/xf86-video-s3virge/pkg-descr
deleted file mode 100644
index 683d5745a635..000000000000
--- a/x11-drivers/xf86-video-s3virge/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains the X.Org xf86-video-s3virge driver.
-
-WWW: https://www.x.org/
diff --git a/x11-drivers/xf86-video-s3virge/pkg-plist b/x11-drivers/xf86-video-s3virge/pkg-plist
deleted file mode 100644
index 27a08d04e17d..000000000000
--- a/x11-drivers/xf86-video-s3virge/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/xorg/modules/drivers/s3virge_drv.so
-man/man4/s3virge.4x.gz
diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile
deleted file mode 100644
index 222e97f540d9..000000000000
--- a/x11-drivers/xf86-video-tseng/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xf86-video-tseng
-PORTVERSION= 1.2.5
-PORTREVISION= 11
-CATEGORIES= x11-drivers
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X.Org tseng display driver
-
-BROKEN= does not build with xorg-server 1.20.7
-DEPRECATED= broken
-EXPIRATION_DATE= 2020-05-01
-BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99
-BROKEN_armv6= error: implicit declaration of function outb is invalid in C99
-BROKEN_armv7= error: implicit declaration of function outb is invalid in C99
-
-USES= xorg-cat:driver
-
-.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-tseng/distinfo b/x11-drivers/xf86-video-tseng/distinfo
deleted file mode 100644
index c0ad1ad46b97..000000000000
--- a/x11-drivers/xf86-video-tseng/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/driver/xf86-video-tseng-1.2.5.tar.bz2) = c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819
-SIZE (xorg/driver/xf86-video-tseng-1.2.5.tar.bz2) = 330575
diff --git a/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c b/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c
deleted file mode 100644
index 26bdfb3ed971..000000000000
--- a/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/tseng_driver.c.orig 2012-07-17 05:21:17 UTC
-+++ src/tseng_driver.c
-@@ -39,9 +39,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- #include "fb.h"
-
- #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
-@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
- }
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
- /* Initialise cursor functions */
- miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
diff --git a/x11-drivers/xf86-video-tseng/pkg-descr b/x11-drivers/xf86-video-tseng/pkg-descr
deleted file mode 100644
index 295677053be0..000000000000
--- a/x11-drivers/xf86-video-tseng/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This package contains the X.Org xf86-video-tseng driver.
diff --git a/x11-drivers/xf86-video-tseng/pkg-plist b/x11-drivers/xf86-video-tseng/pkg-plist
deleted file mode 100644
index 54c64fe0a64f..000000000000
--- a/x11-drivers/xf86-video-tseng/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/xorg/modules/drivers/tseng_drv.so
-man/man4/tseng.4x.gz