ports/96543: [PATCH] emulators/vmware3: fix checking for linprocfs.ko

Orlando Bassotto orlando at break.net
Tue May 2 23:40:17 UTC 2006


The following reply was made to PR ports/96543; it has been noted by GNATS.

From: Orlando Bassotto <orlando at break.net>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/96543: [PATCH] emulators/vmware3: fix checking for linprocfs.ko
Date: Wed, 3 May 2006 01:33:42 +0200

 This, along ports/96491 look fine, although I would finally drop
 the dependency over /usr/src and replace what was really meant to
 be /usr/src/sys.
 
 Here's the diff after merging ports/96543 and ports/96491:
 
 --- Makefile~	Tue May  2 23:02:08 2006
 +++ Makefile	Tue May  2 23:02:47 2006
 @@ -64,7 +64,7 @@
 IGNORE=		linprocfs is required, please build the module and/or add it  
 to your kernel
 .endif
 -.if !exists(${SRC_BASE}/Makefile)
 +.if !exists(${SRC_BASE}/sys/Makefile)
 IGNORE=		kernel source files required
 .endif
 
 Thanks
 Orlando
 



More information about the freebsd-ports-bugs mailing list