pkgsrc-Bugs archive

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

pkg/42076: sysutils/crashme syntax error in (pkgsrc) sysutils/crashme/Makefile



>Number:         42076
>Category:       pkg
>Synopsis:       sysutils/crashme syntax error in (pkgsrc) 
>sysutils/crashme/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 17 13:55:00 +0000 2009
>Originator:     Robert Elz
>Release:        NetBSD 4.0 / i386   pkgsrc current 2009-09-17
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 4.0_STABLE NetBSD 4.0_STABLE 
(JADE-1.696-20080517) #9: Fri May 23 18:55:13 ICT 2008 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/4/kernels/JADE i386
Architecture: i386
Machine: i386
>Description:
        A MASTER_SITE was removed (by commenting it out) of the
        Makefile for this package - but that was done incorrectly
        leading to syntax errors.

>How-To-Repeat:
        Do just about anything in sysutils/crashme

        The following came from "make VARNAME=PKGNAME show-var"
        (or approximately that, the command used was correct, even
        if my memory of it here lacks a little...   it doesn't matter...)

make: "/usr/src/pkgsrc/sysutils/crashme/Makefile" line 7: Unassociated shell 
command "# ftp://ftp.std.com/pub/gjc/";
make: Fatal errors encountered -- cannot continue
show-var failed (sysutils/crashme)

>Fix:
        Apply the following patch to the Makefile (or make the
        corresponding change manually, it is trivial).

        Or even better, simply remove the package.   The syntax
        error was apparently introduced in early June, and apparently
        no-one has noticed until now.  This cannot be a very in-demand
        package...

--- Makefile    2009-06-07 15:42:18.000000000 +0700
+++ Makefile.fixed      2009-09-17 20:47:07.000000000 +0700
@@ -4,7 +4,7 @@
 DISTNAME=              crashme-2.4
 CATEGORIES=            sysutils
 MASTER_SITES=  
http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/crashme/
-                               # ftp://ftp.std.com/pub/gjc/
+#                              ftp://ftp.std.com/pub/gjc/
 
 EXTRACT_SUFX=  -shar
 



Home | Main Index | Thread Index | Old Index