pkgsrc-Bugs archive

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

pkg/29115: pkgsrc/net/gnetcat should not depend on Perl



        Note: There was a bad value `' for the field `Class'.
        It was set to the default value of `sw-bug'.

>Number:         29115
>Category:       pkg
>Synopsis:       pkgsrc/net/gnetcat depends on Perl, but doesn't need it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 25 11:28:00 +0000 2005
>Originator:     Gert Doering
>Release:        NetBSD 2.0
>Organization:
        
>Environment:
System: NetBSD kirk 2.0 NetBSD 2.0 (KIRK) #2: Tue Jan 11 20:49:13 CET 2005 
gert@kirk:/home/sparc64/obj/home/src-2.0/sys/arch/sparc64/compile/KIRK sparc64
Architecture: sparc64
Machine: sparc64
>Description:
        pkgsrc/net/gnetcat depends on perl, but doesn't actually make
        any use of perl.

        The only place where perl is ever used is if you run 
        .../doc/texi2pod.pl to convert doc/netcat.texi -> doc/netcat.pod 
        - which isn't done in a normal build as netcat.pod is already 
        included in the source package.

>How-To-Repeat:
        pkg_delete perl, try to install net/gnetcat
>Fix:
RCS file: /cvsroot/pkgsrc/net/gnetcat/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    25 Nov 2004 19:26:43 -0000      1.3
+++ Makefile    25 Jan 2005 11:26:27 -0000
@@ -11,7 +11,7 @@
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
-USE_PERL5=             YES
+#USE_PERL5=            YES
 
 INFO_FILES=            netcat.info
 




Home | Main Index | Thread Index | Old Index