INDEX build failed for 8.x

Yasuhiro KIMURA yasu at utahime.org
Sat May 3 06:11:50 UTC 2014


Hello,

From: Ports Index build <indexbuild at FreeBSD.org>
Subject: INDEX build failed for 8.x
Date: Sat, 3 May 2014 06:05:53 GMT

> INDEX build failed with errors:
> Generating INDEX-8 - please wait.."Makefile", line 28: Unassociated shell command "--enable-cdi-lib  --program-transform-name=""  --with-zlib=/usr"
> make: fatal errors encountered -- cannot continue
> ===> science/cdo failed
> *** [describe.science] Error code 1
> *** [/home/indexbuild/tindex/ports/INDEX-8] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> *** [index] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> 1 error

Attached patch fixes the breakage.

Regards.

---
Yasuhiro KIMURA
-------------- next part --------------
Index: science/cdo/Makefile
===================================================================
--- science/cdo/Makefile	(revision 352865)
+++ science/cdo/Makefile	(working copy)
@@ -22,7 +22,7 @@
 		--disable-extra \
 		--disable-grib \
 		--disable-ieg \
-		--disable-service
+		--disable-service \
 		--enable-cdi-lib \
 		--program-transform-name="" \
 		--with-zlib=/usr


More information about the freebsd-ports mailing list