Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv28329/libs

Added Files:
        libical.info libical.patch 
Log Message:
to 10.7 with version bump to latest upstream

--- NEW FILE: libical.info ---
Package: libical
Version: 0.48
Revision: 1
BuildDepends: fink (>= 0.24.12)
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: mirror:sourceforge:freeassociation/libical-%v.tar.gz
Source-MD5: e549f434d5fbf9cd156c60ed4943618f
PatchFile: %n.patch
PatchFile-MD5: c97896c4f47c24ff6614ae244db2e16a
SetCFLAGS: -Os
SetCXXFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking 
--enable-reentrant --enable-cxx --disable-python --disable-static
# Tests hang on TimeZone Conversions test, but keep field here as reminder
#InfoTest: <<
#       TestScript: make check || exit 2
#<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog LICENSE NEWS README* TEST THANKS TODO
Splitoff: <<
  Package: %N-shlibs
  Files: <<
    lib/libical.0.dylib
    lib/libical_cxx.0.dylib
    lib/libicalss.0.dylib
    lib/libicalss_cxx.0.dylib
    lib/libicalvcal.0.dylib
  <<
Shlibs: <<
    %p/lib/libical.0.dylib 49.0.0 %n (>= 0.48-1)
    %p/lib/libical_cxx.0.dylib 1.0.0 %n (>= 0.48-1)
    %p/lib/libicalss.0.dylib 49.0.0 %n (>= 0.48-1)
    %p/lib/libicalss_cxx.0.dylib 1.0.0 %n (>= 0.48-1)
    %p/lib/libicalvcal.0.dylib 49.0.0 %n (>= 0.48-1)
  <<
  DocFiles: COPYING
<<
Homepage: http://sourceforge.net/projects/freeassociation
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
GCC: 4.0
License: LGPL
Description: C/C++ support for the iCalendar format
DescPackaging: <<
Python is disabled.  If the python bindings that go atop the dylibs are needed,
a new .info that copies the same settings as this one and then removes 
everything 
but the bindings should be created (or the build system hacked to use the 
installed
dylibs rather than compiling a new).
<<
--- NEW FILE: libical.patch ---
diff -Nurd libical-0.44.ori/src/libical/icaltz-util.c 
libical-0.44/src/libical/icaltz-util.c
--- libical-0.44.ori/src/libical/icaltz-util.c  2009-09-26 23:38:51.000000000 
-0300
+++ libical-0.44/src/libical/icaltz-util.c      2009-11-24 01:45:13.000000000 
-0200
@@ -27,6 +27,9 @@
 
 #if defined(sun) && defined(__SVR4)
 #include <sys/byteorder.h>
+#elif defined(__APPLE__)
+#include <libkern/OSByteOrder.h>
+#define bswap_32 OSSwapBigToHostInt32
 #else
 # ifdef HAVE_BYTESWAP_H
 #  include <byteswap.h>


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to