summaryrefslogtreecommitdiff
path: root/palm/coldsync (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* fix ports/palm/coldsync: fix dumps coreDaichi GOTO2003-07-031-0/+11
| | | | | | | | PR: 51139 Submitted by: Helge Oldach <send-pr-31231@oldach.net> Notes: svn path=/head/; revision=84132
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* Fix build on -CURRENT (GCC3).Christian Weisgerber2003-02-221-0/+14
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=76078
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Be sure to install the libraries together with the headers and theMikhail Teterin2002-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) Notes: svn path=/head/; revision=71956
* Upgrade to the latest stable version -- 2.2.5, which supports Palms inMikhail Teterin2002-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 Notes: svn path=/head/; revision=71930
* Revert the PERL-to-REINPLACE conversion attempts. They were neverMikhail Teterin2002-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 Notes: svn path=/head/; revision=71847
* Fix Build with recent bison ,Tilman Keskinoz2002-12-101-0/+34
| | | | | | | | PR: 45951 Submitted by: Pat Lashley <patl+freebsd@volant.org> Notes: svn path=/head/; revision=71508
* Add `-E' option to REINPLACE_ARGS.OKAZAKI Tetsurou2002-08-031-0/+1
| | | | | | | | | | PR: 40749, 41085 Submitted by: Shaun Branden <shaun@pcuse.com>, Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>, and maintainer Notes: svn path=/head/; revision=63937
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | | | | PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61827
* Add missing plist entryPatrick Li2002-05-181-1/+2
| | | | | | | | PR: 37773 Submitted by: gshapiro Notes: svn path=/head/; revision=59417
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-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 Notes: svn path=/head/; revision=57625
* Update the MASTER_SITES (per maintainer's request) and the WWW tag (myMikhail Teterin2002-04-092-2/+2
| | | | | | | | | own initiative). Submitted by: maintainer Notes: svn path=/head/; revision=57506
* Patch to use the new names of some of the usb.h's structures' fields ifMikhail Teterin2002-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 Notes: svn path=/head/; revision=57477
* Stage 1 of gettext update.Ade Lovett2002-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 Notes: svn path=/head/; revision=56168
* Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we getSteve Price2001-12-151-0/+2
| | | | | | | internationalized text for the resultant binary. Notes: svn path=/head/; revision=51596
* Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainerMikhail Teterin2001-08-242-2/+2
| | | | | | | is the author, and this new versions are both posted on the WWW. Notes: svn path=/head/; revision=46802
* Install locale files to match pkg-plist. I assume this has beenAlexander Langer2001-08-231-0/+2
| | | | | | | | the default once, but isn't any more if you don't enable it with --with-i18n. Notes: svn path=/head/; revision=46726
* upgrade to 2.1.2Ying-Chieh Liao2001-05-293-2/+6
| | | | | | | | PR: 27621 Submitted by: maintainer Notes: svn path=/head/; revision=43275
* Update to version 1.4.6Kevin Lo2000-09-292-4/+4
| | | | | | | | PR: 21645 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33251
* Update to 1.4.5.Akinori MUSHA2000-09-253-9/+8
| | | | | | | | PR: ports/21514 Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER) Notes: svn path=/head/; revision=33092
* Update to 1.2.0.Akinori MUSHA2000-06-034-4/+26
| | | | | | | Now a Perl5 module is available! Notes: svn path=/head/; revision=29145
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27846
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27497
* Update to version 1.1.2.Steve Price2000-01-303-4/+5
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=25319
* Adding coldsync version 1.0.0.Steve Price2000-01-295-0/+46
Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger <arensb@ooblick.com> Notes: svn path=/head/; revision=25202