FreeBSD Bugzilla – Attachment 198656 Details for
Bug 232710
fix overspecification of BROKEN on sysutils/syslog-ng3*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to sysutils/syslog-ng3*
cy.patch2 (text/plain), 1.47 KB, created by
Mark Linimon
on 2018-10-26 12:35:24 UTC
(
hide
)
Description:
patch to sysutils/syslog-ng3*
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2018-10-26 12:35:24 UTC
Size:
1.47 KB
patch
obsolete
>Index: sysutils/syslog-ng36/Makefile >=================================================================== >--- sysutils/syslog-ng36/Makefile (revision 482877) >+++ sysutils/syslog-ng36/Makefile (working copy) >@@ -55,8 +55,9 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MOPENSSL} >-BROKEN_FreeBSD_12= Fails to build with openssl111 >-BROKEN_FreeBSD_13= Fails to build with openssl111 >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 >+BROKEN= Fails to build with openssl111 >+.endif > USES+= ssl > CONFIGURE_ARGS+= --enable-ssl > CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ >Index: sysutils/syslog-ng37/Makefile >=================================================================== >--- sysutils/syslog-ng37/Makefile (revision 482877) >+++ sysutils/syslog-ng37/Makefile (working copy) >@@ -23,8 +23,6 @@ > > DEPRECATED= No longer officially supported by Balabit, does not support openssl111 > EXPIRATION_DATE= 2018-12-31 >-BROKEN_FreeBSD_12= fails to build with openssl111 >-BROKEN_FreeBSD_13= fails to build with openssl111 > BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) > BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) > >@@ -124,6 +122,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 >+BROKEN= Fails to build with openssl111 >+.endif >+ > post-patch: > @${CP} ${WRKSRC}/scl/syslog-ng.conf ${WRKSRC}/scl/syslog-ng.conf.dist > @${CP} ${WRKSRC}/scl/scl.conf ${WRKSRC}/scl/scl.conf.sample
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 232710
: 198656