Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 17:45:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512218 - head/x11/cde
Message-ID:  <201909171745.x8HHjkXB019925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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 && \



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