Libsyncml is an implementation of the SyncML protocol. It's purpose is PIM data synchronization with mobile devices over HTTP or OBEX/Bluetooth channels. This port is one more step towards having a functional OpenSync environment within our ports tree. The configure.ac patch for -lbluetooth support was imported from pkgsrc.
Responsible Changed From-To: freebsd-ports-bugs->lippe I'll take it.
Hi Daniel, Your patch is broken, can you please regenerate an new patch to fix it: http://tb3.droso.net/errors/7-lippe/libsyncml-0.4.5.log -- lippe@FreeBSD.org Felippe de Meirelles Motta
State Changed From-To: open->feedback Ask for maintainer fix.
Felippe de Meirelles Mot <lippe@FreeBSD.org> 2008-04-03: > Your patch is broken, can you please regenerate an new patch to fix it: > http://tb3.droso.net/errors/7-lippe/libsyncml-0.4.5.log It worked for me as-is when I submitted it, but I do not have direct access to a tinderbox installation, so dependency problems are likely. I am currently updating my port devel box to the latest ports tree and will try to reproduce and fix the problem. It puzzles me why the configure script does not pick up all the libraries in the above tinderbox run. If you could send me the config.log of the failed run that might speed things up a bit. -- Daniel Roethlisberger <daniel@roe.ch>
Daniel Roethlisberger <daniel@roe.ch> 2008-04-09: > Felippe de Meirelles Mot <lippe@FreeBSD.org> 2008-04-03: > > Your patch is broken, can you please regenerate an new patch to fix > > it: http://tb3.droso.net/errors/7-lippe/libsyncml-0.4.5.log I could not reproduce the problem here, but I attempted a fix anyhow. Please try the attached shar. This version depends on the correct version of libsoup and I have tweaked the autotools declaration. If it fails again, please do provide me with the config.log, not just the tinderbox stdout/stderr log. -- Daniel Roethlisberger <daniel@roe.ch>
Felippe, have you seen my feedback (new shar) of ports/121632 from over two weeks ago? The PR is still in feedback state. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121632 -- Daniel Roethlisberger <daniel@roe.ch>
State Changed From-To: feedback->open Maintainer has fixed.
Hi Submitter, Since KSE support was removed in FreeBSD, all ports threaded doesn't build on < 7 versions. One of your dependencies is broken. I'll wait an better solution to committ your port. Thanks for your submission to the FreeBSD Project! :) -- lippe@FreeBSD.org Felippe de Meirelles Motta
lippe 2008-05-31 04:30:36 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/libsyncml Makefile distinfo pkg-descr pkg-plist comms/libsyncml/files patch-configure.in patch-libsyncml_transports_obex_client.c Log: Libsyncml is an implementation of the SyncML protocol. It's purpose is PIM data synchronization with mobile devices over HTTP or OBEX/Bluetooth channels. WWW: http://libsyncml.opensync.org/ PR: ports/121632 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Approved by: gabor (mentor) Revision Changes Path 1.192 +1 -0 ports/comms/Makefile 1.1 +35 -0 ports/comms/libsyncml/Makefile (new) 1.1 +3 -0 ports/comms/libsyncml/distinfo (new) 1.1 +37 -0 ports/comms/libsyncml/files/patch-configure.in (new) 1.1 +16 -0 ports/comms/libsyncml/files/patch-libsyncml_transports_obex_client.c (new) 1.1 +5 -0 ports/comms/libsyncml/pkg-descr (new) 1.1 +30 -0 ports/comms/libsyncml/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!