Commit 9cc9eaca authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

www/varnish6: Remove expired port

2023-12-31 www/varnish6: Unsupported version upstream, consider migrating to www/varnish7
parent 24f01fff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8201,3 +8201,4 @@ net/ipsvd||2023-12-31|Has expired: bogus assumption of system type widths, likel
devel/atlas||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years
net-im/gitterdone||2023-12-31|Has expired: Upstream has gone away
databases/pgpool-II-40||2023-12-31|Has expired: Upstream EOL reaches on 2023-12-31
www/varnish6|www/varnish7|2023-12-31|Has expired: Unsupported version upstream, consider migrating to www/varnish7
+0 −1
Original line number Diff line number Diff line
@@ -2452,7 +2452,6 @@
    SUBDIR += varnish-libvmod-querystring
    SUBDIR += varnish-libvmod-redis
    SUBDIR += varnish-modules
    SUBDIR += varnish6
    SUBDIR += varnish7
    SUBDIR += varnish_exporter
    SUBDIR += vaultwarden-web_vault

www/varnish6/Makefile

deleted100644 → 0
+0 −67
Original line number Diff line number Diff line
PORTNAME=	varnish
PORTVERSION=	6.6.2
DISTVERSIONPREFIX=	varnish-
PORTREVISION=	0
CATEGORIES=	www
PKGNAMESUFFIX=	6

MAINTAINER=	ports@FreeBSD.org
COMMENT=	High-performance HTTP accelerator
WWW=		https://www.varnish-cache.org/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Unsupported version upstream, consider migrating to www/varnish7
EXPIRATION_DATE=2023-12-31

BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
LIB_DEPENDS=	libpcre.so:devel/pcre

USES=		autoreconf compiler cpe gmake libedit libtool ncurses pathfix \
		pkgconfig python:build readline shebangfix

CONFLICTS=	varnish4 varnish7

SHEBANG_FILES=	lib/libvcc/*.py
CPE_VENDOR=	varnish-cache
CPE_PRODUCT=	varnish_cache
CFLAGS+=	-I${LOCALBASE}/include
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX} --without-dot
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check
TEST_ARGS=	TESTS_PARALLELISM=1

USE_GITHUB=	yes
GH_ACCOUNT=	varnishcache
GH_PROJECT=	varnish-cache

USERS=		varnish varnishlog
GROUPS=		varnish

USE_RC_SUBR=	varnishd varnishlog varnishncsa
.if defined(NO_INET6) || defined(WITHOUT_INET6)
BAD_TESTS+=	r00832
EXTRA_PATCHES+=	${FILESDIR}/no-inet6.patch
.endif

OPTIONS_DEFINE=	DOCS

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=deprecated-non-prototype
.endif

post-patch:
.if defined(BAD_TESTS)
	${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|}
.endif
.if ${CHOSEN_COMPILER_TYPE} == gcc
	${REINPLACE_CMD} -e '/-Wno-unknown-warning-option -Wno-implicit-fallthrough/d' ${WRKSRC}/configure.ac
.endif

.include <bsd.port.post.mk>

www/varnish6/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1643495505
SHA256 (varnishcache-varnish-cache-varnish-6.6.2_GH0.tar.gz) = e236a765c84c2d0525188b332d055898e39635053157ded9af7f75edd905df9c
SIZE (varnishcache-varnish-cache-varnish-6.6.2_GH0.tar.gz) = 1620524

www/varnish6/files/no-inet6.patch

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
--- bin/varnishtest/tests/c00005.vtc	2012-08-20 05:20:39.000000000 -0400
+++ bin/varnishtest/tests/c00005.vtc	2012-09-26 12:09:59.000000000 -0400
@@ -32,5 +32,4 @@
 		! "localhost";
 		"0.0.0.0" / 0;
-		"::" / 0;
 	}
 
Loading