pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45721: man pages in pkgtools/pkgsrc-todo has wrong path



>Number:         45721
>Category:       pkg
>Synopsis:       man pages in pkgtools/pkgsrc-todo has wrong path
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 18 16:05:00 +0000 2011
>Originator:     Ryo ONODERA
>Release:        NetBSD 5.99.58
>Organization:
        
>Environment:
        
        
System: NetBSD hydrogen.elements.tetera.org 5.99.58 NetBSD 5.99.58 (LEAFGIRLA) 
#2: Wed Dec 14 06:10:53 JST 2011 
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/LEAFGIRLA
 i386
Architecture: i386
Machine: i386
>Description:
In man pages of pkgtools/pkgsrc-todo, man/man1/add_todo.1 and
man/man1/obsolete_todo.1, path to pkgsrc/doc/TODO is wrong.
For example,

NAME
     add_todo -- add entries to /usr/pkgsrcdoc/TODO
(snip).
        

In this case, PKGREVISION should be bumped or version number in
DISTNAME should be incremented?
>How-To-Repeat:
$ cd /usr/pkgsrc/pkgtools/pkgsrc-todo
$ make install
$ man add_todo
        
>Fix:
        
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/pkgsrc-todo/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    30 Aug 2009 10:40:34 -0000      1.1.1.1
+++ Makefile    18 Dec 2011 15:58:19 -0000
@@ -30,7 +30,7 @@
 SUBST_FILES.todo+=     obsolete_todo.pl
 SUBST_FILES.todo+=     obsolete_todo.1
 SUBST_SED.todo+=       -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g
-SUBST_SED.todo+=       -e s\|pkgsrc/\|${PKGSRCDIR}\|g
+SUBST_SED.todo+=       -e s\|pkgsrc/\|${PKGSRCDIR}/\|g
 SUBST_SED.todo+=       -e s\|@PERL@\|${PERL5:Q}\|g
 
 do-extract:


>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index