Date: Sun, 14 May 2017 18:52:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440888 - head/graphics/gmt Message-ID: <201705141852.v4EIqGnf076638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 14 18:52:16 2017 New Revision: 440888 URL: https://svnweb.freebsd.org/changeset/ports/440888 Log: Mark BROKEN: fails to build cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -fPIC -fno-strict-aliasing -std=c99 -I/usr/local/include -I/usr/local/include -DGMT_SHARE_PATH=\"/usr/local/share/gmt\" -DGMT_GSHHG_PATH=\"/usr/local/share/gmt/coast\" -DUSE_GDAL -c -o gmt_io.o gmt_io.c In file included from gmt_io.c:90: In file included from ./gmt.h:631: In file included from ./gmt_gdalread.h:19: In file included from /usr/local/include/gdal.h:42: /usr/local/include/cpl_port.h:126:99: error: invalid token at start of a preprocessor expression #if defined(GDAL_COMPILATION) && defined(__sun__) && __STDC_VERSION__ >= 201112L && _XOPEN_SOURCE < 600 Reported by: pkg-fallout Modified: head/graphics/gmt/Makefile Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Sun May 14 18:49:03 2017 (r440887) +++ head/graphics/gmt/Makefile Sun May 14 18:52:16 2017 (r440888) @@ -25,6 +25,8 @@ LICENSE_COMB= multi LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_LGPL3= ${GSHHG_DISTNAME}${EXTRACT_SUFX} +BROKEN= fails to build + LIB_DEPENDS= libnetcdf.so:science/netcdf RUN_DEPENDS= bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141852.v4EIqGnf076638>