From owner-svn-ports-head@freebsd.org Tue Sep 17 17:45:47 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 3EFFA12A5F0; Tue, 17 Sep 2019 17:45:47 +0000 (UTC) (envelope-from antoine@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 46XrB30wQNz4J2F; Tue, 17 Sep 2019 17:45:47 +0000 (UTC) (envelope-from antoine@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 0338CC097; Tue, 17 Sep 2019 17:45:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8HHjkG4019926; Tue, 17 Sep 2019 17:45:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HHjkXB019925; Tue, 17 Sep 2019 17:45:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201909171745.x8HHjkXB019925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 17 Sep 2019 17:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512218 - head/x11/cde X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/cde X-SVN-Commit-Revision: 512218 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: Tue, 17 Sep 2019 17:45:47 -0000 Author: antoine Date: Tue Sep 17 17:45:46 2019 New Revision: 512218 URL: https://svnweb.freebsd.org/changeset/ports/512218 Log: Mark BROKEN with lld Reported by: pkg-fallout MFH: 2019Q3 Modified: head/x11/cde/Makefile Modified: head/x11/cde/Makefile ============================================================================== --- head/x11/cde/Makefile Tue Sep 17 17:39:47 2019 (r512217) +++ head/x11/cde/Makefile Tue Sep 17 17:45:46 2019 (r512218) @@ -11,6 +11,9 @@ COMMENT= Common Desktop Environment LICENSE= LGPL21 +.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld +BROKEN= Fails to build: ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to jpeg_CreateDecompress +.endif BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory @@ -41,12 +44,6 @@ MAKE_ARGS+= PERL=${PERL} MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message -.include - -.if ${OSVERSION} >= 1300018 -BROKEN= Fails to build: ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to jpeg_CreateDecompress -.endif - post-patch: @if [ -f /usr/include/iconv.h ]; then \ ${REINPLACE_CMD} -e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!' \ @@ -115,7 +112,6 @@ post-patch: # @${LN} -s ${LOCALBASE}/include/Xm ${WRKSRC}/imports/x11/include # @${LN} -s ${LOCALBASE}/include/fontconfig ${WRKSRC}/imports/x11/include # @${LN} -s ${LOCALBASE}/include/freetype2 ${WRKSRC}/imports/x11/include - do-install: cd ${WRKSRC}/admin/IntegTools/dbTools && \