aboutsummaryrefslogtreecommitdiff
path: root/devel/jansson
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue to parse large flat json files.Vanilla I. Shu2016-05-162-7/+15
| | | | | | | | PR: 209492 Reported by: yuri@rawbw.com Notes: svn path=/head/; revision=415303
* Fix CVE-2016-4425.Vanilla I. Shu2016-05-042-1/+46
| | | | | | | | PR: 209219 Submitted by: junovitch@ Notes: svn path=/head/; revision=414586
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Add CPE infoDmitry Marakasov2015-05-081-1/+3
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=385731
* Upgrade to 2.7.Vanilla I. Shu2014-10-134-12/+12
| | | | Notes: svn path=/head/; revision=370774
* - Switch devel/jansson to libtool, drop .la filesDmitry Marakasov2014-06-232-3/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358938
* 1: Upgrade jansson to 2.6.Vanilla I. Shu2014-05-014-18/+19
| | | | | | | 2: bump revision due shared library version. Notes: svn path=/head/; revision=352709
* Add gmake to USES to fix build on 8.3-RELEASE.Vanilla I. Shu2013-09-251-1/+1
| | | | | | | Submitted by: pkg-fallout@ Notes: svn path=/head/; revision=328235
* 1: upgrade to latest version (2.5)Vanilla I. Shu2013-09-246-72/+68
| | | | | | | 2: add support of stage dir. Notes: svn path=/head/; revision=328206
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Eradicate USE_GNOME=pkgconfig from develBaptiste Daroussin2013-09-021-2/+2
| | | | | | | | | | While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Notes: svn path=/head/; revision=325945
* Upgrade to 2.4.Vanilla I. Shu2012-12-193-9/+5
| | | | Notes: svn path=/head/; revision=309245
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* - Update to 2.3.1Vanilla I. Shu2012-05-132-3/+4
| | | | | | | | PR: ports/167501 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> Notes: svn path=/head/; revision=296536
* 1: Upgrade jansson to 2.3.Vanilla I. Shu2012-03-154-12/+12
| | | | | | | | | 2: bump revision of fbsdmon to chase shared library version. Feature safe: yes Notes: svn path=/head/; revision=293357
* Upgrade to 2.2.1Vanilla I. Shu2011-11-133-5/+4
| | | | | | | | | PR: ports/162457 Submitted by: Zhihao Yuan <lichray.at.gmail.com> Feature safe: yes Notes: svn path=/head/; revision=285674
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Upgrade to 2.1.Vanilla I. Shu2011-06-133-4/+4
| | | | Notes: svn path=/head/; revision=275481
* 1: upgrade to 2.0.1Vanilla I. Shu2011-04-135-3/+205
| | | | | | | | | | 2: fix compier warnings PR: ports/155154 [2] Submitted by: darth at vader.dk [2] Notes: svn path=/head/; revision=272661
* Upgrade to 2.0.Vanilla I. Shu2011-03-013-6/+6
| | | | Notes: svn path=/head/; revision=270031
* Fix compiler warning.Vanilla I. Shu2011-02-181-0/+1
| | | | | | | | | PR: ports/154109 Submitted by: darth at vader.dk Feature safe: yes Notes: svn path=/head/; revision=269306
* Upgrade to 1.3.Vanilla I. Shu2010-07-013-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257267
* Upgrade to 1.2.1.Vanilla I. Shu2010-04-042-4/+4
| | | | Notes: svn path=/head/; revision=252192
* Yet another JSON library in C.Vanilla I. Shu2010-01-305-0/+54
Notes: svn path=/head/; revision=248846