notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/json-c/Makefile
SVNWeb

Number of commits found: 37

Mon, 21 Aug 2023
[ 17:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:25061c69b7cd72970b1626acf342ab386966b07b  commit hash:25061c69b7cd72970b1626acf342ab386966b07b  commit hash:25061c69b7cd72970b1626acf342ab386966b07b  25061c6 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 17 Apr 2022
[ 23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:927aece18eeb41f2b7012ebde2026160740e6809  commit hash:927aece18eeb41f2b7012ebde2026160740e6809  commit hash:927aece18eeb41f2b7012ebde2026160740e6809  927aece 
devel/json-c: Update to 0.16

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 10 Oct 2020
[ 07:44 sunpoet search for other commits by this committer ] Original commit   Revision:551865
Update r551672

Use a patch file instead doing it in configure stage.

PR:		249412

Submitted by:	sunpoet (myself)
Tested by:	leres
Wed, 7 Oct 2020
[ 22:11 leres search for other commits by this committer ] Original commit   Revision:551672
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)
Sat, 15 Aug 2020
[ 17:12 sunpoet search for other commits by this committer ] Original commit   Revision:545049
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
Thu, 21 May 2020
[ 20:46 sunpoet search for other commits by this committer ] Original commit   Revision:536171
Update to 0.14

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		246389
Exp-run by:	antoine
Sat, 11 Jan 2020
[ 10:43 sunpoet search for other commits by this committer ] Original commit   Revision:522673
Fix make test

- Remove USES=gmake

PR:		243257
Reported by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Sat, 25 May 2019
[ 22:54 pkubaj search for other commits by this committer ] Original commit   Revision:502663
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)
Sat, 9 Feb 2019
[ 23:25 sunpoet search for other commits by this committer ] Original commit   Revision:492533
Add LICENSE_FILE
Wed, 5 Sep 2018
[ 22:01 sunpoet search for other commits by this committer ] Original commit   Revision:479045 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
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
Wed, 3 Jan 2018
[ 13:36 sunpoet search for other commits by this committer ] Original commit   Revision:457965 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
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
Mon, 29 May 2017
[ 15:26 sunpoet search for other commits by this committer ] Original commit   Revision:441998
Remove CONFLICTS_INSTALL: devel/cocaine-core has been removed over 2.5 years
Mon, 28 Nov 2016
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:427336
- Update to 0.12.1
- Sort PLIST

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
Sat, 26 Nov 2016
[ 17:09 sunpoet search for other commits by this committer ] Original commit   Revision:427175
- Pet check-sanity: use USES=autoreconf
Tue, 31 Mar 2015
[ 14:30 sunpoet search for other commits by this committer ] Original commit   Revision:382824
- Add CPE information
Sat, 21 Mar 2015
[ 20:07 sunpoet search for other commits by this committer ] Original commit   Revision:381855
- Update MASTER_SITES
- Bump PORTREVISION for tarball size/hash change (no content change)
Sun, 14 Sep 2014
[ 15:54 sunpoet search for other commits by this committer ] Original commit   Revision:368196
- Remove -Werror

PR:		ports/193632
Submitted by:	marino
Wed, 3 Sep 2014
[ 09:17 sunpoet search for other commits by this committer ] Original commit   Revision:367179
- Cleanup Makefile
Tue, 26 Aug 2014
[ 17:22 sunpoet search for other commits by this committer ] Original commit   Revision:366230
- Update USE_GITHUB usage
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Bump PORTREVISION for tarball size/hash change (no content change)
- Cosmetic change
- Take maintainership
Wed, 20 Aug 2014
[ 16:04 marino search for other commits by this committer ] Original commit   Revision:365475
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
Tue, 19 Aug 2014
[ 08:49 marino search for other commits by this committer ] Original commit   Revision:365366
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
Fri, 7 Mar 2014
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:347405 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
Convert d* to USES=zip
Sat, 9 Nov 2013
[ 15:57 wg search for other commits by this committer ] Original commit   Revision:333306 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Mon, 2 Sep 2013
[ 06:45 bapt search for other commits by this committer ] Original commit   Revision:325945 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Sat, 15 Dec 2012
[ 08:18 jgh search for other commits by this committer ] Original commit   Revision:308937
- set CONFLICT on devel/cocaine-core

Spotted by:	makc@
Sun, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Sun, 6 Sep 2009
[ 03:31 rafan search for other commits by this committer ] Original commit 
- 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
Sun, 22 Mar 2009
[ 15:13 miwi search for other commits by this committer ] Original commit 
- Update to 0.8

PR:             131943
Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
Approved by:    maintainer timeout
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sun, 14 Oct 2007
[ 11:23 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.7.

Approved by:    maintainer timeout (2 weeks).
Sat, 24 Jun 2006
[ 10:04 vanilla search for other commits by this committer ] Original commit 
Add json-c 0.6, a JSON (Javascript Object Notation) implementation in C.

PR:             ports/99391
Submitted by:   gno_at_yahoo-inc.com

Number of commits found: 37