Date: Sat, 13 Oct 2018 13:33:45 +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: r481979 - in head/sysutils: syslog-ng syslog-ng36 syslog-ng37 Message-ID: <201810131333.w9DDXjn3080327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sat Oct 13 13:33:45 2018 New Revision: 481979 URL: https://svnweb.freebsd.org/changeset/ports/481979 Log: Deprecate, expire and flag BROKEN syslog-ng36 and syslog-ng37. These ports are now broken by openssl111 in base. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Modified: head/sysutils/syslog-ng/Makefile (contents, props changed) head/sysutils/syslog-ng36/Makefile (contents, props changed) head/sysutils/syslog-ng37/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Sat Oct 13 12:52:17 2018 (r481978) +++ head/sysutils/syslog-ng/Makefile Sat Oct 13 13:33:45 2018 (r481979) @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 36 37 39 310 311 312 313 314 315 317 +VERSIONS= 39 310 311 312 313 314 315 317 SYSLOG_NG_VERSION?= 317 MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION} Modified: head/sysutils/syslog-ng36/Makefile ============================================================================== --- head/sysutils/syslog-ng36/Makefile Sat Oct 13 12:52:17 2018 (r481978) +++ head/sysutils/syslog-ng36/Makefile Sat Oct 13 13:33:45 2018 (r481979) @@ -15,6 +15,8 @@ PKGNAMESUFFIX= 36 MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement +DEPRECATED= No longer officially supported by Balabit, does not support openssl111 +EXPIRATION_DATE= 2018-12-31 BROKEN_sparc64= fails to compile: gcc core dump LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ @@ -53,6 +55,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --locals .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} +BROKEN= 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 12:52:17 2018 (r481978) +++ head/sysutils/syslog-ng37/Makefile Sat Oct 13 13:33:45 2018 (r481979) @@ -21,6 +21,9 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libuuid.so:misc/e2fsprogs-libuuid 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_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?201810131333.w9DDXjn3080327>