Commit 085ea9db authored by Rene Ladan's avatar Rene Ladan
Browse files

*/*: Remove expired ports:

2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream
2021-06-23 sysutils/usbhotkey: Uses EOL Python 2.7 via devel/libhid
parent 4096169b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16437,3 +16437,5 @@ www/npm-node12||2021-06-26|Removed, uses www/node12
www/yarn-node12||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node12
www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10
www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10
devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream
sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid
+0 −1
Original line number Diff line number Diff line
@@ -1222,7 +1222,6 @@
    SUBDIR += libgudev
    SUBDIR += libgutenfetch
    SUBDIR += libhash
    SUBDIR += libhid
    SUBDIR += libhoard
    SUBDIR += libhtp
    SUBDIR += libhyve-remote

devel/libhid/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
# Created by: ntarmos@ceid.upatras.gr

PORTNAME=	libhid
PORTVERSION=	0.2.16
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	https://alioth-archive.debian.org/releases/libhid/libhid/${PORTVERSION}/

MAINTAINER=	ntarmos@cs.uoi.gr
COMMENT=	User-space HID access library written in C

LICENSE=	GPLv2

BUILD_DEPENDS=	${LOCALBASE}/bin/xsltproc:textproc/libxslt \
		docbook-xsl>0:textproc/docbook-xsl \
		${LOCALBASE}/bin/swig:devel/swig

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-doxygen --disable-werror
INSTALL_TARGET=	install-strip
USES=		gmake libtool pathfix python:2.7
USE_LDCONFIG=	yes

EXTRA_PATCHES=	${FILESDIR}/extra-patch-usb

post-patch:
	@${REINPLACE_CMD} -e "s/required=1\.3/required=3.0/g" \
		${WRKSRC}/configure

.include <bsd.port.mk>

devel/libhid/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (libhid-0.2.16.tar.gz) = f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5
SIZE (libhid-0.2.16.tar.gz) = 435245
+0 −12
Original line number Diff line number Diff line
--- configure.orig	2007-04-26 04:25:25.000000000 +0400
+++ configure	2009-03-07 20:26:02.000000000 +0300
@@ -4846,8 +4846,8 @@
 done
 
 
-    LIBUSB_CFLAGS="`libusb-config --cflags`"
-    LIBUSB_LIBS="`libusb-config --libs`"
+    LIBUSB_CFLAGS=""
+    LIBUSB_LIBS="-lusb"
 
 
Loading