Bug 113801 - update of libopensync to 0.30
Summary: update of libopensync to 0.30
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 21:00 UTC by G.V. Tjong A Hung
Modified: 2007-06-22 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (11.60 KB, patch)
2007-06-17 21:00 UTC, G.V. Tjong A Hung
no flags Details | Diff
libopensynx.txt (11.87 KB, text/plain)
2007-06-17 21:18 UTC, G.V. Tjong A Hung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description G.V. Tjong A Hung 2007-06-17 21:00:07 UTC
Recreation of libopensync. The library has changed since 0.2x
The version currently in ports is based on the library of 2005.

Fix: Patch attached with submission follows:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-17 21:39:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

This interests me
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-18 00:04:27 UTC
State Changed
From-To: open->closed

Committed with modifications.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-18 00:05:08 UTC
pav         2007-06-17 23:04:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/libopensync    Makefile distinfo pkg-descr pkg-plist 
  Added files:
    devel/libopensync    pkg-message 
  Log:
  - Update to 0.3.0
  
  PR:             ports/113801
  Submitted by:   G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net>
  
  Revision  Changes    Path
  1.14      +15 -25    ports/devel/libopensync/Makefile
  1.3       +3 -3      ports/devel/libopensync/distinfo
  1.2       +5 -7      ports/devel/libopensync/pkg-descr
  1.1       +8 -0      ports/devel/libopensync/pkg-message (new)
  1.3       +85 -57    ports/devel/libopensync/pkg-plist
_______________________________________________
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"
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2007-06-22 19:14:49 UTC
Unfortunately, the submitter did not read this on the libopensync homepage:

*"Warning!* the version number for the OpenSync core must match that of
the plugins you want to use. This means that you shouldn't use OpenSync
0.30 just now, unless you want to develop or port the plugins yourself
(see PluginPortingGuide-0.30
<http://www.opensync.org/wiki/PluginPortingGuide-0.30>)."

The latest kdepim wants libopensync, but it wants "the 2005 library".
Please revert this update and bump PORTEPOCH, I will then update it to
version 0.22 (the latest compatible version). If libopensync-0.30 is
actually desired in ports, the old port should be repocopied to
libopensync-devel first, then updated to 0.30. Also the current port
(0.30) hides its shared library from the runtime linker, which is
probably a bug.