Opened 8 years ago

Last modified 8 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)

kdesdk-kioslaves.diff (989 bytes) - added by RJVB (René Bertin) 8 years ago.
patch with hopefully temporary kludge/fix

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by RJVB (René Bertin)

Attachment: kdesdk-kioslaves.diff added

patch with hopefully temporary kludge/fix

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Cc: nicos@… removed
Owner: changed from macports-tickets@… to nicos@…

comment:2 Changed 8 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.

Note: See TracTickets for help on using tickets.