Opened 9 years ago

Closed 8 years ago

#48529 closed defect (fixed)

subversion-1.9 breaks compilation of pysvn

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: blair (Blair Zajac)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: danielluke (Daniel J. Luke), bwalle (Bernhard Walle)
Port: py-pysvn

Description

See http://mail-archives.us.apache.org/mod_mbox/subversion-users/201411.mbox/%3C545A8A09.1030509@reser.org%3E

pysvn_client_cmd_list.cpp:28:73: error: member access into incomplete type 'const svn_sort__item_t'
    return svn_path_compare_paths ((const char *)a->key, (const char *)b->key);
                                                                        ^

et. al.

Attachments (1)

macports-py-pysvn-update.diff (3.2 KB) - added by bwalle (Bernhard Walle) 8 years ago.
Update to 1.8.0

Download all attachments as: .zip

Change History (4)

comment:1 Changed 8 years ago by bwalle (Bernhard Walle)

Cc: bernhard@… added

Cc Me!

Changed 8 years ago by bwalle (Bernhard Walle)

Update to 1.8.0

comment:2 Changed 8 years ago by bwalle (Bernhard Walle)

This patch updates the port to 1.8.0 which compiles with Subversion 1.9. Please apply!

comment:3 Changed 8 years ago by blair (Blair Zajac)

Resolution: fixed
Status: newclosed

Thanks, fixed in r142774.

Notes for the next patch you submit, when bumping version, revision line is deleted. Please respect the whitespace already there, i.e. checksum line.

Document why you deleted the patch, which I kept, otherwise the bindings are not compiled with -O2.

Note: See TracTickets for help on using tickets.