From swills@mouf.net  Thu May 16 17:39:01 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id C777627C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 May 2013 17:39:01 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id 9269077B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 May 2013 17:39:01 +0000 (UTC)
Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r4GHcrWq080285
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 16 May 2013 17:38:59 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r4GHcciA011522;
	Thu, 16 May 2013 17:38:38 GMT
	(envelope-from swills)
Message-Id: <201305161738.r4GHcciA011522@meatwad.mouf.net>
Date: Thu, 16 May 2013 17:38:38 GMT
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gaod@hychen.org
Subject: [PATCH] sysutils/htop: change package message
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gaod@hychen.org

>Number:         178690
>Category:       ports
>Synopsis:       [PATCH] sysutils/htop: change package message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 16 17:40:00 UTC 2013
>Closed-Date:    Sat May 18 20:05:21 UTC 2013
>Last-Modified:  Sat May 18 20:10:00 UTC 2013
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r250697: Thu May 16 15:26:48 UTC
>Description:

Change package message so that the fstab line includes the late option so that
it doesn't fail to boot if /usr is on a different partition

Port maintainer (gaod@hychen.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- htop-1.0.2.patch begins here ---
Index: pkg-message
===================================================================
--- pkg-message	(revision 318324)
+++ pkg-message	(working copy)
@@ -2,5 +2,5 @@
 htop(1) requires linprocfs(5) to be mounted. If you don't
 have it mounted already, please add this line to /etc/fstab
 and run `mkdir -p /usr/compat/linux/proc; ln -s /usr/compat /compat; mount linproc`:
-linproc /compat/linux/proc linprocfs rw 0 0
+linproc /compat/linux/proc linprocfs rw,late 0 0
 ***********************************************************
--- htop-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu May 16 17:40:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gaod@hychen.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178690: [PATCH] sysutils/htop: change package message
Date: Thu, 16 May 2013 17:40:08 UT

 Maintainer of sysutils/htop,
 
 Please note that PR ports/178690 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178690
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Hung-Yi Chen <gaod@hychen.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/178690: [PATCH] sysutils/htop: change package message
Date: Fri, 17 May 2013 08:36:55 +0800

 The patch looks fine.
 
 Please commit it, thanks.
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri May 17 02:07:17 UTC 2013 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178690 
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Sat May 18 20:05:19 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178690: commit references a PR
Date: Sat, 18 May 2013 20:05:14 +0000 (UTC)

 Author: rakuco
 Date: Sat May 18 20:05:01 2013
 New Revision: 318446
 URL: http://svnweb.freebsd.org/changeset/ports/318446
 
 Log:
   Fix pkg-message instructions.
   
   Change package message so that the fstab line includes the late option so that
   it doesn't fail to boot if /usr is on a different partition.
   
   PR:		ports/178690
   Submitted by:	swills
   Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
 
 Modified:
   head/sysutils/htop/pkg-message
 
 Modified: head/sysutils/htop/pkg-message
 ==============================================================================
 --- head/sysutils/htop/pkg-message	Sat May 18 20:01:36 2013	(r318445)
 +++ head/sysutils/htop/pkg-message	Sat May 18 20:05:01 2013	(r318446)
 @@ -2,5 +2,5 @@
  htop(1) requires linprocfs(5) to be mounted. If you don't
  have it mounted already, please add this line to /etc/fstab
  and run `mkdir -p /usr/compat/linux/proc; ln -s /usr/compat /compat; mount linproc`:
 -linproc /compat/linux/proc linprocfs rw 0 0
 +linproc /compat/linux/proc linprocfs rw,late 0 0
  ***********************************************************
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
