Date: Sun, 3 Feb 2019 00:54:28 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492021 - head/math/libpgmath Message-ID: <201902030054.x130sS8d076056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902030054.x130sS8d076056>