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

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 17 17:46:06 2019
New Revision: 512219
URL: https://svnweb.freebsd.org/changeset/ports/512219

Log:
  MFH: r512218
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/x11/cde/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/x11/cde/Makefile
==============================================================================
--- branches/2019Q3/x11/cde/Makefile	Tue Sep 17 17:45:46 2019	(r512218)
+++ branches/2019Q3/x11/cde/Makefile	Tue Sep 17 17:46:06 2019	(r512219)
@@ -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?201909171746.x8HHk70T020076>