blob: 151bbd7b90e1fec600ecd0bcdb329832df99bcc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
PORTNAME= varnish
PORTVERSION= 4.1.11
DISTVERSIONPREFIX= varnish-
PORTREVISION= 1
CATEGORIES= www
PKGNAMESUFFIX= 4
MAINTAINER= feld@FreeBSD.org
COMMENT= High-performance HTTP accelerator
WWW= https://www.varnish-cache.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libpcre.so:devel/pcre
CONFLICTS= varnish6 varnish7
USES= autoreconf:2.69 cpe gmake libedit libtool ncurses pathfix \
pkgconfig python:build readline shebangfix
SHEBANG_FILES= lib/libvcc/vmodtool.py
CPE_VENDOR= varnish-cache
CPE_PRODUCT= varnish_cache
CFLAGS+= -I${LOCALBASE}/include -Wno-error
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check # some tests fail
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
SUB_FILES= pkg-message
.if defined(NO_INET6) || defined(WITHOUT_INET6)
BAD_TESTS+= r00832
EXTRA_PATCHES+= ${FILESDIR}/no-inet6.patch
.endif
OPTIONS_DEFINE= DOCS
post-patch:
.if defined(BAD_TESTS)
${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|}
.endif
.include <bsd.port.mk>
|