Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 23:49:34 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        joehorn@leo.mi.chu.edu.tw, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/74192: Generate ports INDEX failed.
Message-ID:  <200411212349.iALNnYGW071373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Generate ports INDEX failed.

State-Changed-From-To: open->feedback
State-Changed-By: linimon
State-Changed-When: Sun Nov 21 23:49:06 GMT 2004
State-Changed-Why: 
Please see if the following patch fixes your problem:

Index: Makefile
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/sysutils/freebsd-sha1/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Oct 2004 18:36:12 -0000	1.1
+++ Makefile	21 Nov 2004 23:44:30 -0000
@@ -23,7 +23,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} > 502113 || (${OSVERSION} > 491100 && ${OSVERSION} < 500000)
+.if ${OSVERSION} > 502113 || ( ${OSVERSION} > 491100 && ${OSVERSION} < 500000 )
 IGNORE=		"sha1 now contained in the base system"
 .endif

http://www.freebsd.org/cgi/query-pr.cgi?pr=74192



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411212349.iALNnYGW071373>