ports/130400: [PATCH] ctrlproxy complains about unable to locate help file

Ashish Shukla wahjava at gmail.com
Mon Jan 12 04:10:02 UTC 2009


>Number:         130400
>Category:       ports
>Synopsis:       [PATCH] ctrlproxy complains about unable to locate help file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 04:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list