Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv7312

Added Files:
        malsync-2.1.1-1.info malsync-2.1.1-1.patch 
Log Message:
new from tracker


--- NEW FILE: malsync-2.1.1-1.info ---
Package: malsync
Version: 2.1.1
Revision: 1
Maintainer: Bill Fenner <[EMAIL PROTECTED]>
Depends: pilot-link9
Source: http://www.tomw.org/malsync/malsync_%v.src.tar.gz
Source-MD5: b6342df8559a53a51cf3294ac06ed992
SourceDirectory: malsync
Patch: %f.patch
CompileScript: <<
make PREFIX=%p
<<
InstallScript: <<
install -d -m 755 %i/bin
install -o root -m 755 malsync %i/bin/
<<
DocFiles: Doc/README_AvantGo Doc/README_malsync
Description: AvantGo.com palm pilot synchronization utility
DescDetail: <<
MalSync is a command line tool that allows Palm Pilots to synchronize to the
AvantGo.com server.
<<
Homepage: http://www.tomw.org/malsync/
License: OSI-Approved

--- NEW FILE: malsync-2.1.1-1.patch ---
diff -ur malsync/Makefile /sw/src/malsync-2.1.1-1/malsync/Makefile
--- malsync/Makefile    Sun Nov 17 10:52:53 2002
+++ /sw/src/malsync-2.1.1-1/malsync/Makefile    Tue Jul  1 23:22:29 2003
@@ -15,10 +15,9 @@
 endif
 
 TREETOP = .
-PILOT_LINK_DIR = $(TREETOP)/pilot-link-0.11.5
 
 CFLAGS = -Wall -g -DMALSYNC -I$(TREETOP)/mal/common \
-  -I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR)/include \
+  -I$(TREETOP)/mal/client/common -I$(PREFIX)/include \
   -I$(TREETOP)/mal/client/unix
 
 ifeq ($(PLAT),Darwin)
@@ -73,7 +72,7 @@
 
 $(TARGET): $(OBJS)
        $(CC) $(DYNLINK) $(CFLAGS) -o $@ $(OBJS) \
-          -L${PILOT_LINK_DIR}/libpisock/.libs -lpisock $(LINKLIBS)
+          -L$(PREFIX)/lib -lpisock $(LINKLIBS)
 clean:
        rm -f $(OBJS) $(TARGET)
 
diff -ur malsync/mal/client/common/AGCommandProcessor.c 
/sw/src/malsync-2.1.1-1/malsync/mal/client/common/AGCommandProcessor.c
--- malsync/mal/client/common/AGCommandProcessor.c      Sun May 14 14:17:35 2000
+++ /sw/src/malsync-2.1.1-1/malsync/mal/client/common/AGCommandProcessor.c      Tue 
Jul  1 23:10:28 2003
@@ -907,9 +907,9 @@
     case AG_DEVICEINFO_CMD:      
     case AG_NEWIDS_CMD:      
     default:
-        #ifdef DEBUG_COMMANDS
+#ifdef DEBUG_COMMANDS
         printf("\tThe server should have NEVER sent a %s command.\n", name);
-        #endif
+#endif
         rc = AGCLIENT_ERR; 
         break;
     }
diff -ur malsync/mal/common/AGBufferedNet.c 
/sw/src/malsync-2.1.1-1/malsync/mal/common/AGBufferedNet.c
--- malsync/mal/common/AGBufferedNet.c  Sun May 14 14:17:36 2000
+++ /sw/src/malsync-2.1.1-1/malsync/mal/common/AGBufferedNet.c  Tue Jul  1 23:09:47 
2003
@@ -26,19 +26,19 @@
 
 #ifdef __unix__
 
-    #include <errno.h>
+#include <errno.h>
     
 #endif // __unix__
 
 
/*************************************************************************************/
 #ifdef __palmos__
 
-    #define BUFSIZE 512
-    #define ALMOST_INFINITE_TIMEOUT (10 * sysTicksPerSecond)
+#define BUFSIZE 512
+#define ALMOST_INFINITE_TIMEOUT (10 * sysTicksPerSecond)
 
 #else
 
-    #define BUFSIZE 4096
+#define BUFSIZE 4096
     
 #endif
 
diff -ur malsync/mal/common/AGNet.c /sw/src/malsync-2.1.1-1/malsync/mal/common/AGNet.c
--- malsync/mal/common/AGNet.c  Sat Feb  9 11:14:20 2002
+++ /sw/src/malsync-2.1.1-1/malsync/mal/common/AGNet.c  Tue Jul  1 23:24:11 2003
@@ -26,7 +26,8 @@
 //#include <stdio.h>   (adam) temporary hack - comment out so it will build on ce
 
 #ifndef _WIN32
-#include <ctype.h> //PENDING(klobad) not needed on palm or win remove??
+#include <ctype.h>
+//PENDING(klobad) not needed on palm or win remove??
 #include <errno.h>
 #endif
 
@@ -455,9 +456,9 @@
     case EINPROGRESS:
       return AG_NET_WOULDBLOCK;
 #ifdef _HPUX_SOURCE
-   #ifndef DARWIN
+#ifndef DARWIN
       case EWOULDBLOCK:
-   #endif
+#endif
 #endif
     case EAGAIN:
       return AG_NET_WOULDBLOCK;




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to