Bug 87426

Summary: Amanda port should get GNU-tar dependency
Product: Ports & Packages Reporter: Patrick M. Hausen <hausen>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Patrick M. Hausen 2005-10-14 08:30:17 UTC
GNU tar was removed from the base system some while ago. Now,
when installing Amanda client, it's configure script doesn't
find GNU tar and disables support for it.

Fix: 

Install archivers/gtar first, then install Amanda client.
Suggested change: introduce a Makefile option to pull in GNU tar
as a dependency.
How-To-Repeat: cd /usr/ports/misc/amanda-client
make install clean

bowman# su -m operator -c "amcheck -c KARLSRUHE"
Amanda Backup Client Hosts Check
--------------------------------
ERROR: nt-backup: [GNUTAR program not available]
...
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-14 15:28:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-14 16:41:04 UTC
State Changed
From-To: open->closed

Fixed. Thanks.