Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.17 21 Aug 2023 17:02:49 |
Po-Chuan Hsieh (sunpoet) |
devel/json-c: Update to 0.17
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.16 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.16 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.16 17 Apr 2022 23:58:01 |
Po-Chuan Hsieh (sunpoet) |
devel/json-c: Update to 0.16
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog |
0.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15_1 10 Oct 2020 07:44:14 |
sunpoet |
Update r551672
Use a patch file instead doing it in configure stage.
PR: 249412
Submitted by: sunpoet (myself)
Tested by: leres |
0.15_1 07 Oct 2020 22:11:30 |
leres |
devel/json-c: Avoid use of newlocale(3) that results in increasing memory usage
The json-c distribution began using newlocale(3) starting with 0.14.
Unfortunately the FreeBSD implementation is not posix compliant and
when called with a base does not modify and return it nor does it
free it; it always allocates and returns a new locale, leaking the
base locale. See the PR for a test program that demonstrates the
json-c issue. Here is the upstream github issue:
https://github.com/json-c/json-c/issues/668
The fix to the port is to comment out HAVE_USELOCALE in post-configure
and avoid the use newlocale() for now.
A fix for newlocale(3) is in progress:
https://reviews.freebsd.org/D26522
So it is likely this problem will be solved in time for 12.3-RELEASE.
PR: 249412
Approved by: sunpoet (maintainer timeout, 3 weeks) |
0.15 15 Aug 2020 17:12:04 |
sunpoet |
Update to 0.15
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 248340
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Exp-run by: antoine |
0.14 21 May 2020 20:46:07 |
sunpoet |
Update to 0.14
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 246389
Exp-run by: antoine |
0.13.1_1 21 Feb 2020 20:25:01 |
sunpoet |
Fix build with Clang 10
PR: 244233
Submitted by: dim |
0.13.1_1 11 Jan 2020 10:43:32 |
sunpoet |
Fix make test
- Remove USES=gmake
PR: 243257
Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
0.13.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.13.1 25 May 2019 22:54:45 |
pkubaj |
devel/json-c: switch to ports GCC on GCC architectures
This is needed to fix starting GIMP:
Assertion failed: (json_object_get_type(jso) == json_type_object), function
json_object_object_add_ex, file json_object.c, line 476.
Approved by: mentors (implicit approval) |
0.13.1 09 Feb 2019 23:25:28 |
sunpoet |
Add LICENSE_FILE |
0.13.1 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
0.13 03 Jan 2018 13:36:58 |
sunpoet |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine |
0.12.1 29 May 2017 15:26:48 |
sunpoet |
Remove CONFLICTS_INSTALL: devel/cocaine-core has been removed over 2.5 years |
0.12.1 28 Nov 2016 18:17:55 |
sunpoet |
- Update to 0.12.1
- Sort PLIST
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog |
0.12_2 26 Nov 2016 17:09:33 |
sunpoet |
- Pet check-sanity: use USES=autoreconf |
0.12_2 31 Mar 2015 14:30:23 |
sunpoet |
- Add CPE information |
0.12_2 21 Mar 2015 20:07:24 |
sunpoet |
- Update MASTER_SITES
- Bump PORTREVISION for tarball size/hash change (no content change) |
0.12_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.12_1 14 Sep 2014 15:54:17 |
sunpoet |
- Remove -Werror
PR: ports/193632
Submitted by: marino |
0.12_1 03 Sep 2014 09:17:55 |
sunpoet |
- Cleanup Makefile |
0.12_1 26 Aug 2014 17:22:07 |
sunpoet |
- Update USE_GITHUB usage
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Bump PORTREVISION for tarball size/hash change (no content change)
- Cosmetic change
- Take maintainership |
0.12 20 Aug 2014 16:04:47 |
marino |
devel/json-c: Reset maintainer
There have been multiple PR timeouts, the maintainer was last seen in
2009. I should have reset this with the recent (troublesome) upgrade to
version 0.l2 |
0.12 19 Aug 2014 08:49:07 |
marino |
devel/json-c: Upgrade version 0.11 => 0.12, add MIT license
PR: 190351
Submitted by: Eoro Hanninen
Alternate by: Muhammad Rahman
Tweaked by: marino |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
0.11 09 Nov 2013 15:57:19 |
wg |
devel/json-c: update to 0.11
- Update to 0.11
- Bump revision of dependent ports
- Fix pkg-plist [1]
PR: ports/182958
Submitted by: zi, wg [1]
Approved by: maintainer (timeout) |
0.9 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
02 Sep 2013 06:45:48
|
bapt |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
0.9 15 Dec 2012 08:18:37 |
jgh |
- set CONFLICT on devel/cocaine-core
Spotted by: makc@ |
0.9 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.9 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.9 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.9 06 Sep 2009 03:31:00 |
rafan |
- Update to 0.9
PR: ports/138551
Submitted by: Ayumi Mitsui <ayu at commun.jp>
Approved by: Greg Olszewski <gno at yahoo-inc.com> (maintainer0 |
0.8 22 Mar 2009 15:13:53 |
miwi |
- Update to 0.8
PR: 131943
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
Approved by: maintainer timeout |
0.7 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.7 14 Oct 2007 11:23:39 |
vanilla |
Upgrade to 0.7.
Approved by: maintainer timeout (2 weeks). |
0.6 08 Jul 2006 14:00:09 |
vanilla |
Remove unused file. |
0.6 24 Jun 2006 10:04:04 |
vanilla |
Add json-c 0.6, a JSON (Javascript Object Notation) implementation in C.
PR: ports/99391
Submitted by: gno_at_yahoo-inc.com |