diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-12-11 18:08:07 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-12-11 18:08:07 +0000 |
commit | 11e3a1f879ec7df33bb34a281487b56cad115b3e (patch) | |
tree | bac66c255748e78fdd81bd4caeb46d5bd27a4156 | |
parent | 2b8bdd4c02c7782332ba496cdb0aef6b78b43402 (diff) |
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
Notes
Notes:
svn path=/head/; revision=150901
-rw-r--r-- | security/isakmpd/Makefile | 2 | ||||
-rw-r--r-- | security/isakmpd/distinfo | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 2bb7447d3043..e46dae7dc4e7 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -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 diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo index d7aa97f850f9..9d005fadbc48 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1,2 +1,3 @@ MD5 (isakmpd-20041207.tar.gz) = 24d8acbe6c0c9d53f3a06adf8a4387e8 +SHA256 (isakmpd-20041207.tar.gz) = 22c6a8c24b576fc0aae4a962eaf0c105ab5ac916302838da9deb441132bc3af9 SIZE (isakmpd-20041207.tar.gz) = 374718 |