From wahjava@gmail.com  Mon Jan 12 04:07:02 2009
Return-Path: <wahjava@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 43677106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jan 2009 04:07:02 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187])
	by mx1.freebsd.org (Postfix) with ESMTP id C8ABB8FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jan 2009 04:07:01 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: by ti-out-0910.google.com with SMTP id a1so7899156tib.3
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jan 2009 20:07:00 -0800 (PST)
Received: by 10.110.68.10 with SMTP id q10mr3086940tia.9.1231733220358;
        Sun, 11 Jan 2009 20:07:00 -0800 (PST)
Received: from chateau.d.lf ([122.163.195.105])
        by mx.google.com with ESMTPS id 14sm8882941tim.10.2009.01.11.20.06.57
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 11 Jan 2009 20:06:59 -0800 (PST)
Received: from chateau.d.lf (chateau.d.lf [127.0.0.1])
	by chateau.d.lf (Postfix) with ESMTP id 52EB37E8B5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Jan 2009 09:37:11 +0530 (IST)
Received: (from abbe@localhost)
	by chateau.d.lf (8.14.3/8.14.3/Submit) id n0C47Ad1073654;
	Mon, 12 Jan 2009 09:37:10 +0530 (IST)
	(envelope-from abbe)
Message-Id: <200901120407.n0C47Ad1073654@chateau.d.lf>
Date: Mon, 12 Jan 2009 09:37:10 +0530 (IST)
From: Ashish Shukla <wahjava@gmail.com>
Reply-To: Ashish Shukla <wahjava@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] ctrlproxy complains about unable to locate help file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         130400
>Category:       ports
>Synopsis:       [PATCH] irc/ctrlproxy complains about unable to locate help file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 04:10:01 UTC 2009
>Closed-Date:    Mon Jan 12 21:51:45 UTC 2009
>Last-Modified:  Mon Jan 12 22:00:02 UTC 2009
>Originator:     Ashish Shukla
>Release:        FreeBSD 7.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD chateau.d.lf 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #8: Fri Jan 9 17:05:49 IST 2009 root@chateau.d.lf:/usr/obj/usr/src/sys/ULE amd64


>Description:
Due to change in the name of ctrlproxy's helpfile from
${LOCALBASE}/share/ctrlproxy/help to
${LOCALBASE}/share/ctrlproxy/help.txt, ctrlproxy complains about
unable to locate helpfile during startup.
>How-To-Repeat:

1. Initialize ctrlproxy's configuration if not already initialized.

% ctrlproxy-init

2. Now, start ctrlproxy. It'll print a message about unable to locate
   helpfile.

% ctrlproxy

>Fix:
This patch fixes this issue. Please increment the PORTREVISION if
desired.

diff -urN /usr/ports/irc/ctrlproxy/files/patch-Makefile.settings.in ctrlproxy/files/patch-Makefile.settings.in
--- /usr/ports/irc/ctrlproxy/files/patch-Makefile.settings.in	1970-01-01 05:30:00.000000000 +0530
+++ ctrlproxy/files/patch-Makefile.settings.in	2009-01-12 09:19:43.000000000 +0530
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- Makefile.settings.in.orig
++++ Makefile.settings.in
+@@ -40,6 +40,6 @@
+ XSLTPROC = @XSLTPROC@
+ EXTRA_INSTALL_TARGETS = @EXTRA_INSTALL_TARGETS@
+ DEFAULT_CONFIG_DIR = $(sysconfdir)/ctrlproxy
+-HELPFILE = $(cdatadir)/help
++HELPFILE = $(cdatadir)/help.txt
+ CHECK_CFLAGS = @CHECK_CFLAGS@
+ CHECK_LIBS = @CHECK_LIBS@


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jan 12 09:16:54 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130400 
State-Changed-From-To: open->feedback 
State-Changed-By: chinsan 
State-Changed-When: Mon Jan 12 16:02:50 UTC 2009 
State-Changed-Why:  
I agreed with this patch. 

BTW, do you want to be the maintainer? :) 
Maybe it's the time to pass maintainership to you. 

- chinsan 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130400 
State-Changed-From-To: feedback->closed 
State-Changed-By: chinsan 
State-Changed-When: Mon Jan 12 21:51:44 UTC 2009 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130400: commit references a PR
Date: Mon, 12 Jan 2009 21:51:34 +0000 (UTC)

 chinsan     2009-01-12 21:51:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/ctrlproxy        Makefile 
   Added files:
     irc/ctrlproxy/files  patch-Makefile.settings.in 
   Log:
   - Fix startup issue
   - Pass maintainership to submitter
   
   PR:             ports/130400
   Submitted by:   Ashish Shukla <wahjava at gmail.com>
   
   Revision  Changes    Path
   1.26      +2 -1      ports/irc/ctrlproxy/Makefile
   1.1       +13 -0     ports/irc/ctrlproxy/files/patch-Makefile.settings.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:
