Date: Tue, 1 Jul 2008 23:00:19 +0200 From: "Pietro Cerutti" <gahr@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/125158: [patch] sysutils/fusefs-kmod fix build Message-ID: <1214946019.2034@gahrtop.localhost> Resent-Message-ID: <200807012110.m61LA1Hc025475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1214946019.2034>