From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 1 21:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFCEF1065680 for ; Tue, 1 Jul 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7DFC8FC1C for ; Tue, 1 Jul 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m61LA1OQ025476 for ; Tue, 1 Jul 2008 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m61LA1Hc025475; Tue, 1 Jul 2008 21:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 1 Jul 2008 21:10:01 GMT Resent-Message-Id: <200807012110.m61LA1Hc025475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABE41065670 for ; Tue, 1 Jul 2008 21:00:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 166598FC18 for ; Tue, 1 Jul 2008 21:00:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1KDmxj-000354-54 for FreeBSD-gnats-submit@freebsd.org; Tue, 01 Jul 2008 23:00:31 +0200 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 0B26D50841 for ; Tue, 1 Jul 2008 23:00:18 +0200 (CEST) Message-Id: <1214946019.2034@gahrtop.localhost> Date: Tue, 1 Jul 2008 23:00:19 +0200 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/125158: [patch] sysutils/fusefs-kmod fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 21:10:01 -0000 >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 #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: