Bug 34718 - make fetch-list includes things make fetch omits
Summary: make fetch-list includes things make fetch omits
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 00:10 UTC by jhs
Modified: 2003-01-25 01:05 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jhs freebsd_committer freebsd_triage 2002-02-08 00:10:01 UTC
	make fetch-list includes things make fetch omits
bsd.port.mk 4.5-RELEASE needs improving.
Observe the difference between these 2:

        mv  /usr/ports/distfiles/gdkxft-1.4.tar.gz \
                /usr/ports/distfiles/gdkxft-1.4.tar.gz.MOVED
        cd /usr/ports/x11/gdkxft
        make fetch-list
        make fetch
One fetches, one does not

There ase similar inconsistencies involving
/usr/ports/net/SSLtelnet
        SSLtelnet-0.13.tar.gz
/usr/ports/archivers/bzip2
        bzip2-1.0.1.tar.gz
        communicator-v475-us.x86-bsdi-bsd2.tar.gz
/usr/ports/news/dejasearch
        dejasearch-1.8.6.tar.gz

Fix: 

Fix bsd.port.mk
I've not bothered to write a patch 'cos I know you'll want to do
this yourselves,as all change to this macro file now affect so many ports.
How-To-Repeat: cd /usr/ports/net/gopher
% make fetch
===>  gopher-2.3.1 is forbidden: Remote exploits.
% make fetch-list
/usr/bin/env ..... /gopher2_3.1.tar.gz
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-02-08 03:38:12 UTC
Responsible Changed
From-To: freebsd-ports->portmgr

Over to maintainers
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2002-08-31 04:20:56 UTC
State Changed
From-To: open->feedback

I'm not sure what the problem you're referring to is.  Can 
you please be more explicit?
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2003-01-25 01:04:47 UTC
State Changed
From-To: feedback->closed

Timeout awaiting feedback