ports/90650: [Maintainer-update] palm/malsync: update 2.10 -> 2.20

Stefan 'Steve' Tell stell at zeus.crashmail.de
Mon Dec 19 15:40:07 UTC 2005


>Number:         90650
>Category:       ports
>Synopsis:       [Maintainer-update] palm/malsync: update 2.10 -> 2.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 19 15:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan 'Steve' Tell
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD nexxus.crashmail.de 6.0-STABLE FreeBSD 6.0-STABLE #8: Thu Dec 15 22:11:08 CET 2005
>Description:
- Take maintainership
- Update to 2.20

Removed file(s):
- files/patch-ab

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- malsync-2.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/palm/malsync/Makefile /usr/home/stell/FreeBSD/ownports/malsync/Makefile
--- /usr/ports/palm/malsync/Makefile	Mon Oct 10 03:06:30 2005
+++ /usr/home/stell/FreeBSD/ownports/malsync/Makefile	Mon Dec 19 16:26:54 2005
@@ -6,18 +6,20 @@
 #
 
 PORTNAME=	malsync
-PORTVERSION=	2.10
-PORTREVISION=	1
+PORTVERSION=	2.20
 CATEGORIES=	palm
 MASTER_SITES=	http://www.tomw.org/malsync/ \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	fenner
-DISTNAME=	malsync_2.1.0.src
+DISTNAME=	malsync_2.2.0.src
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	stefan.tell at crashmail.de
 COMMENT=	Sync to Mobile Application Link (MAL) compliant servers
 
 LIB_DEPENDS=	pisock.8:${PORTSDIR}/palm/pilot-link
+
+# Code is not 64-bit clean
+NOT_FOR_ARCH=	amd64
 
 PLIST_FILES=	bin/malsync
 USE_GMAKE=	yes
diff -ruN --exclude=CVS /usr/ports/palm/malsync/distinfo /usr/home/stell/FreeBSD/ownports/malsync/distinfo
--- /usr/ports/palm/malsync/distinfo	Fri Nov 25 18:09:19 2005
+++ /usr/home/stell/FreeBSD/ownports/malsync/distinfo	Mon Dec 19 16:22:07 2005
@@ -1,3 +1,3 @@
-MD5 (malsync_2.1.0.src.tar.gz) = 7fb71bba9d83ed2f0758b807ab4cc6a2
-SHA256 (malsync_2.1.0.src.tar.gz) = a432087f1acb80e0fa917604b215f6924f4ed9841e12e97dd6fbb64df510cad7
-SIZE (malsync_2.1.0.src.tar.gz) = 170554
+MD5 (malsync_2.2.0.src.tar.gz) = d1c41526b91bb38c21a4ced01d26328c
+SHA256 (malsync_2.2.0.src.tar.gz) = 34d8ea8bca9a7bf41774dd6d0a2605b46373eb41a827749378e31637f61d074d
+SIZE (malsync_2.2.0.src.tar.gz) = 173851
diff -ruN --exclude=CVS /usr/ports/palm/malsync/files/patch-aa /usr/home/stell/FreeBSD/ownports/malsync/files/patch-aa
--- /usr/ports/palm/malsync/files/patch-aa	Wed Sep 25 07:51:47 2002
+++ /usr/home/stell/FreeBSD/ownports/malsync/files/patch-aa	Mon Dec 19 16:15:47 2005
@@ -1,15 +1,10 @@
---- Makefile.orig	Sat Apr 20 23:45:19 2002
-+++ Makefile	Tue Sep 24 22:36:44 2002
-@@ -1,4 +1,3 @@
--CC = gcc
- TARGET = malsync
- 
- PLAT := $(shell uname)
-@@ -16,9 +15,9 @@
+--- Makefile	Sat May 31 01:42:14 2003
++++ /home/stell/Makefile	Mon Dec 19 16:14:45 2005
+@@ -15,9 +15,9 @@
  endif
  
  TREETOP = .
--PILOT_LINK_DIR = $(TREETOP)/pilot-link-0.10.99
+-PILOT_LINK_DIR = $(TREETOP)/pilot-link-0.11.7
 +PILOT_LINK_DIR = $(PREFIX)
  
 -CFLAGS = -Wall -g -DMALSYNC -I$(TREETOP)/mal/common \
@@ -17,22 +12,21 @@
    -I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR)/include \
    -I$(TREETOP)/mal/client/unix
  
-@@ -72,14 +71,14 @@
+@@ -71,13 +71,10 @@
  DYNLINK = -rdynamic
  endif
  
 +all: $(TARGET)
-+
  $(TARGET): $(OBJS)
 -	$(CC) $(DYNLINK) $(CFLAGS) -o $@ $(OBJS) \
--          -L${PILOT_LINK_DIR}/libpisock/.libs -lpisock $(LINKLIBS)
+-          ${PILOT_LINK_DIR}/libpisock/.libs/libpisock.a $(LINKLIBS)
 +	$(CC) $(CFLAGS) -o $@ $(OBJS) \
-+          -L${PILOT_LINK_DIR}/lib -lpisock $(LINKLIBS)
++	-L${PILOT_LINK_DIR}/lib -lpisock $(LINKLIBS)
++	
  clean:
  	rm -f $(OBJS) $(TARGET)
- 
--.c.o:
--	gcc $(CFLAGS) -c -o $@ $<
- 
- 
- 
+-
+-
+-
+-
+-
diff -ruN --exclude=CVS /usr/ports/palm/malsync/files/patch-ab /usr/home/stell/FreeBSD/ownports/malsync/files/patch-ab
--- /usr/ports/palm/malsync/files/patch-ab	Wed Sep 25 07:51:47 2002
+++ /usr/home/stell/FreeBSD/ownports/malsync/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- malsync.c.orig	Tue Apr  9 18:17:54 2002
-+++ malsync.c	Tue Sep 24 22:26:24 2002
-@@ -64,8 +64,6 @@
- #include <pi-version.h>
- #include <pi-header.h>
- 
--int pilot_connect(const char *port);
--
- #define DEFAULT_CARD_NUM 0
- 
- #define VERSION_STRING "malsync version 2.1.0"
--- malsync-2.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list