Subject: pkg/33962: devel/cxref
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 07/10/2006 09:45:00
>Number:         33962
>Category:       pkg
>Synopsis:       devel/cxref
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 10 09:45:00 +0000 2006
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc


>Description:


gmake[1]: Entering directory `/pkg/obj/devel/cxref/work/cxref-1.6a/doc'
[ "xperl" = "x" ] || perl ./FAQ-html.pl < ./FAQ > FAQ.html
gmake[1]: *** [faq-html] Error 1
gmake[1]: Leaving directory `/pkg/obj/devel/cxref/work/cxref-1.6a/doc'
gmake: *** [docs] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/devel/cxref



>How-To-Repeat:


bmake 


>Fix:


--- doc/Makefile.in.orig        Tue Feb  1 19:45:07 2005
+++ doc/Makefile.in     Mon Jul 10 11:38:57 2006
@@ -67,7 +67,7 @@
 
 ########
 
-docs : faq-html readme examples
+docs : FAQ.html readme examples
 
 all : docs
 
@@ -90,7 +90,7 @@
 
 ########
 
-faq-html : $(srcdir)/FAQ $(srcdir)/FAQ-html.pl
+FAQ.html : $(srcdir)/FAQ $(srcdir)/FAQ-html.pl
        [ "x$(PERL)" = "x" ] || $(PERL) $(srcdir)/FAQ-html.pl < $(srcdir)/FAQ > 
FAQ.html
 
 ########