Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2020 01:38:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538559 - head/textproc/p5-CSS-Sass
Message-ID:  <202006120138.05C1c3ZJ034397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jun 12 01:38:03 2020
New Revision: 538559
URL: https://svnweb.freebsd.org/changeset/ports/538559

Log:
  Mark as BROKEN on powerpc64-12:
  
    /usr/local/bin/ld: cannot find -lc++
  
  It builds properly on powerpc64-13.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/p5-CSS-Sass/Makefile

Modified: head/textproc/p5-CSS-Sass/Makefile
==============================================================================
--- head/textproc/p5-CSS-Sass/Makefile	Fri Jun 12 01:02:13 2020	(r538558)
+++ head/textproc/p5-CSS-Sass/Makefile	Fri Jun 12 01:38:03 2020	(r538559)
@@ -13,6 +13,8 @@ COMMENT=	Compile .scss and .sass files using LibSass
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to build: /usr/local/bin/ld: cannot find -lc++
+
 BUILD_DEPENDS=	p5-ExtUtils-CppGuess>=0.14:devel/p5-ExtUtils-CppGuess \
 		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Encode-Locale>=0.01:converters/p5-Encode-Locale \
@@ -24,6 +26,7 @@ TEST_DEPENDS=	p5-File-chdir>=0.01:devel/p5-File-chdir 
 
 USES=		compiler:c++11-lang gmake perl5
 USE_PERL5=	configure
+MAKE_JOBS_UNSAFE=	yes
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/Sass.so



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