mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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
This commit is contained in:
parent
943f4e69d2
commit
f34ed5e696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533536
3
MOVED
3
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
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
@ -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
|
||||
|
@ -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>
|
@ -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
|
@ -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;
|
@ -1,3 +0,0 @@
|
||||
This package contains the X.Org xf86-video-s3virge driver.
|
||||
|
||||
WWW: https://www.x.org/
|
@ -1,2 +0,0 @@
|
||||
lib/xorg/modules/drivers/s3virge_drv.so
|
||||
man/man4/s3virge.4x.gz
|
@ -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>
|
@ -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
|
@ -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());
|
@ -1 +0,0 @@
|
||||
This package contains the X.Org xf86-video-tseng driver.
|
@ -1,2 +0,0 @@
|
||||
lib/xorg/modules/drivers/tseng_drv.so
|
||||
man/man4/tseng.4x.gz
|
Loading…
Reference in New Issue
Block a user