| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Jun 2008 14:55:21
2.2.5_6
|
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) |
19 May 2007 21:32:57
2.2.5_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 20:53:23
2.2.5_4
|
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 |
04 Apr 2007 10:33:44
2.2.5_4
|
stefan  |
Add support for WITHOUT_NLS.
PR: 110538
Submitted by: Helge Oldach <ports-coldsync-mar07@oldach.net>
Approved by: maintainer |
15 Aug 2006 01:56:24
2.2.5_4
|
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> |
07 Aug 2006 19:14:24
2.2.5_4
|
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 |
13 May 2006 02:03:17
2.2.5_4
|
edwin  |
Remove USE_REINPLACE from all categories starting with P |
23 Jan 2006 23:49:21
2.2.5_4
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Dec 2005 00:53:19
2.2.5_4
|
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
11 Feb 2005 17:35:49
2.2.5_4
|
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 |
01 Jul 2004 17:31:03
2.2.5_3
|
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 |
11 Jun 2004 01:04:31
2.2.5_2
|
kris  |
BROKEN on sparc64: Fails to link |
11 May 2004 10:28:50
2.2.5_2
|
pav  |
- Fix build on 5.x and unbreak
PR: ports/66488
Submitted by: Arne Woerner <arne_woerner@yahoo.com> |
31 Mar 2004 04:12:58
2.2.5_2
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 04:36:30
2.2.5_2
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
2.2.5_1
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 21:25:58
2.2.5_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 06:41:38
2.2.5
|
marcus  |
Chase the libintl.so shared lib version. |
03 Jul 2003 14:01:18
2.2.5
|
daichi  |
fix ports/palm/coldsync: fix dumps core
PR: 51139
Submitted by: Helge Oldach <send-pr-31231@oldach.net> |
18 May 2003 10:27:43
2.2.5
|
kris  |
BROKEN on 5.1: bad C++ |
22 Feb 2003 01:12:26
2.2.5
|
naddy  |
Fix build on -CURRENT (GCC3).
Approved by: maintainer |
21 Feb 2003 13:19:57
2.2.5
|
knu  |
De-pkg-comment. |
28 Dec 2002 07:04:40
2.2.5
|
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) |
27 Dec 2002 21:11:59
2.2.5
|
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 |
26 Dec 2002 02:11:19
2.1.3_3
|
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 |
10 Dec 2002 17:44:23
2.1.3_3
|
arved  |
Fix Build with recent bison ,
PR: 45951
Submitted by: Pat Lashley <patl+freebsd@volant.org> |
03 Aug 2002 23:52:13
2.1.3_3
|
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 |
01 Aug 2002 17:22:41
2.1.3_3
|
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
23 Jun 2002 17:42:16
2.1.3_3
|
ijliao  |
${PERL} -> ${REINPLACE_CMD}
PR: 39702, 39704
Submitted by: Scott Flatman <sf@dsinw.com> |
18 May 2002 09:00:06
2.1.3_3
|
pat  |
Add missing plist entry
PR: 37773
Submitted by: gshapiro |
12 Apr 2002 18:10:20
2.1.3_3
|
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 |
09 Apr 2002 21:08:09
2.1.3_2
|
mi  |
Update the MASTER_SITES (per maintainer's request) and the WWW tag (my
own initiative).
Submitted by: maintainer |
09 Apr 2002 03:00:19
2.1.3_2
|
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 |
15 Mar 2002 19:44:29
2.1.3_1
|
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 |
15 Dec 2001 22:08:11 
|
steve  |
Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get
internationalized text for the resultant binary. |
24 Aug 2001 18:41:46 
|
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. |
23 Aug 2001 19:01:06 
|
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. |
29 May 2001 18:19:14 
|
ijliao  |
upgrade to 2.1.2 |
08 Oct 2000 05:46:00 
|
asami  |
Convert category palm to new layout. |
29 Sep 2000 17:38:24 
|
kevlo  |
Update to version 1.4.6 |
25 Sep 2000 10:04:30 
|
knu  |
Update to 1.4.5. |
03 Jun 2000 10:02:57 
|
knu  |
Update to 1.2.0. |