Re: [Fink-devel] geeqie appears to need a BuildDepend on getoptbin

2010-06-10 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/10 10:18 AM, Daniel Macks wrote: > On Thu, Jun 10, 2010 at 07:04:44AM -0400, Alexander Hansen wrote: >> >> The failure mode when /usr/bin/getopt is used on 10.5 or 10.6 is: >> >> ... >> if [ -x "/sw/bin/gnome-doc-tool" ]; then \ >>

Re: [Fink-devel] geeqie appears to need a BuildDepend on getoptbin

2010-06-10 Thread Daniel Macks
On Thu, Jun 10, 2010 at 07:04:44AM -0400, Alexander Hansen wrote: > > The failure mode when /usr/bin/getopt is used on 10.5 or 10.6 is: > > ... > if [ -x "/sw/bin/gnome-doc-tool" ]; then \ > "/sw/bin/gnome-doc-tool" html -o html ./docbook/GuideIndex.xml > ; \ > else \ >

[Fink-devel] geeqie appears to need a BuildDepend on getoptbin

2010-06-10 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The failure mode when /usr/bin/getopt is used on 10.5 or 10.6 is: ... if [ -x "/sw/bin/gnome-doc-tool" ]; then \ "/sw/bin/gnome-doc-tool" html -o html ./docbook/GuideIndex.xml ; \ else \ echo "gnome-doc-tool no