From nobody@FreeBSD.org  Sat Jul  4 20:38:01 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0CC0C1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Jul 2009 20:38:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EFBCA8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Jul 2009 20:38:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n64Kc0wp017261
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 4 Jul 2009 20:38:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n64Kc0hx017260;
	Sat, 4 Jul 2009 20:38:00 GMT
	(envelope-from nobody)
Message-Id: <200907042038.n64Kc0hx017260@www.freebsd.org>
Date: Sat, 4 Jul 2009 20:38:00 GMT
From: Sofian Brabez <sbrabez@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] x11-wm/i3: Fix path in example and man file
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136330
>Category:       ports
>Synopsis:       [patch] x11-wm/i3: Fix path in example and man file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 04 20:40:00 UTC 2009
>Closed-Date:    Wed Jul 22 19:21:12 UTC 2009
>Last-Modified:  Wed Jul 22 19:30:05 UTC 2009
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul  2 23:42:18 CEST 2009     root@freebsd.ifr.lan:/usr/obj/usr/src/sys/FREEBSD  i386
>Description:
- Fix path in config.sample file
- Handle correct path in i3.man file
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN i3.orig/Makefile i3/Makefile
--- i3.orig/Makefile	2009-07-04 22:30:34.000000000 +0200
+++ i3/Makefile	2009-07-04 22:27:12.000000000 +0200
@@ -39,8 +39,9 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/src/config.c
-	@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}|g' ${WRKSRC}/config.sample
-	@${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' ${WRKSRC}/man/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/config.sample
+	@${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}/|g' ${WRKSRC}/man/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3.man
 
 # Create the manpage
 post-build:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 4 20:40:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136330 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Wed Jul 22 19:21:12 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136330: commit references a PR
Date: Wed, 22 Jul 2009 19:20:41 +0000 (UTC)

 dhn         2009-07-22 19:20:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/i3            Makefile 
   Log:
   - Fix PATH in example and man file
   
   PR:             ports/136330
   Submitted by:   Sofian Brabez <sbrabez@gmail.com>
   
   Revision  Changes    Path
   1.4       +3 -2      ports/x11-wm/i3/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"
 
>Unformatted:
