summaryrefslogtreecommitdiff
path: root/net/ocserv/files/patch-configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-04-25 14:38:20 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-04-25 14:38:20 +0000
commit804b0f94b784e98c6bde97ffbae26cdeb1716ff6 (patch)
tree09b5f6e49a5be636c6eba8fbcc5a02d45c54986f /net/ocserv/files/patch-configure.ac
parent- Update to 1.15 (diff)
net/ocserv: Update to 1.0.1
Changelog: https://gitlab.com/openconnect/ocserv/-/blob/1.0.1/NEWS#L1 This commit makes the following additional changes from Juraj's submission: - fix LIB_DEPENDS to libpc.so:devel/pcl (not devel/libpcl) - replace LOCALBASE by PREFIX throughout, as these are internal references - remove the src/config.c patch, it makes no sense to first statically patch and then run REINPLACE_CMD for DEFAULT_CFG_FILE - remove doc/sample.config from another REINPLACE_CMD - remove @ - it makes no sense to hide running commands - patch example configuration to avoid isolate-workers = true, which currently only works on Linux's seccomp. - in the same vein, put up a warning pkg-message that there is no worker process isolation - install the @sample file as ocserv.conf.sample, not conf.sample, so it matches the default configuration file path Things that could be done but are not: - rcfile option to configure a separate config file PR: 245521 Submitted by: Juraj Lutter <juraj@lutter.sk> Approved by: cpm@ (maintainer timeout, 15 d)
Notes
Notes: svn path=/head/; revision=532955
Diffstat (limited to 'net/ocserv/files/patch-configure.ac')
-rw-r--r--net/ocserv/files/patch-configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ocserv/files/patch-configure.ac b/net/ocserv/files/patch-configure.ac
index 08394c7146c5..d7a63c6cb88f 100644
--- a/net/ocserv/files/patch-configure.ac
+++ b/net/ocserv/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig 2018-04-22 08:43:20 UTC
+--- configure.ac.orig 2020-04-09 21:07:12 UTC
+++ configure.ac
@@ -15,7 +15,7 @@ AM_PROG_AR
AM_PROG_CC_C_O
@@ -9,7 +9,7 @@
fi
AC_PATH_PROG(CTAGS, ctags, [:])
AC_PATH_PROG(CSCOPE, cscope, [:])
-@@ -168,7 +168,7 @@ if test "$test_for_geoip" = yes;then
+@@ -199,7 +199,7 @@ if test "$test_for_geoip" = yes && test "$have_maxmind
fi
have_readline=no