From yuri.pankov@gmail.com  Mon Nov 19 02:53:42 2007
Return-Path: <yuri.pankov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2882C16A418
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2007 02:53:42 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F40213C4BB
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2007 02:53:40 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1])
	by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAJ2rL3I014640;
	Mon, 19 Nov 2007 05:53:21 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Received: (from yuri@localhost)
	by darklight.org.ru (8.14.2/8.14.2/Submit) id lAJ2rJ6T014639;
	Mon, 19 Nov 2007 05:53:19 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Message-Id: <200711190253.lAJ2rJ6T014639@darklight.org.ru>
Date: Mon, 19 Nov 2007 05:53:19 +0300 (MSK)
From: Yuri Pankov <yuri.pankov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: amistry@am-productions.biz
Subject: [PATCH] sysutils/fusefs-kmod: use SRC_BASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: amistry@am-productions.biz

>Number:         118112
>Category:       ports
>Synopsis:       [PATCH] sysutils/fusefs-kmod: use SRC_BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 03:00:06 UTC 2007
>Closed-Date:    Sat Feb 16 18:06:42 UTC 2008
>Last-Modified:  Sat Feb 16 18:10:04 UTC 2008
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Nov 14 03:28:09 MSK 2007
>Description:
Make it actually use SRC_BASE.

Port maintainer (amistry@am-productions.biz) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fusefs-kmod-0.3.9.p1_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-kmod.orig/Makefile /usr/ports/sysutils/fusefs-kmod/Makefile
--- /usr/ports/sysutils/fusefs-kmod.orig/Makefile	2007-11-19 05:47:05.000000000 +0300
+++ /usr/ports/sysutils/fusefs-kmod/Makefile	2007-11-19 05:48:06.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	fusefs
 DISTVERSION=	0.3.9-pre1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils kld
 MASTER_SITES=	http://fuse4bsd.creo.hu/downloads/ \
 		http://am-productions.biz/docs/
@@ -66,6 +66,8 @@
 IGNORE=		requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
 .endif
 
+MAKE_ENV+=	SYSDIR=${SRC_BASE}/sys MOUNT=${SRC_BASE}/sbin/mount
+
 .if !defined(WITH_AUTOSETUP)
 SUB_FILES=	pkg-message
 .endif
--- fusefs-kmod-0.3.9.p1_3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Nov 19 03:00:12 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118112 

From: Anish Mistry <amistry@am-productions.biz>
To: bug-followup@freebsd.org, yuri.pankov@gmail.com
Cc:  
Subject: Re: ports/118112: [PATCH] sysutils/fusefs-kmod: use SRC_BASE
Date: Mon, 19 Nov 2007 10:41:55 -0500

 --nextPart3687031.z3OOAOjepr
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Looks good to me.  Would a ports guru comment on the patch?  Also does=20
 this need to happen for other ports?
 =2D-=20
 Anish Mistry
 amistry@am-productions.biz
 AM Productions http://am-productions.biz/
 
 --nextPart3687031.z3OOAOjepr
 Content-Type: application/pgp-signature; name=signature.asc 
 Content-Description: This is a digitally signed message part.
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQBHQa7MxqA5ziudZT0RAui9AKDK0jASzZ6B0Zj8rtCiJtZdEVw3xACdEamM
 /bErQlAzzpCB16NE/rP8N1E=
 =YASh
 -----END PGP SIGNATURE-----
 
 --nextPart3687031.z3OOAOjepr--
State-Changed-From-To: feedback->open 
State-Changed-By: pav 
State-Changed-When: Mon Jan 28 18:49:33 UTC 2008 
State-Changed-Why:  
Maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118112 
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Sat Feb 16 17:49:30 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118112 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Sat Feb 16 18:06:41 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118112 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118112: commit references a PR
Date: Sat, 16 Feb 2008 18:05:56 +0000 (UTC)

 alepulver    2008-02-16 18:05:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/fusefs-kmod Makefile distinfo 
     sysutils/fusefs-kmod/files fusefs.in pkg-message.in 
   Added files:
     sysutils/fusefs-kmod/files setup.sh.in 
   Removed files:
     sysutils/fusefs-kmod/files patch-fuse_io.c 
                                patch-fuse_module_Makefile 
                                patch-fuse_module_fuse.h 
                                patch-fuse_vfsops.c 
                                patch-fuse_vnops.c 
                                patch-mount_fusefs-mount_fusefs.c 
                                setup.sh 
   Log:
   From [1]:
   - Update to version 0.3.9-pre1.20080208 (agreed with author).
   - Download directly from the Mercurial reposirory (as tarball), to ease
     maintainence.
   - Remove all local patches as they were integrated.
   - Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual
     replacement.
   - Use kldload instead of rc.d script in setup.sh.in because the latter gives
     an error.
   - Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait
     until disks are synced (synchronous unmount).
   - Update pkg-message.
   
   From [2]:
   - Pass SRC_BASE to the actual build (previously was only used by the port to
     detect if the source was installed, but not passed to the internal Makefile).
   
   PR:             ports/120420 [1], ports/118112 [2]
   Submitted by:   alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2]
   Approved by:    maintainer (timeout) [1], maintainer [2]
   
   Revision  Changes    Path
   1.19      +17 -16    ports/sysutils/fusefs-kmod/Makefile
   1.6       +3 -3      ports/sysutils/fusefs-kmod/distinfo
   1.6       +4 -4      ports/sysutils/fusefs-kmod/files/fusefs.in
   1.3       +0 -35     ports/sysutils/fusefs-kmod/files/patch-fuse_io.c (dead)
   1.5       +0 -18     ports/sysutils/fusefs-kmod/files/patch-fuse_module_Makefile (dead)
   1.4       +0 -36     ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.h (dead)
   1.3       +0 -108    ports/sysutils/fusefs-kmod/files/patch-fuse_vfsops.c (dead)
   1.3       +0 -211    ports/sysutils/fusefs-kmod/files/patch-fuse_vnops.c (dead)
   1.3       +0 -21     ports/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c (dead)
   1.3       +2 -3      ports/sysutils/fusefs-kmod/files/pkg-message.in
   1.3       +0 -52     ports/sysutils/fusefs-kmod/files/setup.sh (dead)
   1.1       +52 -0     ports/sysutils/fusefs-kmod/files/setup.sh.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
