non port: devel/yajl/Makefile |
SVNWeb
|
Number of commits found: 29 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Thu, 22 Feb 2018
|
[ 15:39 pizzamig ]
devel/yajl: Take maintainership
PR: 226095
Submitted by: Greg Fitzgerald <gregf@hugops.pw>
|
Tue, 18 Oct 2016
|
[ 11:20 jbeich ]
Adjust TEST_WRKSRC for USES=[cq]make:outsource
Approved by: rakuco
Differential Revision: https://reviews.freebsd.org/D8274
|
Tue, 6 Sep 2016
|
[ 20:18 amdmi3 ]
- Enable tests
PR: 212392
Submitted by: t@tobik.me
|
Wed, 6 May 2015
|
[ 15:16 mat ] (Only the first 10 of 348 ports in this commit are shown above. )
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Thu, 10 Jul 2014
|
[ 18:35 gahr ]
- Fix pkg-config includedir. Reported upstream:
https://github.com/lloyd/yajl/pull/139
|
Mon, 16 Jun 2014
|
[ 14:56 gahr ]
- Update to 2.1.0
ChangeLog:
* fixed some compiler warnings
* documentation improvements
* build fix for NetBSD (and whenever sh != bash)
* allow client to reset generator
* remove bash dependencies
* add api tests
* remove ruby dependency
* nmake install works on windows
* build fix for qnx
* debugging improvements
* json_verify supports -s flag for stream processing
* json_reformat supports -s flag for stream processing
- Take maintainership
|
Sat, 25 Jan 2014
|
[ 23:54 bapt ]
License is acually ISC
|
Mon, 16 Dec 2013
|
[ 17:26 bapt ] (Only the first 10 of 26 ports in this commit are shown above. )
Drop maintainership
|
Mon, 23 Sep 2013
|
[ 06:08 bapt ]
Use stage
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Mon, 29 Jul 2013
|
[ 20:17 bapt ]
Trim header
Remove leading article from comment
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 22 Aug 2012
|
[ 13:53 bapt ]
- Fix plist
Reported by: beat
|
Mon, 20 Aug 2012
|
[ 12:32 bapt ]
- switch to USE_GITHUB macros
|
Tue, 31 Jul 2012
|
[ 15:35 bapt ]
Fix plist (and .pc file location)
Reported by: kwm
|
[ 13:32 bapt ]
Mirror back, apparently we still got some problems fetching from github from
time to time
|
Mon, 30 Jul 2012
|
[ 17:18 bapt ]
- update to 2.0.4
- direct download from github, stop mirroring the distfile
|
Sun, 27 Nov 2011
|
[ 19:36 crees ]
Fix DISTNAME for fetching
Pointyhat to: bapt
Feature safe: yes
|
[ 10:27 bapt ]
Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real
static distfiles)
Take back maintainership
chase library bump
Feature safe: yes
|
Sat, 18 Jun 2011
|
[ 10:14 bapt ]
Upstream does not seem to have the willing of providing real distfiles:
(https://github.com/lloyd/yajl/issues/16)
I'll still mirror the old distfile for a while, but won't do that for upgrades
Then back to the pool
|
Tue, 8 Feb 2011
|
[ 13:44 bapt ]
- Upgrade to 1.0.11
- Add license
- Remove workaround for now not supported version of FreeBSD
- Mirror it on my own as upstream still rely on github tags instead of providing
real distfiles
Feature safe: yes
|
Wed, 28 Jul 2010
|
[ 17:31 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
|
Fri, 2 Apr 2010
|
[ 03:07 wen ]
- Fix build on FreeBSD-6 reported by QAT@
|
Tue, 30 Mar 2010
|
[ 02:26 wen ]
Yet Another JSON Library. YAJL is a small event-driven (SAX-style)
JSON parser written in ANSI C, and a small validating JSON generator.
YAJL is released under the BSD license.
WWW: http://lloyd.github.com/yajl/
PR: ports/145178
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
Number of commits found: 29 |