INDEX build failed

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Sep 8 09:32:31 PDT 2003


On Mon, Sep 08, 2003 at 12:10:12PM -0400, Kris Kennaway wrote:
> INDEX build failed with errors:
> "Makefile", line 40: Need an operator
> "Makefile", line 41: Need an operator
> "Makefile", line 42: Need an operator
> "Makefile", line 43: Need an operator
> "Makefile", line 44: Need an operator
> "Makefile", line 45: Need an operator

A singularly unhelpful error message.  There are 9368 Makefile's under
the ports tree at the moment.  Of those 187 have been modified since
yesterday.  Of those 83 consist of 45 lines of more.  Of those, the
just one: comms/tilp/Makefile is syntactically incorrect:

--- Makefile.bak	Mon Sep  8 17:25:15 2003
+++ Makefile	Mon Sep  8 17:25:54 2003
@@ -37,12 +37,12 @@
 LIB_DEPENDS+=	jpeg.9:${PORTSDIR}/graphics/jpeg
 .else
 pre-everything::
-        @${ECHO_MSG}
-        @${ECHO_MSG} "======================================================="
-        @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C"
-        @${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\""
-        @${ECHO_MSG} "======================================================="
-        @${ECHO_MSG}
+	@${ECHO_MSG}
+	@${ECHO_MSG} "======================================================="
+	@${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C"
+	@${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\""
+	@${ECHO_MSG} "======================================================="
+	@${ECHO_MSG}
 .endif #WITH_JPEG
 
 post-install:


ie. there are a lot of spaces that should be tab characters between
lines 40-45 of that file.  Maintainer CC'd.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030908/b3ec9d36/attachment-0001.bin


More information about the freebsd-ports mailing list