aboutsummaryrefslogtreecommitdiff
path: root/devel/libplist
Commit message (Collapse)AuthorAgeFilesLines
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Fix build with libc++Baptiste Daroussin2013-09-061-0/+11
| | | | Notes: svn path=/head/; revision=326540
* - Update libplist to 1.10.Alberto Villa2013-05-076-90/+45
| | | | | | | | - Split Python bindings from the main port, and put them into devel/py-libplist. Notes: svn path=/head/; revision=317562
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Port to optionsNG.Alberto Villa2013-01-051-13/+8
| | | | | | | | | | | - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email Notes: svn path=/head/; revision=309947
* - Remove dependency on gmake.Alberto Villa2012-02-041-2/+0
| | | | Notes: svn path=/head/; revision=290368
* - MAKE_JOBS_UNSAFEPav Lucistnik2012-01-311-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=290164
* - Update to 1.8.Alberto Villa2012-01-295-24/+69
| | | | | | | | - Add option to build Cython bindings. - Add two patches to fix build with Clang. Notes: svn path=/head/; revision=290036
* - Update to 1.4.Alberto Villa2011-03-223-6/+6
| | | | Notes: svn path=/head/; revision=271475
* Add libplist 1.3, a library to handle Apple Property List format.Alberto Villa2011-02-284-0/+96
Notes: svn path=/head/; revision=269950