Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 22:14:20 +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: r536998 - head/math/sympow
Message-ID:  <202005292214.04TMEKTr002525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri May 29 22:14:20 2020
New Revision: 536998
URL: https://svnweb.freebsd.org/changeset/ports/536998

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    Error: moving to 21st century and adding GNU feature are denied
  
  While here, pet portlint (rearrange lines).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/sympow/Makefile

Modified: head/math/sympow/Makefile
==============================================================================
--- head/math/sympow/Makefile	Fri May 29 21:55:47 2020	(r536997)
+++ head/math/sympow/Makefile	Fri May 29 22:14:20 2020	(r536998)
@@ -16,12 +16,12 @@ BUILD_DEPENDS=	help2man:misc/help2man	\
 		bash:shells/bash
 LIB_DEPENDS=	libpari.so:math/pari
 
+USES=		compiler:c++11-lang gmake shebangfix
+SHEBANG_FILES=	${CONFIGURE_SCRIPT}
+
 USE_GITLAB=	yes
 GL_ACCOUNT=	rezozer/forks
 GL_COMMIT=	7fd4d97cabc07951200b98ee841afc4151c2c287
-
-USES=		gmake shebangfix
-SHEBANG_FILES=	${CONFIGURE_SCRIPT}
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=Configure



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