Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10985/main/finkinfo/libs

Modified Files:
        libmal10.info libmal10.patch 
Log Message:
update pilot-link dep, new upstream libmal

Index: libmal10.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmal10.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmal10.patch      15 Nov 2006 13:35:43 -0000      1.2
+++ libmal10.patch      19 Mar 2009 14:01:59 -0000      1.3
@@ -1,106 +1,24 @@
-
---- libmal-0.40/configure      2004-01-29 22:00:34.000000000 -0500
-+++ libmal-0.40-new/configure  2006-09-07 21:59:06.000000000 -0400
-@@ -8401,7 +8401,7 @@
- 
- for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
-   /usr/extra/pilot/lib ; do
--   if test -r "$pilot_libs/libpisock.so" ; then
-+   if test -r "$pilot_libs/libpisock.dylib" ; then
-       pilotlibs=yes
-       PILOT_LIBS="-L$pilot_libs $PILOT_LIBS"
-       break
---- libmal-0.40/malsync/mal/common/AGBase64.c  2000-05-14 17:17:36.000000000 
-0400
-+++ libmal-0.40-new/malsync/mal/common/AGBase64.c      2006-09-07 
21:59:38.000000000 -0400
-@@ -103,7 +103,7 @@
-     int ixtext;
-     int lentext;
-     char ch, *ptr, *tptr;
--    char inbuf [3];
-+    char inbuf [4];
-     int ixinbuf;
-     int ignorechar;
-     int endtext = 0;
---- libmal-0.40/malsync/mal/common/AGNet.h     2003-08-09 14:52:30.000000000 
-0400
-+++ libmal-0.40-new/malsync/mal/common/AGNet.h 2006-09-07 21:59:06.000000000 
-0400
-@@ -61,7 +61,7 @@
+diff -Nurd libmal-0.44.1/configure libmal-0.44.1-new/configure
+--- libmal-0.44.1/configure    2009-02-16 11:30:38.000000000 -0500
++++ libmal-0.44.1-new/configure        2009-03-19 09:30:27.000000000 -0400
+@@ -20069,7 +20069,7 @@
+ if test $pilotlibs = no ; then
+     for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
+         /usr/extra/pilot/lib ; do
+-        if test -r "$pilot_libs/libpisock.so" ; then
++        if test -r "$pilot_libs/libpisock.dylib" ; then
+             pilotlibs=yes
+             PILOT_LIBS="-L$pilot_libs $PILOT_LIBS"
+             break
+diff -Nurd libmal-0.44.1/malsync/mal/common/AGNet.h 
libmal-0.44.1-new/malsync/mal/common/AGNet.h
+--- libmal-0.44.1/malsync/mal/common/AGNet.h   2009-02-16 11:07:04.000000000 
-0500
++++ libmal-0.44.1-new/malsync/mal/common/AGNet.h       2009-03-19 
09:31:18.000000000 -0400
+@@ -62,7 +62,7 @@
  #               include <sys/filio.h>
  #               include <arpa/inet.h>
  #           else
--#               if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
-+#               if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE) 
|| defined(__APPLE__)
+-#               if (defined(BSD) && BSD >= 199306) ||  defined(__OpenBSD__) 
|| defined(_HPUX_SOURCE)
++#               if (defined(BSD) && BSD >= 199306) ||  defined(__OpenBSD__) 
|| defined(_HPUX_SOURCE) || defined(__APPLE__)
  #                   include <sys/ioctl.h>
  #                   include <arpa/inet.h>
- #               else
---- libmal-0.40/src/Makefile.in        2004-01-29 22:00:33.000000000 -0500
-+++ libmal-0.40-new/src/Makefile.in    2006-09-07 21:59:06.000000000 -0400
-@@ -198,7 +198,7 @@
- 
- libmal_la_SOURCES = libmal.c libmal.h $(MAL_SRC) $(MAL_HDRS)
- 
--libmal_la_LDFLAGS = $(PILOT_LIBS) -module -version-info 1:0:0
-+libmal_la_LDFLAGS = $(PILOT_LIBS) -ldl -version-info 1:0:0
- 
- c_header_DATA = libmal.h $(MAL_HDRS)
- c_headerdir = $(includedir)/libmal
---- libmal-0.40/src/libmal.c   2004-01-29 15:58:55.000000000 -0500
-+++ libmal-0.40-new/src/libmal.c       2006-09-08 18:28:15.000000000 -0400
-@@ -291,8 +291,7 @@
- 
-         rc = dlp_ReadRecordByIndex(sd, database_id, 0, 
-                                    (void *)dev_db_info_buffer, 
--                                   &id, &dev_db_info_buffer_size, 
--                                   &attr, &cat);
-+                                   &id, &attr, &cat);
-     
- 
-         if (rc >= 0) {
-@@ -614,7 +613,7 @@
-     AGBufferReader * r = NULL;
- 
-     rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
--                               &id, &bufferSize, &attr, &cat);
-+                               &id, &attr, &cat);
-     
-     if (rc < 0) {
-         if (verbose)
-@@ -652,7 +651,7 @@
-     AGBufferReader * r = NULL;
- 
-     rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
--                               &id, &bufferSize, &attr, &cat);
-+                               &id, &attr, &cat);
-     
-     if (rc < 0) {
-         if (verbose)
-@@ -712,7 +711,7 @@
-         }
- 
-         result = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void 
*)buffer, 
--                                   &id, &bufferSize, &attr, &cat);
-+                                   &id, &attr, &cat);
-         
-         if (result < 0)
-             id = 0;
-@@ -1027,11 +1026,11 @@
-     result = (modonly) ?
-         dlp_ReadNextModifiedRec (pInfo->sd, pInfo->pilot_rHandle, 
pInfo->pilot_buffer,
-                                  &pInfo->id, &idx,
--                                 &size, &att, &cat)
-+                                 &att, &cat)
-         :
-         dlp_ReadRecordByIndex(pInfo->sd, pInfo->pilot_rHandle, idx,
-                               pInfo->pilot_buffer, &pInfo->id,
--                              &size, &att, &cat);
-+                              &att, &cat);
-     
-     if (result < 0) {
-         closeDatabase(pInfo);
-@@ -1388,7 +1387,6 @@
-                                    0, 
-                                    (void *)version_buffer, 
-                                    &id, 
--                                   &version_buffer_size,
-                                    &attr, 
-                                    &cat);
- 
+ #               elif defined(__GLIBC__)

Index: libmal10.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmal10.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- libmal10.info       27 Jan 2009 07:41:18 -0000      1.10
+++ libmal10.info       19 Mar 2009 14:01:59 -0000      1.11
@@ -1,30 +1,35 @@
 Package: libmal10
-Version: 0.40
-Revision: 1027
+Version: 0.44.1
+Revision: 1
 Epoch: 1
 Description: Library for syncing AvantGo
 License: OSI-Approved
 Maintainer: Benjamin Reed <libma...@fink.racoonfink.com>
 
 Depends: %N-shlibs (>= %e:%v-%r)
-BuildDepends: fink (>= 0.24.12), pilot-link10, libiconv-dev, libncurses5 (>= 
5.4-20041023-1006), readline5 (>= 5.0-1004)
+BuildDepends: <<
+       fink (>= 0.28.0-1),
+       pilot-link09,
+       libiconv-dev,
+       libncurses5 (>= 5.4-20041023-1006),
+       readline5 (>= 5.0-1004)
+<<
 Conflicts: libmal
 Replaces: libmal
 BuildDependsOnly: true
 
-Source: http://jasonday.home.att.net/code/libmal/libmal-%v.tar.gz
-Source-MD5: b570bc495101de915f3401d0baaf6b62
-PatchFile: %n.patch
-PatchFile-MD5: 7772c1358d255715e4190a04a10f8f47
+Source: http://www.jlogday.com/code/libmal/libmal-%v.tar.gz
+Source-MD5: e9a3f8c7c825497c990e28e5e175e11c
 PatchScript: <<
        %{default_script}
        perl -pi.bak -e 's/\$\(MAL_INC\).*/\nAM_CPPFLAGS = $&/' src/Makefile.in
        perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
+PatchFile: %n.patch
+PatchFile-MD5: 4d917673c43e4b5ee983d7185388f606
 
-SetCPPFLAGS: -I%p/lib/pilot-link10/include -fno-common -D__unix__ -DDARWIN
-SetLDFLAGS: -L%p/lib/pilot-link10/lib
-ConfigureParams: --mandir=%p/share/man --with-pilot-prefix=%p/lib/pilot-link10 
--disable-dependency-tracking
+SetCPPFLAGS: -fno-common -D__unix__ -DDARWIN
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 CompileScript: <<
 #!/bin/sh -ex
 
@@ -33,22 +38,27 @@
   make
 <<
 
-InstallScript:   make install DESTDIR=%d
+InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
 SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for libmal
-       Depends: pilot-link10-shlibs
+       Depends: pilot-link09-shlibs
+       DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
        Files: lib/libmal.*.dylib
        Shlibs: %p/lib/libmal.1.dylib 2.0.0 %n (>= 0.40-1026)
-       DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
 <<
 SplitOff2: <<
        Package: malsync
-       Depends: %N-shlibs (>= %e:%v-%r), libiconv, libncurses5-shlibs (>= 
5.4-20041023-1006), readline5-shlibs (>= 5.0-1004)
+       Depends: <<
+               %N-shlibs (>= %e:%v-%r),
+               libiconv,
+               libncurses5-shlibs (>= 5.4-20041023-1006),
+               readline5-shlibs (>= 5.0-1004)
+       <<
        Replaces: %N (<< 0.40-1026)
-       Files: bin
        DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+       Files: bin
 <<
 
 Homepage: http://jasonday.home.att.net/code/libmal/libmal.html


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to