Original sources contain usb support via libusb. It is designed to use OBEX on mobiles connected to USB cable. But original implementation fail to work on FreeBSD (very strange usb_open() calls), so i did a patch. Now it work fine, at least with my Nokia and libsyncml. Added file(s): - files/patch-usbobex.c Port maintainer (mad@madpilot.net) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of comms/openobex, Please note that PR ports/128776 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128776 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I have checked the patch and compiled it, unluckily I don't have any usb obex devices handy, anyway it looks good. The patch is approved. Should we also bump portrevision to let users know of the new functionality? What's the policy about this? -- Guido Falsi <guido.falsi@volkswagengroupfirenze.it>
Previous email was by me, so patch is approved, but please keep using this email to contact me regarding updates. I got distracted and used the work email to submit the previous followup. Thank you and sorry for the inconvenience. -- Guido Falsi <mad@madpilot.net>
I don't know what happened to the missing email. I approved the patch, but don't own any USB obex enabled applicance to test it. Just checked it compiles and does not break anything. Should we bump portrevision to let users know of the new functionality? What's the policy in this kind of situation? -- Guido Falsi <mad@madpilot.net>
i think that we should not bump revision. Upstream will release new version very soon (1.4), so i think that it make no send to dump portrevison now. API/ABI is compatible, and only application with such capability i know it libsyncml and opensync-syncml-plugin. btw, i also checked USB with obexftp, it works fine and much faster then bluetooth. Another broken part of openobex/freebsd is sdpd reg/unreg. I`ll try to fix this later.
On Tue, Nov 11, 2008 at 12:16:11PM +0100, Alex Samorukov wrote: > > Another broken part of openobex/freebsd is sdpd reg/unreg. I`ll try to > fix this later. I did some work about sdp on gnokii, which I also mantain, I did not check this port thoroughly about it. I Will give a look to it, now that I know the sdp api a little. BTW: Please use this email to contact me about the ports. It was my mistake to use the other one for the previous followup. -- Guido Falsi <mad@madpilot.net>
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: feedback->closed Included into ports/128979 and committed.