diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-06-05 14:55:34 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-06-05 14:57:25 +0200 |
commit | 32877d0369a1bf4ac1cbd0a6c11ac3347bb5653b (patch) | |
tree | c11d39c0979075c90d05c9e13683318d2443cff5 /security/easy-rsa/files/easyrsa.in | |
parent | deskutils/qownnotes: update QOwnNotes to version 22.6.0. (diff) |
security/easy-rsa: fix EASYRSA override and locale
* remove our own wrapper, overriding the EASYRSA folder is no
longer working since 3.1.0.
* patch EasyRSA to unset LC_ALL and override LC_TIME, to avoid
date command failures
* bump PORTREVISION=2
see comment #7 ff. of
PR: 264415
Diffstat (limited to 'security/easy-rsa/files/easyrsa.in')
-rw-r--r-- | security/easy-rsa/files/easyrsa.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/easy-rsa/files/easyrsa.in b/security/easy-rsa/files/easyrsa.in deleted file mode 100644 index f70f2e490a24..000000000000 --- a/security/easy-rsa/files/easyrsa.in +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -: ${EASYRSA:="%%PREFIX%%/share/easy-rsa"} -export EASYRSA -exec "%%PREFIX%%/share/easy-rsa/easyrsa.real" "$@" |