pkgsrc-Bugs archive

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

pkg/44396: FETCH_CMD is used when FETCH_USING=custom



>Number:         44396
>Category:       pkg
>Synopsis:       FETCH_CMD is used when FETCH_USING=custom
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 15 23:00:00 +0000 2011
>Originator:     Ryo ONODERA
>Release:        NetBSD 5.99.43
>Organization:
        
>Environment:
        
        
System: NetBSD hydrogen.elements.tetera.org 5.99.43 NetBSD 5.99.43 (LEAFGIRL2) 
#4: Thu Jan 13 09:27:17 JST 2011 
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/LEAFGIRL2
 i386
Architecture: i386
Machine: i386
>Description:
As far as I understand collectly, FETCH_CMD is used when FETCH_USING=custom.
pkgsrc/mk/fetch/fetch.mk has the following sentences.

# FETCH_CMD is the program used to fetch files for FETCH_USING=manual.
#       It must understand fetching files located via URLs,
#       e.g. NetBSD's ftp, net/tnftp, etc.

        
>How-To-Repeat:
% make help topic=FETCH_CMD
        
>Fix:
        
Index: mk/fetch/fetch.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/fetch/fetch.mk,v
retrieving revision 1.44
diff -u -r1.44 fetch.mk
--- mk/fetch/fetch.mk   27 Jun 2010 17:46:22 -0000      1.44
+++ mk/fetch/fetch.mk   15 Jan 2011 22:46:47 -0000
@@ -163,7 +163,7 @@
 ### transfer the files from the appropriate sites if needed.
 ###
 #
-# FETCH_CMD is the program used to fetch files for FETCH_USING=manual.
+# FETCH_CMD is the program used to fetch files for FETCH_USING=custom.
 #       It must understand fetching files located via URLs,
 #      e.g. NetBSD's ftp, net/tnftp, etc.
 #


>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index