From owner-svn-ports-head@freebsd.org Sun Oct 13 14:04:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8462F9D03; Sun, 13 Oct 2019 14:04:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46rk2B41CBz3ws7; Sun, 13 Oct 2019 14:04:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DFC61DF02; Sun, 13 Oct 2019 14:04:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9DE42uF098612; Sun, 13 Oct 2019 14:04:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9DE42xF098611; Sun, 13 Oct 2019 14:04:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201910131404.x9DE42xF098611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 13 Oct 2019 14:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514392 - head/net-im/kopete X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/net-im/kopete X-SVN-Commit-Revision: 514392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2019 14:04:02 -0000 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