Bug 44789 - Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port
Summary: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 19:40 UTC by are.bryne
Modified: 2002-11-01 00:32 UTC (History)
1 user (show)

See Also:


Attachments
cddb-tool.patch (2.25 KB, patch)
2002-10-31 19:40 UTC, are.bryne
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.