Bug 44789

Summary: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port
Product: Ports & Packages Reporter: are.bryne <are.bryne>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: mchopra
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cddb-tool.patch none

Description are.bryne 2002-10-31 19:40:01 UTC
	Munish Chopra, the abcde port maintainer, forgot to change the
	occurences of wget and seq in the cddb-tool shell script.

Fix: I have followed Munish's lead (as in files/*) of swapping wget with
	fetch and seq with jot.

	The cddb-tool.1 man page should have wget replaced with fetch too.
How-To-Repeat: 	Use any invocation of abcde (requiring CDDB-support) to see that
	you either need wget or the patch.

	Use abcde with a cd that has not been registered with the CDDB
	server (thereby invoking cddb-tool with the 'template' parameter)
	to see the use of seq.

	Neither wget nor seq are part of the base system (on FreeBSD 4.6.x)
Comment 1 Munish 2002-10-31 20:16:36 UTC
This fix is fine, I managed to miss it since I have had wget installed
forever. I suppose it's just luck that the seq stuff did the right
thing, I don't really remember how it works and don't have the time to
figure check it out right now.

-- 
Munish Chopra
Comment 2 Patrick Li freebsd_committer freebsd_triage 2002-11-01 00:32:07 UTC
State Changed
From-To: open->closed

Committed, Thanks! Also bumped PORTREVISION.