Force C locale during build, since the isakmpd build system is not
locale safe. This should fix the build for locales like German and Hungarian where the tr(1) misuse "tr '[a-z]' '[A-Z]'" does not work. Add SHA256 checksum when I'm modifying the port anyway. Reported by: Harald Schmalzbauer, Zahemszky Gabor Should have been fixed long ago by: simon
This commit is contained in:
parent
2b8bdd4c02
commit
11e3a1f879
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150901
@ -27,7 +27,7 @@ BUILD_DEPENDS+= keynote:${PORTSDIR}/security/keynote
|
||||
USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
WRKSRC= ${WRKDIR}/isakmpd
|
||||
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
||||
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C
|
||||
|
||||
MAN5= isakmpd.conf.5 isakmpd.policy.5
|
||||
MAN8= certpatch.8 isakmpd.8
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (isakmpd-20041207.tar.gz) = 24d8acbe6c0c9d53f3a06adf8a4387e8
|
||||
SHA256 (isakmpd-20041207.tar.gz) = 22c6a8c24b576fc0aae4a962eaf0c105ab5ac916302838da9deb441132bc3af9
|
||||
SIZE (isakmpd-20041207.tar.gz) = 374718
|
||||
|
Loading…
Reference in New Issue
Block a user