Date: Tue, 2 May 2006 23:40:16 GMT From: Orlando Bassotto <orlando@break.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96543: [PATCH] emulators/vmware3: fix checking for linprocfs.ko Message-ID: <200605022340.k42NeG4w099032@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96543; it has been noted by GNATS. From: Orlando Bassotto <orlando@break.net> To: bug-followup@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605022340.k42NeG4w099032>