Here's a modified version that works.

-Ober

Richard Chesler: [Reading a piece of paper] The first rule of Fight Club is you 
don't talk about Fight Club?
Narrator: [Voice-over] I'm half asleep again; I must've left the original in 
the copy machine.
Richard Chesler: The second rule of Fight Club - is this yours?
Narrator: Huh?
Richard Chesler: Pretend you're me, make a managerial decision: you find this, 
what would you do?

On Sat, 4 Feb 2006, [ISO-8859-1] Sigfred H?versen wrote:

Date: Sat, 04 Feb 2006 10:52:37 +0100
From: "[ISO-8859-1] Sigfred H?versen" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: ports@openbsd.org
Subject: net/openafs stops during "make clean"

net/openafs will stop with an error message during "make clean" if
the kernel sources is not checked out. Attached patch fixes this.

/Sigfred
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openafs/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    2 Feb 2006 03:21:57 -0000       1.3
+++ Makefile    4 Feb 2006 09:41:40 -0000
@@ -34,8 +34,9 @@
 COPTS+= -ggdb
 WRKDIST=               ${WRKDIR}/${PKGNAME}
 
+pre-configure:
 .if !exists(/usr/src/sys/lib/libkern/libkern.h)
-ERRORS += "Fatal: You cannot build this port without kernel sources"
+IGNORE += "Fatal: You cannot build this port without kernel sources"
 .endif
 
 post-install:

Reply via email to