summaryrefslogtreecommitdiff
path: root/textproc/libplist/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-05-29Return end() when iteration fails due to node being NULL.joerg1-2/+2
Bump revision.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-29Replace undefined behavior in patch with defined behavior. PKGREVISION -> 2dholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-1/+2
2012-04-22Update to 1.8, fix compilation issues.wiz1-5/+4
Removed glib2 dependency, bump depends in bl3.mk. Version 1.8 ~~~~~~~~~~~ - Changes: * Add cython bindings * Fix error in swig bindings * Fix memory corruption in libcnary Version 1.7 ~~~~~~~~~~~ - Changes: * Fix building on Big Endian systems Version 1.6 ~~~~~~~~~~~ - Changes: * Updated libcnary sources, adding license and copyright info Version 1.5 ~~~~~~~~~~~ - Changes: * Removed glib dependency, libplist now uses libcnary (http://github.com/Chronic-Dev/libcnary) * Fix building of python bindings with GCC 4.6
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-01Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t. Notshattered1-1/+2
a problem in -current, where tv_sec is time_t.
2011-11-23PR/45646 -- libplist 1.4 has been released fixing memory leaks and a bugshattered1-3/+3
in writing binary plists.
2011-11-21Import libplist-1.3 as textproc/libplist.shattered1-0/+28
Library for handling Apple Binary and XML Property Lists.