| non port: textproc/groonga/Makefile |
Number of commits found: 148 (showing only 48 on this page) |
|
Monday, 31 Dec 2018
|
16:25 bofh
textproc/groonga: Update version 8.0.9=>8.1.0
Relnotes:http://groonga.org/en/blog/2018/12/29/groonga-8.1.0.html
 |
|
Sunday, 16 Dec 2018
|
21:26 bofh
textproc/groonga: Update version 8.0.4=>8.0.9
Relnotes: http://groonga.org/en/blog/2018/11/29/groonga-8.0.9.html
 |
|
Monday, 23 Jul 2018
|
20:33 bofh
textproc/groonga: Update version 8.0.3=>8.0.4
Relnotes: http://groonga.org/en/blog/2018/06/29/groonga-8.0.4.html
 |
|
Saturday, 23 Jun 2018
|
16:26 bofh
textproc/groonga: Update version 8.0.1=>8.0.3
Relnotes: http://groonga.org/en/blog/2018/05/29/groonga-8.0.3.html
 |
|
Sunday, 22 Apr 2018
|
21:55 bofh
textproc/groonga: Update version 7.1.0=>8.0.1
Relnotes: http://groonga.org/en/blog/2018/03/29/groonga-8.0.1.html
 |
|
Sunday, 7 Jan 2018
|
19:42 bofh
textproc/groonga: Update version 7.0.6=>7.1.0
Relnotes: http://groonga.org/docs/news.html#release-7-1-0
 |
|
Friday, 22 Sep 2017
|
10:48 mat
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
 |
|
Tuesday, 19 Sep 2017
|
00:06 bofh
textproc/groonga: Update version 7.0.5=>7.0.6
Relnotes: http://groonga.org/en/blog/2017/08/29/groonga-7.0.6.html
 |
|
Friday, 4 Aug 2017
|
16:55 bofh
textproc/groonga: Update version 7.0.4=>7.0.5
Relnotes: http://groonga.org/docs/news.html#release-7-0-5
 |
|
Friday, 14 Jul 2017
|
05:04 bofh
textproc/groonga: Update version 7.0.3=>7.0.4
 |
|
Sunday, 4 Jun 2017
|
17:28 bofh
textproc/groonga: Update version 7.0.1=>7.0.3
 |
|
Sunday, 9 Apr 2017
|
00:14 bofh
textproc/groonga: Update version 7.0.0=>7.0.1
 |
|
Saturday, 25 Feb 2017
|
08:30 bofh
textproc/groonga: Update version 6.0.7=>7.0.0
PR: 216597
Submitted by: mkonishi@sea.plala.or.jp
 |
|
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
 |
|
Saturday, 4 Feb 2017
|
07:56 jbeich
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
 |
|
Friday, 9 Sep 2016
|
19:42 amdmi3
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
 |
|
Monday, 8 Aug 2016
|
22:57 bofh
textproc/groonga: Update version 6.0.5=>6.0.7
 |
|
Tuesday, 26 Jul 2016
|
00:34 bofh
textproc/groonga: Update version 6.0.4=>6.0.5
- Added USES=execinfo libedit
 |
|
Friday, 10 Jun 2016
|
13:22 bofh
textproc/groonga: Update version 6.0.1=>6.0.4
 |
|
Friday, 27 May 2016
|
18:56 pi
devel/msgpack: 1.1.0 -> 1.4.2
Changes:
https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
- dependent ports PORTREVISION bump because name of shared library changed
PR: 209474
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Reviewed by: swills
 |
|
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
|
Thursday, 31 Mar 2016
|
17:42 bofh
textproc/groonga: Update version 6.0.0=>6.0.1
 |
|
Wednesday, 9 Mar 2016
|
19:39 bofh
textproc/groonga: Update version 5.1.0=>6.0.0
- Remove bsd.poprt.options.mk as no longer required
 |
|
Friday, 1 Jan 2016
|
18:02 bofh
textproc/groonga: Update version 5.0.9=>5.1.0
- Add new OPTION RUBY [1]
PR: 201501 [1]
Submitted by: cosmo0920.oucc@gmail.com [1]
 |
|
Tuesday, 17 Nov 2015
|
11:57 bofh
textproc/groonga: Update version 5.0.5=>5.0.9
 |
|
Sunday, 20 Sep 2015
|
14:35 danfe
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
 |
|
Tuesday, 30 Jun 2015
|
11:12 bofh
textproc/groonga: Update version 5.0.4=>5.0.5
 |
|
Friday, 29 May 2015
|
13:18 bofh
textproc/groonga: Update version 5.0.3=>5.0.4
 |
|
Thursday, 28 May 2015
|
09:58 bofh
textproc/groonga: Update version 5.0.2=>5.0.3
 |
|
Thursday, 2 Apr 2015
|
13:36 bofh
textproc/groonga: Update version 5.0.0=>5.0.2
 |
|
Wednesday, 11 Feb 2015
|
11:12 bofh
textproc/groonga: Update version 4.0.6.1=>5.0.0
- Remove USE_GCC for i386 as builds fine with both CLANG and gcc
- Remove pkg-install/pkg-deinstall in favor of @dir
Approved by: bapt marino (implicit)
 |
|
Sunday, 2 Nov 2014
|
18:20 pawel
- Update to version 4.0.6.1
- Clean pkg-plist
PR: 194171
Submitted by: tkato432@yahoo.com
 |
|
Saturday, 20 Sep 2014
|
22:21 pawel
Update to version 4.0.5
PR: ports/193329
Submitted by: tkato432@yahoo.com
 |
|
Friday, 1 Aug 2014
|
13:38 marino
textproc/groonga: Upgrade version 3.0.0 => 4.0.4 and stage
Note that gcc is required for i386 - clang/i386 will coredump on
FreeBSD 10 and 11.
PR: 191829
Submitted by: Ports Fury
 |
|
Thursday, 24 Jul 2014
|
13:32 bapt
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
 |
|
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
|
Wednesday, 2 Jul 2014
|
17:35 bapt
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr
 |
|
Wednesday, 4 Dec 2013
|
14:08 koobs
devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.
- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports
net/libzmq2:
- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA
Reviewed by: makc
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
 |
|
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
 |
|
Saturday, 27 Jul 2013
|
15:29 danfe
- Employ USES for gmake and pkgconfig
- Enable verbose build commands for build farms
- Fix BUILD_DEPENDS assignment (= should be +=)
- Add an XXX comment about DOCS option logic
- Improve on option knobs descriptions a bit
- Tighten BROKEN statement, fix pkg-descr
Reported by: pointyhat-west
 |
|
Sunday, 17 Feb 2013
|
09:45 kuriyama
- Upgrade to 3.0.0.
PR: ports/176135 (based on)
Submitted by: Takashi Kato <townwear@gmail.com>
 |
|
Wednesday, 18 Jul 2012
|
00:17 kuriyama
- Upgrade to 1.3.0 (will be upgraded to 2.0 shortly).
 |
|
Thursday, 10 Nov 2011
|
05:38 linimon
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
 |
|
Saturday, 16 Jul 2011
|
05:41 linimon
Mark broken on sparc64: does not compile.
 |
|
Saturday, 26 Feb 2011
|
10:37 kuriyama
- Upgrade to 1.1.0.
 |
|
Sunday, 2 Jan 2011
|
10:41 kuriyama
- Upgrade to 1.0.6.
 |
|
Sunday, 28 Nov 2010
|
14:50 kuriyama
- Upgrade to 1.0.4.
 |
|
Saturday, 20 Nov 2010
|
11:30 kuriyama
groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext
search.
WWW: http://groonga.org/
 |
Number of commits found: 148 (showing only 48 on this page) |