Hello,

From: Ports Index build <indexbu...@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
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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to