pkgsrc-WIP-changes archive

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

openconnect: Patch out HTML docs build



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 25 21:47:49 2020 -0500
Changeset:	52c8fadc92a82e02364724f34f342b2527367fd7

Modified Files:
	openconnect/distinfo
Added Files:
	openconnect/patches/patch-configure

Log Message:
openconnect: Patch out HTML docs build

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

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

diffstat:
 openconnect/distinfo                |  1 +
 openconnect/patches/patch-configure | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/openconnect/distinfo b/openconnect/distinfo
index b2e16238d2..05bde569c7 100644
--- a/openconnect/distinfo
+++ b/openconnect/distinfo
@@ -4,3 +4,4 @@ SHA1 (openconnect-8.10.tar.gz) = 2829320cfd7801baf4ceccc8d4f650a10994cd51
 RMD160 (openconnect-8.10.tar.gz) = 775b1d6e16605c5437d5d52db08720f6634704f5
 SHA512 (openconnect-8.10.tar.gz) = a36a106cf5c637602fc5bd3cd12df8f6dfe55217c1aae93c66ca33208507f3f8cda15e3a46d75615c7fcea1859d1a04017a07674ad0246876154467305477356
 Size (openconnect-8.10.tar.gz) = 2084534 bytes
+SHA1 (patch-configure) = d9ecd9e7f726dc6982f401871f5c67ffc0ca7a15
diff --git a/openconnect/patches/patch-configure b/openconnect/patches/patch-configure
new file mode 100644
index 0000000000..40345c1e7c
--- /dev/null
+++ b/openconnect/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+# Disable HTML docs
+
+--- configure.orig	2020-05-26 02:45:24.000000000 +0000
++++ configure
+@@ -18210,7 +18210,7 @@ fi
+ 
+ 
+ 
+-build_www=yes
++build_www=no
+ for ac_prog in python3 python2 python
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.


Home | Main Index | Thread Index | Old Index