svn commit: r459733 - head/security/stoken

Pietro Cerutti gahr at FreeBSD.org
Tue Jan 23 09:25:47 UTC 2018


Author: gahr
Date: Tue Jan 23 09:25:45 2018
New Revision: 459733
URL: https://svnweb.freebsd.org/changeset/ports/459733

Log:
  security/stoken: fix constant that was renamed in libtommath 1.18.1
  
  See https://github.com/libtom/libtomcrypt/commit/3522c7
  
  Reported by:	antoine

Modified:
  head/security/stoken/Makefile

Modified: head/security/stoken/Makefile
==============================================================================
--- head/security/stoken/Makefile	Tue Jan 23 09:04:28 2018	(r459732)
+++ head/security/stoken/Makefile	Tue Jan 23 09:25:45 2018	(r459733)
@@ -34,5 +34,7 @@ INSTALL_TARGET=	install-strip
 
 post-patch:
 	${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's|LTC_LTC_PKCS_1_V1_5|LTC_PKCS_1_V1_5|g' \
+	    ${WRKSRC}/src/stc-tomcrypt.c
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list