summaryrefslogtreecommitdiffstats
path: root/palm/coldsync
Commit message (Collapse)AuthorAgeFilesLines
* ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above,vs2005-02-113-6/+54
| | | | | | | | | | | | | 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
* After many hours of fiddling with ugen and uvisor and coldsync and such,green2004-07-012-1/+41
| | | | | | | | | | | | | | | | | | I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
* BROKEN on sparc64: Fails to linkkris2004-06-111-0/+4
|
* - Fix build on 5.x and unbreakpav2004-05-112-13/+13
| | | | | PR: ports/66488 Submitted by: Arne Woerner <arne_woerner@yahoo.com>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-231-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* fix ports/palm/coldsync: fix dumps coredaichi2003-07-031-0/+11
| | | | | PR: 51139 Submitted by: Helge Oldach <send-pr-31231@oldach.net>
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* Fix build on -CURRENT (GCC3).naddy2003-02-221-0/+14
| | | | Approved by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Be sure to install the libraries together with the headers and themi2002-12-283-0/+38
| | | | | | | manual pages. Build the shared libraries next to the static ones. Not bumping the PORTREVISION, since this is port was just upgraded. Approved by: knu (again!), maintainer (blanket)
* Upgrade to the latest stable version -- 2.2.5, which supports Palms inmi2002-12-276-72/+90
| | | | | | | | | | | | | | | addition to Handspring, so there is no need for patch-palm any more. Remove the Perl parts of this port. They will be turned into the new p5-coldsync. Now, that the port no longer uses Perl, switch back to REINPLACE and rephrase the regexps, so they work (\S was a perlism). Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE as 200112 -- the only way to cause netinet/in.h to include netinet6/in6.h, apparently. Reviewed by: knu (portmgr) Approved by: maintainer, portmgr
* Revert the PERL-to-REINPLACE conversion attempts. They were nevermi2002-12-262-4/+27
| | | | | | | | | | | | | | | | | | | | finished, despite several related commits, but, most importantly, the port uses PERL anyway... This prevented USB detection -- fixed by this committer in April. Pointy hats available upon request... Make sure __BSD_VISIBLE is defined -- too many of _our headers_ trip over u_int et al without that. Include netinet6/in6.h and force it in by defining what it is looking for. The "official" way of doing it -- simply through the netinet/in.h does not work. May be, there is no __POSIX_VISIBLE in case of __BSD_VISIBLE? Fixes to files/patch-in6 are welcome! The last two fixed compile on -current, justifying this commit without explicit approval. PR: ports/43532 ports/46472 Submitted by: Larry Rosenman, David Magda
* Fix Build with recent bison ,arved2002-12-101-0/+34
| | | | | PR: 45951 Submitted by: Pat Lashley <patl+freebsd@volant.org>
* Add `-E' option to REINPLACE_ARGS.okazaki2002-08-031-0/+1
| | | | | | | PR: 40749, 41085 Submitted by: Shaun Branden <shaun@pcuse.com>, Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>, and maintainer
* Chase shlib rev of devel/gettextade2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-231-1/+2
| | | | | PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com>
* Add missing plist entrypat2002-05-181-1/+2
| | | | | PR: 37773 Submitted by: gshapiro
* gettext upgrade uber-patch (stage 3)ade2002-04-121-2/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Update the MASTER_SITES (per maintainer's request) and the WWW tag (mymi2002-04-092-2/+2
| | | | | | own initiative). Submitted by: maintainer
* Patch to use the new names of some of the usb.h's structures' fields ifmi2002-04-093-3/+36
| | | | | | | | the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer
* Stage 1 of gettext update.ade2002-03-151-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we getsteve2001-12-151-0/+2
| | | | internationalized text for the resultant binary.
* Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainermi2001-08-242-2/+2
| | | | is the author, and this new versions are both posted on the WWW.
* Install locale files to match pkg-plist. I assume this has beenalex2001-08-231-0/+2
| | | | | the default once, but isn't any more if you don't enable it with --with-i18n.
* upgrade to 2.1.2ijliao2001-05-293-2/+6
| | | | | PR: 27621 Submitted by: maintainer
* Update to version 1.4.6kevlo2000-09-292-4/+4
| | | | | PR: 21645 Submitted by: MAINTAINER
* Update to 1.4.5.knu2000-09-253-9/+8
| | | | | PR: ports/21514 Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER)
* Update to 1.2.0.knu2000-06-034-4/+26
| | | | Now a Perl5 module is available!
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-1/+1
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-2/+2
|
* Update to version 1.1.2.steve2000-01-303-4/+5
| | | | Submitted by: maintainer
* Adding coldsync version 1.0.0.steve2000-01-295-0/+46
Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger <arensb@ooblick.com>
OpenPOWER on IntegriCloud