FreeBSD Bugzilla – Attachment 187302 Details for
Bug 222930
New option for security/cryptopp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Avoiding make to break
patch-security_cryptopp_Makefile (text/plain), 1.61 KB, created by
Roberto Fernandez Cueto
on 2017-10-19 10:29:16 UTC
(
hide
)
Description:
Avoiding make to break
Filename:
MIME Type:
Creator:
Roberto Fernandez Cueto
Created:
2017-10-19 10:29:16 UTC
Size:
1.61 KB
patch
obsolete
>Index: security/cryptopp/Makefile >=================================================================== >--- security/cryptopp/Makefile (revision 451735) >+++ security/cryptopp/Makefile (working copy) >@@ -7,7 +7,7 @@ > > PORTNAME= cryptopp > PORTVERSION= 5.6.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= http://www.cryptopp.com/ > DISTNAME= cryptopp${PORTVERSION:S/.//g} >@@ -32,18 +32,25 @@ > CXXFLAGS+= -Wno-deprecated-declarations -fPIC > MAKEFILE= GNUmakefile > ALL_TARGET= static shared >-TEST_TARGET= test >+TEST_TARGET= clean test > > LIBVERSION= ${PORTVERSION:R:R} > PLIST_SUB+= LIBVERSION=${LIBVERSION} \ > PORTVERSION=${PORTVERSION} > >-OPTIONS_DEFINE= DEBUG DOCS FULL_DEBUG THREADS >+OPTIONS_DEFINE= DEBUG DOCS FULL_DEBUG THREADS TOOLS > OPTIONS_DEFINE_amd64= SIMD > OPTIONS_DEFINE_i386= SIMD > OPTIONS_DEFAULT= THREADS > OPTIONS_SUB= yes > >+TOOLS_DESC= Build the tools to encrypt or decrypt >+TOOLS_PLIST_FILES= bin/cryptest ${DATADIR}/TestData/usage.dat >+TOOLS_ALL_TARGET= cryptest.exe >+.if !make(test) >+TOOLS_MAKE_ENV= CRYPTOPP_DATA_DIR=${DATADIR}/ >+.endif >+ > # Always compile with -DNDEBUG for release. Otherwise, sensitive > # information could be accessed if an assert triggers. > # See ${WRKSRC}/Readme.txt for more details. >@@ -110,4 +117,9 @@ > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}/README > >+do-install-TOOLS-on: >+ @${MKDIR} ${STAGEDIR}${DATADIR}/TestData >+ @${INSTALL_PROGRAM} ${WRKSRC}/cryptest.exe ${STAGEDIR}${PREFIX}/bin/cryptest >+ @${INSTALL_DATA} ${WRKSRC}/TestData/usage.dat ${STAGEDIR}${DATADIR}/TestData >+ > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222930
:
187078
|
187080
| 187302