r382777 has deleted a required backslash

Peter Jeremy peter at rulingia.com
Thu Apr 2 08:48:26 UTC 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20150402/f2345c44/attachment.sig>


More information about the freebsd-ports mailing list