2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-03-15 09:23:05 by Iain Hibbert | Files touched by this commit (1) | |
Log message:
bump PKGREVISION for openobex update
|
2012-10-03 13:24:45 by Aleksej Saushev | Files touched by this commit (64) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-16 21:28:19 by Iain Hibbert | Files touched by this commit (2) |
Log message:
since in recent NetBSD, the /etc/rc.d/sdpd script was merged into
/etc/rc.d/bluetooth we should try to REQUIRE the correct script.
|
2011-07-13 22:51:41 by Iain Hibbert | Files touched by this commit (2) | |
Log message:
update to 1.4.15
minor fixes, contributed by me
- handle 32-bit short alias uuid's
- forward compat for openobex-2.0 (nearing release)
|
2010-12-01 20:28:27 by Iain Hibbert | Files touched by this commit (2) | |
Log message:
update rc.d script: it is now optional to specify the RFCOMM channel
(bump PKGREVISION)
|
2010-11-17 20:14:34 by Iain Hibbert | Files touched by this commit (4) | |
Log message:
update to obexapp 1.4.14, with a clump of minor fixes submitted
by Iain Hibbert:
- use libexpat instead of FreeBSD internal libbsdxml
- fix off by one error with busy spinner, which sometimes
resulted in a spurious backspace in the output
- fflush(stdout) for busy spinner
- print streaming statistics after transfers in client mode
- use HAVE_BT_DEVADDR rather than testing for __NetBSD__
- use bdaddr_any() functions instead of memcpy()
- allow server mode to bind to channel 0, indicating to the OS
that the first available channel should be used
- prevent busy loop bug if the socket is remotely closed causing
the read() to return 0 bytes
- fix some [unsigned comparison] compiler warnings
- provide connection ID for all get requests, improves compatibility
with remote windows mobile devices
|
2010-01-15 18:48:44 by Iain Hibbert | Files touched by this commit (4) | |
Log message:
fairly minor update to 1.4.13
- obexapp does not now require GNU libiconv (this was in pkgsrc already)
- compiler errors fixed
- no longer tries to provide username/groupname in file listings (info
not available in chroot)
|
2009-12-01 12:18:48 by Matthias Drochner | Files touched by this commit (3) |
Log message:
Make this work with BSD native iconv(3).
This was tested by sending vcards with non-ASCII names; the result
was identical as before with GNU libiconv.
bump PKGREVISION
approved by plunky
|
2009-11-24 17:43:16 by Iain Hibbert | Files touched by this commit (1) | |
Log message:
update HOMEPAGE and MASTER_SITES as geocities is gone
|