Date: Sat, 13 Oct 2018 14:04:00 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481985 - in head/sysutils: syslog-ng36 syslog-ng37 Message-ID: <201810131404.w9DE404P095923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sat Oct 13 14:04:00 2018 New Revision: 481985 URL: https://svnweb.freebsd.org/changeset/ports/481985 Log: Be more specific about openssl breakage. Only on HEAD. Reported by: mat@ Modified: head/sysutils/syslog-ng36/Makefile head/sysutils/syslog-ng37/Makefile Modified: head/sysutils/syslog-ng36/Makefile ============================================================================== --- head/sysutils/syslog-ng36/Makefile Sat Oct 13 13:41:40 2018 (r481984) +++ head/sysutils/syslog-ng36/Makefile Sat Oct 13 14:04:00 2018 (r481985) @@ -55,7 +55,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --locals .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} -BROKEN= Fails to build with openssl111 +BROKEN_FreeBSD_12= Fails to build with openssl111 USES+= ssl CONFIGURE_ARGS+= --enable-ssl CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Sat Oct 13 13:41:40 2018 (r481984) +++ head/sysutils/syslog-ng37/Makefile Sat Oct 13 14:04:00 2018 (r481985) @@ -23,7 +23,7 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt DEPRECATED= No longer officially supported by Balabit, does not support openssl111 EXPIRATION_DATE= 2018-12-31 -BROKEN= fails to build with openssl111 +BROKEN_FreeBSD_12= 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810131404.w9DE404P095923>