FreeBSD Bugzilla – Attachment 146721 Details for
Bug 192555
[PATCH] security/libgcrypt: fix build with GCC on 8.x/amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
re-add disable drng support on amd64
re-add disable drng support on amd64 (text/plain), 1.65 KB, created by
Carlos J Puga Medina
on 2014-09-03 08:29:46 UTC
(
hide
)
Description:
re-add disable drng support on amd64
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2014-09-03 08:29:46 UTC
Size:
1.65 KB
patch
obsolete
># $FreeBSD: head/security/libgcrypt/Makefile 364143 2014-08-05 22:13:29Z tijl $ > >PORTNAME= libgcrypt >PORTVERSION= 1.6.2 >PORTREVISION= 5 >CATEGORIES= security >MASTER_SITES= ${MASTER_SITE_GNUPG} >MASTER_SITE_SUBDIR= ${PORTNAME} > >MAINTAINER= umq@ueo.co.jp >COMMENT= General purpose crypto library based on code used in GnuPG > >LICENSE= GPLv2 LGPL21 >LICENSE_COMB= multi > >BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error >RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error > >USES= libtool makeinfo tar:bzip2 >USE_CSTD= gnu89 >GNU_CONFIGURE= yes >CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" >CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} >INSTALL_TARGET= install-strip >USE_LDCONFIG= yes > >DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \ > README.GIT THANKS TODO doc/HACKING doc/README.apichanges >INFO= gcrypt >PORTDOCS= * > >OPTIONS_DEFINE= DOCS > >.include <bsd.port.options.mk> > >.if ${ARCH} == "powerpc" >CONFIGURE_ARGS+= --disable-asm > >.elif ${ARCH} == "i386" >.if (${OSVERSION} < 900033) >CONFIGURE_ARGS+= --disable-aesni-support >.endif > >.elif ${ARCH} == "amd64" >CONFIGURE_ARGS+= --disable-drng-support >.endif > >.endif > >post-patch: > ${RM} -f ${WRKSRC}/doc/gcrypt.info* > ${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S > ># Fix build without ASM on 8.x/amd64 >.if ${OPSYS} == FreeBSD && ${ARCH} == "amd64" && ${OSVERSION} < 900000 >USE_GCC= any >EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure >.endif > >.if ${PORT_OPTIONS:MDOCS} >post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} >.endif > >regression-test: build > cd ${WRKSRC} && ${MAKE_CMD} check > >.include <bsd.port.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 192555
:
145618
|
145657
|
145708
|
145756
|
146721
|
146723
|
146724
|
146774
|
146778
|
146779