pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

varnish-slash: fix PLIST



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Feb 11 13:14:20 2023 +0100
Changeset:	febe84538406e8814699e700e6c24a2ac58a7cee

Modified Files:
	varnish-slash/Makefile
Added Files:
	varnish-slash/PLIST

Log Message:
varnish-slash: fix PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=febe84538406e8814699e700e6c24a2ac58a7cee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 varnish-slash/Makefile |  7 ++++---
 varnish-slash/PLIST    | 13 +++++++++++++
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs:
diff --git a/varnish-slash/Makefile b/varnish-slash/Makefile
index 31b3d0df5f..64e7cae7e8 100644
--- a/varnish-slash/Makefile
+++ b/varnish-slash/Makefile
@@ -20,14 +20,15 @@ GNU_CONFIGURE=		yes
 CONFIGURE_ENV+=		RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}
 CONFIGURE_ENV+=		VARNISHSRC=${VARNISHSRC}
 
-VARNISHSRC=		${WRKOBJDIR}/www/varnish/work/varnish-7.2.1
+VARNISHSRC=			${WRKOBJDIR}/www/varnish/work/varnish-7.2.1
+BUILDLINK_PASSTHRU_DIRS+=	${VARNISHSRC}
 
 LIBS.NetBSD+=		-lcurses
 
 .include "../../mk/bsd.prefs.mk"
 
-#${VARNISHSRC}:
-#	cd ../../www/varnish && make
+${VARNISHSRC}:
+	cd ../../www/varnish && ${RECURSIVE_MAKE} build
 
 pre-configure: ${VARNISHSRC}
 	cd ${WRKSRC} && ./bootstrap
diff --git a/varnish-slash/PLIST b/varnish-slash/PLIST
new file mode 100644
index 0000000000..671da30cb0
--- /dev/null
+++ b/varnish-slash/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+bin/buddy_test
+bin/buddy_test_when
+bin/slashmap
+lib/varnish/vmods/libvmod_slash.la
+man/man1/slashmap.1
+man/man3/vmod_slash.3
+man/man7/slash-counters.7
+share/doc/slash/BSD-2-Clause
+share/doc/slash/COPYING
+share/doc/slash/LGPL-2.1
+share/doc/slash/README.rst
+share/doc/slash/vmod_slash.vcc


Home | Main Index | Thread Index | Old Index