From sahil@spartan.hamla.org  Wed Oct 14 00:52:54 2009
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 684461065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Oct 2009 00:52:54 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 586C58FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Oct 2009 00:52:54 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id E363C1708C; Tue, 13 Oct 2009 20:52:53 -0400 (EDT)
Message-Id: <20091014005253.E363C1708C@spartan.hamla.org>
Date: Tue, 13 Oct 2009 20:52:53 -0400 (EDT)
From: Sahil Tandon <sahil@tandon.net>
Reply-To: Sahil Tandon <sahil@tandon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] net/cnupm: fix broken mtree with custom PREFIX 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: scjamorim@bsd.com.br

>Number:         139585
>Category:       ports
>Synopsis:       [PATCH] net/cnupm: fix broken mtree with custom PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 14 01:00:06 UTC 2009
>Closed-Date:    Sun Oct 18 06:22:38 UTC 2009
>Last-Modified:  Sun Oct 18 06:22:38 UTC 2009
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
	Port does not install files in correct location in case of custom PREFIX; for more see QATty log:
	http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/cnupm-3.11.log 
>How-To-Repeat:
	Install port with custom PREFIX. 
>Fix:

	



--- cnupm.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cnupm/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	13 Sep 2009 00:12:21 -0000	1.9
+++ Makefile	14 Oct 2009 00:33:28 -0000
@@ -18,6 +18,9 @@
 MAN8=		cnupm.8 cnupmstat.8
 MANCOMPRESSED=	yes
 
+MAKE_ENV+=	BINDIR="${PREFIX}/sbin" \
+		MANDIR="${MANPREFIX}/man/man"
+
 CNUPM_OWN?=	cnupm
 CNUPM_GRP?=	cnupm
 
--- cnupm.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 14 01:00:17 UTC 2009 
Responsible-Changed-Why:  
itetcu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139585 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 14 01:00:21 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: scjamorim@bsd.com.br
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139585: [PATCH] net/cnupm: fix broken mtree with custom PREFIX
Date: Wed, 14 Oct 2009 01:00:19 UT

 Maintainer of net/cnupm,
 
 Please note that PR ports/139585 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/139585
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Sylvio Cesar <scjamorim@bsd.com.br>
To: bug-followup@freebsd.org
Cc: Sahil Tandon <sahil@tandon.net>, Ion-Mihai Tetcu <itetcu@freebsd.org>
Subject: Re: ports/139585: [PATCH] net/cnupm: fix broken mtree with custom 
	PREFIX
Date: Wed, 14 Oct 2009 10:39:05 -0300

 Yes, I'm agree.
 
 Thanks Sahil.
 
 Regards,
 
 Sylvio Cesar.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139585: commit references a PR
Date: Sun, 18 Oct 2009 06:15:32 +0000 (UTC)

 itetcu      2009-10-18 06:15:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/cnupm            Makefile 
   Log:
   Fix install port with custom PREFIX.
   
   PR:             139585
   Submitted by:   Sahil Tandon
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.10      +3 -0      ports/net/cnupm/Makefile
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Oct 18 06:22:37 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139585 
>Unformatted:
