Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 14:04:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514392 - head/net-im/kopete
Message-ID:  <201910131404.x9DE42xF098611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 13 14:04:02 2019
New Revision: 514392
URL: https://svnweb.freebsd.org/changeset/ports/514392

Log:
  Drop LLD_UNSAFE=yes.
  
  The port is building fine on 12.0 and HEAD without setting this. The port's
  build system is still wrong (i.e. the port still builds the same moc-generate
  code in duplicate files), but lld seems to handle this case well.
  
  A proper fix was sent upstream in https://phabricator.kde.org/D24609.
  
  I am not bumping PORTREVISION because this only changes build dependencies.
  
  PR:		228640

Modified:
  head/net-im/kopete/Makefile

Modified: head/net-im/kopete/Makefile
==============================================================================
--- head/net-im/kopete/Makefile	Sun Oct 13 13:10:45 2019	(r514391)
+++ head/net-im/kopete/Makefile	Sun Oct 13 14:04:02 2019	(r514392)
@@ -28,9 +28,6 @@ USE_KDE+=	contacts identitymanagement libkleo pimtexte
 USE_QT=		concurrent core dbus gui network phonon4 printsupport sql widgets xml \
 		buildtools_build qmake_build
 
-# See #228640: temporary work around to fix the build on Current with ld being lld.
-LLD_UNSAFE=	yes
-
 SHEBANG_FILES=	protocols/winpopup/winpopup-install \
 		protocols/winpopup/winpopup-send \
 		kopete/kconf_update/*.pl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910131404.x9DE42xF098611>