diff options
author | vs <vs@FreeBSD.org> | 2005-02-12 01:35:49 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-12 01:35:49 +0800 |
commit | 7deb9ba31cd05783efce4706e6b7a290ffbaf70e (patch) | |
tree | 91ae4439a728ffb89d02485057297ec19290c5a2 /palm/coldsync/Makefile | |
parent | 94165352bd462de1448dddbcacdf8658c58e7122 (diff) | |
download | freebsd-ports-gnome-7deb9ba31cd05783efce4706e6b7a290ffbaf70e.tar.gz freebsd-ports-gnome-7deb9ba31cd05783efce4706e6b7a290ffbaf70e.tar.zst freebsd-ports-gnome-7deb9ba31cd05783efce4706e6b7a290ffbaf70e.zip |
ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above,
if (and only if) there is a password set on the Palm. The Palm claims
that the desktop software is too old and should be upgraded. The patch
below (essentially stolen from ColdSync 3.0) makes ColdSync claim that
it supports DLP 1.3.
Fix .info-handling while here
PR: ports/69212
Submitted by: Helge Oldach
Approved by: maintainer timeout
Diffstat (limited to 'palm/coldsync/Makefile')
-rw-r--r-- | palm/coldsync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 31c1a3f1f5db..326259acfc39 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -7,7 +7,7 @@ PORTNAME= coldsync PORTVERSION= 2.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= palm comms MASTER_SITES= http://www.coldsync.org/download/ @@ -43,6 +43,8 @@ MAN3= libpconn.3 DlpAddSyncLogEntry.3 DlpCallApplication.3 \ MAN8= coldsync.8 MANCOMPRESSED= no +INFO= conduits + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |