Opened 9 years ago
Last modified 9 years ago
#49135 new defect
port:kdesdk-kioslaves : make build against subversion 1.9+
Reported by: | RJVB (René Bertin) | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | kdesdk-kioslaves |
Description
kdesdk-kioslaves runs but doesn't build against subversion > 1.8 . That is because part of the SVN API is in flux, with types gone opaque and certain functions no longer declared in the headers (but still available in the libraries). At least 1 of these functions is supposed to move to apr if I read the documentation correctly.
kdesdk-kioslaves is still under development but can hardly implement a fix for an API that is not yet stable nor complete.
Given how the code appears still to be perfectly functional using the latest SVN libraries, I've made a "kludge" that uses the latest 1.8 headers I had at my disposal, shipping them via ${filespath}.
The populated ${filespath} can be found @ https://github.com/RJVB/macstrop/tree/master/kde/kdesdk-kioslaves .
Attachments (1)
Change History (3)
Changed 9 years ago by RJVB (René Bertin)
Attachment: | kdesdk-kioslaves.diff added |
---|
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Cc: | nicos@… removed |
---|---|
Owner: | changed from macports-tickets@… to nicos@… |
comment:2 Changed 9 years ago by NicosPavlov
For now, I just deactivated the svn part of the port in r141933 to enable it building, as the use of previous headers may have other implications I am missing. I added a note to this ticket for future reference, and leave the ticket open as the issue is not really resolved.
patch with hopefully temporary kludge/fix