Commit 55643f93 authored by Rene Ladan's avatar Rene Ladan
Browse files

Remove expired ports:

2021-04-30 www/py-django111: Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible.
2021-04-30 archivers/par2cmdline-tbb: Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
parent bbd7f0fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16304,3 +16304,5 @@ news/plor||2021-04-24|Has expired: listed as "Alpha-release" but last update in
security/certificate-transparency||2021-04-24|Has expired: Broken for more than 6 months
misc/soapysdr-rtlsdr|comms/soapysdr-rtlsdr|2021-04-28|Move port to a proper category
net/libjson-rpc-cpp||2021-04-28|Port has been broken since October 2020
www/py-django111|www/py-django22|2021-04-30|Has expired: Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible
archivers/par2cmdline-tbb|archivers/par2cmdline|2021-04-30|Has expired: Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@
    SUBDIR += paq
    SUBDIR += par
    SUBDIR += par2cmdline
    SUBDIR += par2cmdline-tbb
    SUBDIR += parchive
    SUBDIR += pbzip2
    SUBDIR += pear-File_Archive
+0 −38
Original line number Diff line number Diff line
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>

PORTNAME=	par2cmdline-tbb
PORTVERSION=	20100203
PORTREVISION=	22
CATEGORIES=	archivers
MASTER_SITES=	http://chuchusoft.com/par2_tbb/
DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}

MAINTAINER=	martymac@FreeBSD.org
COMMENT=	Tools for using Parity v2 Archive files (tbb version)

LICENSE=	GPLv2

DEPRECATED=	Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
EXPIRATION_DATE=2021-04-30
ONLY_FOR_ARCHS=		amd64 i386

LIB_DEPENDS=	libtbb.so:devel/tbb

USES=		autoreconf

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -pthread

PORTDOCS=	README
CONFLICTS=	par2cmdline-[0-9]*

PLIST_FILES=	bin/par2 bin/par2create bin/par2repair bin/par2verify

OPTIONS_DEFINE=	DOCS

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
+0 −2
Original line number Diff line number Diff line
SHA256 (par2cmdline-0.4-tbb-20100203.tar.gz) = a1a7d1a3228135a34bc16b5a5dbf4cc9385fce9874fc138efdc48a376a68c255
SIZE (par2cmdline-0.4-tbb-20100203.tar.gz) = 325287
+0 −11
Original line number Diff line number Diff line
--- configure.orig	2009-02-03 05:15:30 UTC
+++ configure
@@ -4113,7 +4113,7 @@ _ACEOF
 
 
 case "$host_cpu" in
-	x86_64|amd64)
+	x86_64|amd64|ia64)
 		{ echo "$as_me:$LINENO: result: SSE2_on_x86_64 is enabled" >&5
 echo "${ECHO_T}SSE2_on_x86_64 is enabled" >&6; }
 		 if true; then
Loading