non port: palm/coldsync/Makefile |
Number of commits found: 41 |
Saturday, 19 May 2012
|
14:19 ak
Remove expired ports:
2012-05-15 net/ng_car
2012-05-10 palm/coldsync
Approved by: eadler (mentor)
|
Monday, 9 Apr 2012
|
23:51 bapt
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
|
Saturday, 26 Mar 2011
|
23:18 pav
- Mark BROKEN: does not compile
Reported by: pointyhat
|
Wednesday, 26 Jan 2011
|
01:00 gerald
Add -I${LOCALBASE}/include to CFLAGS. [1] Sort pkg-plist.
PR: 153625 [1]
Approved by: maintainer timeout (11 days only), portmgr nudging
Feature safe: yes
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tuesday, 28 Jul 2009
|
09:01 pav
- Disable optimizations, they cause segfaults on runtime
PR: ports/137124
Submitted by: Helge Oldach <freebsd-coldsync-jul09@oldach.net>
Approved by: Andrew Arensburger <arensb@ooblick.com> (maintainer)
|
Friday, 6 Jun 2008
|
13:55 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sunday, 15 Apr 2007
|
19:53 kris
Retire OPSYS (well-intentioned, but there was no way this port was
cross-BSD compatible anyway), and also retire <=4.x support while I'm
here
|
Wednesday, 4 Apr 2007
|
09:33 stefan
Add support for WITHOUT_NLS.
PR: 110538
Submitted by: Helge Oldach <ports-coldsync-mar07@oldach.net>
Approved by: maintainer
|
Tuesday, 15 Aug 2006
|
00:56 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Monday, 7 Aug 2006
|
18:14 shaun
- Add missing locale files to plist. [1]
- Fix build on sparc64. [2]
PR: ports/101504 [1]
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [1], shaun (me) [2]
Approved by: maintainer
|
Saturday, 13 May 2006
|
01:03 edwin
Remove USE_REINPLACE from all categories starting with P
|
Monday, 5 Dec 2005
|
00:53 edwin
Remove install-info from Makefile, it's automatically done when INFO is defined
|
Friday, 11 Feb 2005
|
17:35 vs
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
|
Thursday, 1 Jul 2004
|
16:31 green
After many hours of fiddling with ugen and uvisor and coldsync and such,
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
|
Friday, 11 Jun 2004
|
00:04 kris
BROKEN on sparc64: Fails to link
|
Tuesday, 11 May 2004
|
09:28 pav
- Fix build on 5.x and unbreak
PR: ports/66488
Submitted by: Arne Woerner <arne_woerner@yahoo.com>
|
Wednesday, 4 Feb 2004
|
04:36 marcus
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Friday, 23 Jan 2004
|
18:12 trevor
Now gettext 0.12.1 is gettext-old.
|
Tuesday, 26 Aug 2003
|
20:25 marcus
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Monday, 25 Aug 2003
|
05:41 marcus
Chase the libintl.so shared lib version.
|
Sunday, 18 May 2003
|
09:27 kris
BROKEN on 5.1: bad C++
|
Friday, 21 Feb 2003
|
13:19 knu
De-pkg-comment.
|
Saturday, 28 Dec 2002
|
07:04 mi
Be sure to install the libraries together with the headers and the
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)
|
Friday, 27 Dec 2002
|
21:11 mi
Upgrade to the latest stable version -- 2.2.5, which supports Palms in
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
|
Thursday, 26 Dec 2002
|
02:11 mi
Revert the PERL-to-REINPLACE conversion attempts. They were never
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
|
Saturday, 3 Aug 2002
|
22:52 okazaki
Add `-E' option to REINPLACE_ARGS.
PR: 40749, 41085
Submitted by: Shaun Branden <shaun@pcuse.com>,
Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>,
and maintainer
|
Thursday, 1 Aug 2002
|
16:22 ade
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
|
Sunday, 23 Jun 2002
|
16:42 ijliao
${PERL} -> ${REINPLACE_CMD}
PR: 39702, 39704
Submitted by: Scott Flatman <sf@dsinw.com>
|
Friday, 12 Apr 2002
|
17:10 ade
gettext upgrade uber-patch (stage 3)
- 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
|
Tuesday, 9 Apr 2002
|
20:08 mi
Update the MASTER_SITES (per maintainer's request) and the WWW tag (my
own initiative).
Submitted by: maintainer
|
02:00 mi
Patch to use the new names of some of the usb.h's structures' fields if
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
|
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
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
|
Saturday, 15 Dec 2001
|
22:08 steve
Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get
internationalized text for the resultant binary.
|
Friday, 24 Aug 2001
|
17:41 mi
Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer is the
author, and this new versions are both posted on the WWW.
|
Thursday, 23 Aug 2001
|
18:01 alex
Install locale files to match pkg-plist. I assume this has been the default
once, but isn't any more if you don't enable it with --with-i18n.
|
Tuesday, 29 May 2001
|
17:19 ijliao
upgrade to 2.1.2
|
Friday, 29 Sep 2000
|
16:38 kevlo
Update to version 1.4.6
|
Monday, 25 Sep 2000
|
09:04 knu
Update to 1.4.5.
|
Saturday, 3 Jun 2000
|
09:02 knu
Update to 1.2.0.
|
Number of commits found: 41 |