1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to chase www/varnish6 update to 6.3.0

This commit is contained in:
Ryan Steinmetz 2019-09-22 13:56:19 +00:00
parent e55b3e862d
commit 723a36363d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512585
3 changed files with 5 additions and 22 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libvmod-dynamic
PORTVERSION= 20190822
PORTVERSION= 20190922
CATEGORIES= www
PKGNAMEPREFIX= varnish-
@ -11,8 +11,6 @@ COMMENT= Varnish Module (vmod) for dynamic backends
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= error: implicit declaration of function 'VRT_rel_vcl' is invalid in C99
LIB_DEPENDS= libgetdns.so:dns/getdns
BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR}
@ -29,7 +27,7 @@ CFLAGS+= -I${WRKSRC}/src
USE_GITHUB= yes
GH_ACCOUNT= nigoroll
GH_TAGNAME= 220fd64
GH_TAGNAME= ed45871
OPTIONS_DEFINE= DOCS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566493821
SHA256 (nigoroll-libvmod-dynamic-20190822-220fd64_GH0.tar.gz) = 072e6c20cef5b8c9074d5c0eb4aaf9ba5f8b6a6b786be88421c18ada5d5d62e4
SIZE (nigoroll-libvmod-dynamic-20190822-220fd64_GH0.tar.gz) = 40136
TIMESTAMP = 1569159125
SHA256 (nigoroll-libvmod-dynamic-20190922-ed45871_GH0.tar.gz) = 4d0aa0dfe7e43f0939d1a221e82b028b748e120169fe3e71183a2388091862be
SIZE (nigoroll-libvmod-dynamic-20190922-ed45871_GH0.tar.gz) = 41255

View File

@ -1,15 +0,0 @@
--- src/dyn_resolver_getdns.c.orig 2019-08-22 17:20:58 UTC
+++ src/dyn_resolver_getdns.c
@@ -33,6 +33,12 @@
#include <sys/socket.h>
#include <netdb.h>
+#ifdef __FreeBSD__
+#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <resolv.h>
+#endif
+
#include <cache/cache.h>
#include <vsa.h>