aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-24 14:16:12 +0800
committerbapt <bapt@FreeBSD.org>2013-07-24 14:16:12 +0800
commit897b470e8620ae74effa367982a0f40b6bfdecbe (patch)
tree86e70168824322387cd8088a7ce2ec6d6049ab98 /databases
parent6dbf0d83abe1d4a0c9a4e37f434e2b20ef3b8032 (diff)
downloadfreebsd-ports-gnome-897b470e8620ae74effa367982a0f40b6bfdecbe.tar.gz
freebsd-ports-gnome-897b470e8620ae74effa367982a0f40b6bfdecbe.tar.zst
freebsd-ports-gnome-897b470e8620ae74effa367982a0f40b6bfdecbe.zip
Mark as broken:
Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: In file included from /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gis.h:25, Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: from /tmp/tmpAeHg0r.h:1: Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: /usr/include/stdarg.h:72:2: error: #error this file needs to be ported to your compiler Status: Parsing /tmp/tmpAeHg0r.h Error: /usr/include/stdio.h:67: Syntax error at 'va_list' Error: /usr/include/stdio.h:271: Syntax error at '__va_list' Error: /usr/include/stdio.h:272: Syntax error at '__va_list' Error: /usr/include/stdio.h:274: Syntax error at '__va_list' Error: /usr/include/stdio.h:279: Syntax error at '__va_list' Error: /usr/include/stdio.h:281: Syntax error at '__va_list' Error: /usr/include/stdio.h:283: Syntax error at '__va_list' Error: /usr/include/stdio.h:284: Syntax error at '__va_list' Error: /usr/include/stdio.h:348: Syntax error at '__va_list' Error: /usr/include/stdio.h:401: Syntax error at '__va_list' Error: /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gisdefs.h:126: Syntax error at 'va_list' Status: Processing description list. Reported by: pkg-fallout
Diffstat (limited to 'databases')
-rw-r--r--databases/grass/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 20ccd9747473..7853a52b3410 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -17,10 +17,12 @@ MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \
MASTER_SITE_SUBDIR= grass64/source
MAINTAINER= ports@FreeBSD.org
-COMMENT= An open source Geographical Information System (GIS)
+COMMENT= Open source Geographical Information System (GIS)
LICENSE= GPLv2
+BROKEN= Does not build
+
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
jpeg:${PORTSDIR}/graphics/jpeg \