FYI, the problems with cdrtools building under Lion should be resolved with
Xcode 4.2.
While I haven't tested that package yet, the underlying build issue with smake
contained
in cdrtools is now fixed. The attached packaging builds smake without failures
under
Xcode 4.2 (whereas Xcode 4.1 will hang the test avoffset). Nice.
Jack
ps Of course the cdrtools package in 10.7 stable will need a BuildDepends of
xcode (>= 4.2).
Package: smake
Version: 1.2.1
Revision: 1
Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
Source: ftp://ftp.berlios.de/pub/smake/%n-%v.tar.bz2
Source-MD5: 2fd7bd44b22da1640aaa6fbd31c727e4
PatchFile: %n.patch
PatchFile-MD5: 6c035ad2dc50bfd6b4249ec275a8f8f4
BuildDepends: fink (>= 0.24.12)
UseMaxBuildJobs: False
CompileScript: <<
gnumake
<<
InstallScript: <<
gnumake DESTDIR=%d install
<<
License: GPL
DocFiles: COPYING
Description: Portable make program with automake features
Homepage: http://cdrecord.berlios.de/old/private/smake.html
--- smake-1.2.1/autoconf/config.guess.orig 2011-07-24 11:54:30.000000000
-0400
+++ smake-1.2.1/autoconf/config.guess 2011-07-24 11:54:10.000000000 -0400
@@ -858,6 +858,9 @@
"x86":"Darwin":*)
echo i386-apple-macosx${UNAME_RELEASE}
exit 0 ;;
+ "x86_64":"Darwin":*)
+ echo i386-apple-macosx${UNAME_RELEASE}
+ exit 0 ;;
*:OS/2:*:*)
echo "i386-pc-os2_emx"
exit 0;;
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel