diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-07-30 14:18:29 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-07-30 14:18:29 +0000 |
commit | edcd495d2052a87c61cdb6a58c8b9599ed151093 (patch) | |
tree | e0fddcd9692c2af275fcef8419e1f30c3ab6539f /databases/grass7/files/patch-Makefile | |
parent | Fix gemspec for rubygem-rrd-ffi (diff) |
New port: databases/grass7
databases/grass: renamed to databases/grass6
- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6
Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).
WWW: http://grass.osgeo.org/
PR: 221087
Submitted by: lbartoletti@tuxfamily.org
Notes
Notes:
svn path=/head/; revision=446935
Diffstat (limited to 'databases/grass7/files/patch-Makefile')
-rw-r--r-- | databases/grass7/files/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/grass7/files/patch-Makefile b/databases/grass7/files/patch-Makefile new file mode 100644 index 000000000000..bf8fceabdb0d --- /dev/null +++ b/databases/grass7/files/patch-Makefile @@ -0,0 +1,22 @@ +--- Makefile.orig 2016-11-04 UTC ++++ Makefile +@@ -64,19 +64,7 @@ default: + $(MAKE) subdirs + $(MAKE) $(FILES_DST) + $(MAKE) manifests +- @if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \ +- echo "--" >> $(ERRORLOG) ; \ +- echo "In case of errors please change into the directory with error and run 'make'." >> $(ERRORLOG) ; \ +- echo "If you get multiple errors, you need to deal with them in the order they" >> $(ERRORLOG) ; \ +- echo "appear in the error log. If you get an error building a library, you will" >> $(ERRORLOG) ; \ +- echo "also get errors from anything which uses the library." >> $(ERRORLOG) ; \ +- else \ +- echo "No errors detected." >> $(ERRORLOG) ; \ +- fi +- @echo "--" >> $(ERRORLOG) + @echo "Finished compilation: `date`" >> $(ERRORLOG) +- @cat $(ERRORLOG) +- @if [ `wc -l < "$(ERRORLOG)"` -gt 8 ] ; then false ; else true ; fi + + manifests: + ifeq ($(MANIFEST),external) |