Bug 73652

Summary: [Maintainer Update] audio/gtkpod : fix sync-* scripts
Product: Ports & Packages Reporter: David Le Brun <david>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gtkpod.diff none

Description David Le Brun 2004-11-07 22:50:13 UTC
gtkpod is bundled with (the scripts to sync one's addressbook and calendar). 
Their hash-bang line is "#!/bin/bash" which obviously doesn't work on FreeBSD.
This problem was pointed out by Julian C. Dunn

Changes :
- Substitute line /bin/bash to /bin/sh
- Removed old knob FAAD unused
Comment 1 Michael Johnson freebsd_committer freebsd_triage 2004-11-07 22:53:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Grab
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2004-11-08 03:52:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!