My latest nightly "make index" died at:
--- describe.print ---
make[5]: "/usr/ports/print/fontforge/Makefile" line 61: Unassociated shell 
command "ftp://ftp.freetype.org/freetype/freetype2/:freetype";
make[5]: Fatal errors encountered -- cannot continue===> print/fontforge failed
*** [describe.print] Error code 1

Looking at the Makefile, the problem is that the ftp.sunet.se URL has lost
the backslash at the end of the line so make(1) thinks the next line is
executable.

.if ${PORT_OPTIONS:MFREETYPE}
MASTER_SITES+=  
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \
                
http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \
                
http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype
                ftp://ftp.freetype.org/freetype/freetype2/:freetype
                                                
-- 
Peter Jeremy

Attachment: pgpARdflWtakR.pgp
Description: PGP signature

Reply via email to