svn commit: r487798 - head/x11/kdelibs-kde4

Adriaan de Groot adridg at FreeBSD.org
Wed Dec 19 13:50:57 UTC 2018


Author: adridg
Date: Wed Dec 19 13:50:56 2018
New Revision: 487798
URL: https://svnweb.freebsd.org/changeset/ports/487798

Log:
  Mark KDE4 broken on 12- and CURRENT. It is not compatible with
  base SSL (e.g. OpenSSL 1.1) and kde@ is not going to put considerable
  effort into patching it when it is scheduled for removal already.

Modified:
  head/x11/kdelibs-kde4/Makefile

Modified: head/x11/kdelibs-kde4/Makefile
==============================================================================
--- head/x11/kdelibs-kde4/Makefile	Wed Dec 19 13:29:39 2018	(r487797)
+++ head/x11/kdelibs-kde4/Makefile	Wed Dec 19 13:50:56 2018	(r487798)
@@ -13,6 +13,8 @@ COMMENT=	Base set of libraries needed by KDE programs
 DEPRECATED=	KDE4 is EOL upstream
 EXPIRATION_DATE=	2018-12-31
 
+BROKEN_FreeBSD_12=	incompatible with base SSL, wontfix before deprecation
+BROKEN_FreeBSD_13=	incompatible with base SSL, wontfix before deprecation
 BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON_openssl111=	error: member access into incomplete type 'RSA' (aka 'rsa_st')
 


More information about the svn-ports-all mailing list