ports/125158: [patch] sysutils/fusefs-kmod fix build
Pietro Cerutti
gahr at FreeBSD.org
Tue Jul 1 21:10:01 UTC 2008
>Number: 125158
>Category: ports
>Synopsis: [patch] sysutils/fusefs-kmod fix build
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 01 21:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Pietro Cerutti
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD 8.0-CURRENT #0: Tue Jul 1 22:31:16 CEST 2008
root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034
>Description:
config.h consists of:
#ifdef KERNCONFDIR
#include <opt_global.h>
#endif
which is crap.
>How-To-Repeat:
>Fix:
--- fusefs-kmod.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/fusefs-kmod/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile 23 Jun 2008 18:53:54 -0000 1.21
+++ Makefile 1 Jul 2008 19:07:15 -0000
@@ -77,6 +77,7 @@
post-patch:
@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \
${WRKSRC}/doc/Makefile
+ @${REINPLACE_CMD} -e '/global/d' ${WRKSRC}/fuse_module/config.h
post-configure:
@${CP} ${LOCALBASE}/include/fuse/fuse_kernel.h ${WRKSRC}/fuse_module
--- fusefs-kmod.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list