svn commit: r492021 - head/math/libpgmath

Johannes M Dieterich jmd at FreeBSD.org
Sun Feb 3 00:54:29 UTC 2019


Author: jmd
Date: Sun Feb  3 00:54:27 2019
New Revision: 492021
URL: https://svnweb.freebsd.org/changeset/ports/492021

Log:
  math/libpgmath: remove superfluous c++11-lib requirement
  
  CC/CXX are explicitly set now. Unbreaks make describe.
  
  PR:		235292
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/math/libpgmath/Makefile

Modified: head/math/libpgmath/Makefile
==============================================================================
--- head/math/libpgmath/Makefile	Sat Feb  2 22:08:26 2019	(r492020)
+++ head/math/libpgmath/Makefile	Sun Feb  3 00:54:27 2019	(r492021)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libpgmath
 DISTVERSION=	g20180904
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -18,7 +18,7 @@ IGNORE_FreeBSD_11=	not supported on older than 12.0, n
 BUILD_DEPENDS=	llvm60>=0:devel/llvm60
 RUN_DEPENDS=	llvm60>=0:devel/llvm60
 
-USES=		cmake compiler:c++11-lib
+USES=		cmake
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list