Mark,
    Try the attached go.info which updates the package to the newest go 1.2
release and switches the compiler back to clang. It appears to build fine here
on 10.9.
       Jack
ps Note that it still won't pass 'fink -m' because the info file uses the
package name in the description field.
Package: go
Version: 1.2
Revision: 1
Description: The Go Programming Language
Maintainer: Brendan Cully <bren...@finkproject.org>
License: BSD
Source: https://go.googlecode.com/files/go%v.src.tar.gz
Source-MD5: c2ace56f6b6413a5c6318b9527a8b763
SourceDirectory: go

SetCC: /usr/bin/clang
CompileScript: <<
#!/bin/bash -ev

export GOROOT_FINAL=%p/lib/go
cd src
./all.bash
<<

InstallScript: <<
#!/bin/sh -ev

mkdir -p %i/lib/go/src
cp -r bin include lib pkg %i/lib/go
cp -r src/pkg %i/lib/go/src

# for godoc
ln -s ../../share/doc/go/doc %i/lib/go/doc

mkdir %i/bin
cd bin
for i in *
do
  ln -s ../lib/go/bin/$i %i/bin/$i
done
<<

DocFiles: AUTHORS CONTRIBUTORS LICENSE PATENTS README api doc misc

Homepage: http://golang.org/
DescDetail: <<
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
<<
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to