Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.6_24 04 Apr 2024 17:03:29 |
Gleb Popov (arrowd) |
devel/gearmand: Remove expired port |
1.0.6_24 17 Mar 2024 20:16:58 |
Daniel Engberg (diizzy) |
devel/gearmand: Mark BROKEN, deprecate and set expiration date to 2024-04-30
* Unmaintained for years in tree
* Outdated, current version was released in 2013 and unsupported upstream
* Fails to build with boost 1.84.0
configure: error: cannot find boost/program_options.hpp
Reported by: pkg-fallout |
1.0.6_24 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket) |
1.0.6_24 29 Oct 2023 22:53:37 |
Muhammad Moinur Rahman (bofh) |
devel/gearmand: Unbreak on 13
- Utilize USES=localbase
- Utilize OPTIONSNG
- Pet portclippy |
1.0.6_24 07 Jul 2023 07:35:52 |
Fernando ApesteguÃa (fernape) Author: Tomohiro Hosaka |
devel/gearmand: Unbreak build
devel/gearmand builds have been failing since 2023Q2.
For instance:
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-July/429715.html
PR: 272399
Reported by: bokutin@bokut.in |
1.0.6_24 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
1.0.6_24 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 ) |
1.0.6_24 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.0.6_23 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 ) |
1.0.6_23 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
1.0.6_22 24 Apr 2021 21:06:55 |
Dmitry Marakasov (amdmi3) |
devel/gearmand: unbreak on FreeBSD 12, port builds fine |
1.0.6_22 20 Apr 2021 14:11:07 |
Fernando ApesteguÃa (fernape) |
devel/gearmand: Mark BROKEN on FreeBSD 12+
Outdated and doesn't build on 12+
References:
https://portsfallout.com/fallout?port=devel%2Fgearmand$
PR: 255212
Reported by: daniel.engberg.lists@pyret.net
MFH: 2021Q2 |
1.0.6_22 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.6_22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.6_22 15 Jan 2021 12:01:59 |
dbaio |
devel/gearmand[-devel]: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket |
1.0.6_22 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.0.6_22 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.0.6_21 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.0.6_21 21 Oct 2019 21:57:15 |
bdrewery |
Drop maintainership |
1.0.6_21 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.0.6_20 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.0.6_19 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 |
1.0.6_18 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.0.6_17 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.6_16 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.0.6_15 07 Nov 2018 03:30:51 |
jbeich |
devel/gearmand: drop duplicate USE_CXXSTD
Building in C++11 or later (reverting r460065) doesn't work yet:
libgearman/client.cc:580:71: error: comparison between pointer and integer
('gearman_connection_st *' and 'int')
if (gearman_connection_create_args(client->universal, host, port) == false)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~
libgearman/client.cc:891:18: error: comparison between pointer and integer
('bool *' and 'int')
if (is_known == false and is_running == false)
~~~~~~~~ ^ ~~~~~
libgearman/client.cc:891:42: error: comparison between pointer and integer
('bool *' and 'int')
if (is_known == false and is_running == false)
~~~~~~~~~~ ^ ~~~~~
PR: 231743
Pointy hat to: linimon |
1.0.6_15 30 Oct 2018 11:54:54 |
linimon |
Probably unbroken on sparc64 by previous commit. |
1.0.6_15 27 Sep 2018 16:55:05 |
bdrewery |
- Fix build on powerpc64
PR: 231743
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.0.6_15 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.0.6_14 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.0.6_14 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
1.0.6_14 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.0.6_13 27 Jan 2018 00:34:13 |
bdrewery |
Try to fix with Clang 6 |
1.0.6_13 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.0.6_12 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.0.6_11 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.0.6_10 23 Sep 2017 19:19:54 |
antoine |
Revert r450353 and unbreak
Reported by: pkg-fallout
With hat: portmgr |
1.0.6_10 22 Sep 2017 10:48:58 |
mat |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.0.6_10 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.0.6_10 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.0.6_9 27 Apr 2017 21:52:57 |
linimon |
Now builds on powerpc64. |
1.0.6_9 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.0.6_8 04 Feb 2017 07:56:59 |
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) |
1.0.6_7 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.0.6_6 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.0.6_5 20 Sep 2016 09:00:47 |
linimon |
Also mark broken on sparc64. |
1.0.6_5 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.0.6_5 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.0.6_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.6_5 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
1.0.6_5 11 Dec 2014 05:26:39 |
koobs |
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) |
1.0.6_4 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.0.6_4 13 Oct 2014 17:02:47 |
bdrewery |
- Fix dependency on boost. It should be a LIB_DEPENDS.
PR: 191440
Submitted by: matt@conundrum.com (based on) |
1.0.6_3 08 Oct 2014 17:19:10 |
bapt |
Convert to USES=pgsql and USES=python |
1.0.6_3 05 Aug 2014 06:40:47 |
bapt |
USES=execinfo |
1.0.6_3 24 Jul 2014 13:32:59 |
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 |
1.0.6_2 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
1.0.6_1 25 Jun 2014 18:39:50 |
amdmi3 |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.0.6 09 Feb 2014 01:18:33 |
bdrewery |
- Support STAGEDIR
- Remove MAINTAINER_MODE
- Remove 'Enable' from descriptions |
1.0.6 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
1.0.6 16 Dec 2013 20:32:12 |
bdrewery |
Take maintainership |
1.0.6 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
1.0.6 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.0.6 16 Sep 2013 10:28:33 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.0.6 17 Jul 2013 18:19:08 |
glarkin |
- Updated to 1.0.6 (1.1.x versions will reside in devel/gearman-devel soon)
- Trimmed Makefile header
- Added patches to work around missing alloca.h
- Added CONFLICTS to p5-Gearman-Server for gearmand 1.0.* and 1.1.* |
0.41 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.41 16 Oct 2012 18:11:38 |
glarkin |
- Updated to 0.41
ChangeLog: https://launchpad.net/gearmand/+milestone/0.41
- Added dependency for textproc/py-sphinx to build man pages
- Removed obsoleted patches
Feature safe: yes |
0.39_1 10 Oct 2012 01:47:02 |
glarkin |
- Added search path for libexecinfo to prevent configure error [1]
- Mark port BROKEN for versions of FreeBSD that don't include POSIX spawn().
It may be possible to convert the spawn() code back to fork()/exec() for
FreeBSD 7.x, and I'll look into that and unbreak once it's ready. [2]
Reported by: ports ML [1]
Reported by: bdrewery [2] |
0.39_1 05 Oct 2012 16:43:53 |
glarkin |
- Added devel/libexecinfo to BUILD_DEPENDS to avoid configure script
errors
- Bumped PORTREVISION
Reported by: Andy Yopp <andyy@honeycomb.net> |
0.39 04 Oct 2012 19:51:34 |
glarkin |
[devel/gearmand]:
- Updated to 0.39
- Added gearmand entries to UIDs and GIDs
- Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts)
- Add patch to fix build with GCC < 4.4
- Cleaned up rc.d script
- Converted to OptionsNG
[devel/p5-Gearman-Server]:
- Registered conflict with devel/gearmand (conflicting rc.d scripts)
[devel/p5-Gearman-XS]:
- Removed explicit LIB_DEPENDS library version number
- Bumped PORTREVISION
PR: ports/171593 (based on)
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
0.26 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.26 03 Feb 2012 21:40:00 |
glarkin |
- Unbreak on 7.x due to missing sigignore()
Submitted by: pointyhat (via pav) |
0.26 02 Feb 2012 20:35:22 |
pav |
- Mark BROKEN on 7.X: does not compile
libtest/test.cc: In function 'int main(int, char**)':
libtest/test.cc:116: error: 'sigignore' was not declared in this scope
gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1
Reported by: pointyhat |
0.26 16 Jan 2012 20:18:06 |
glarkin |
- Fix the SQLite library detection the correct way this time
Submitted by: pointyhat (via pav)
Pointyhat to: glarkin |
0.26 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.26 13 Jan 2012 21:59:09 |
glarkin |
- Unbreak
- Upgrade to 0.26
- Add new build dependencies
- Add new build option for Redis persistent queue
- Move SQLite library version checking to BUILD_DEPENDS from the upstream
configure script. It always failed due to incorrect comparison of a version
string with a version number.
- Update a bunch of depends and CONFIGURE_ARGS due to changes in the upstream
configure script.
PR: ports/164026 (based on)
Submitted by: Marc Peters <marc.peters@trivago.com> |
0.14 06 Nov 2011 22:53:12 |
pav |
- Mark BROKEN: does not compile
gearmand/gearmand.o(.text+0x8ce):gearmand/gearmand.c:376: undefined reference
to `gearmand_queue_libmemcached_init'
gearmand/gearmand.o(.text+0xc32):gearmand/gearmand.c:443: undefined reference
to `gearmand_queue_libmemcached_deinit'
Reported by: pointyhat |
0.14 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.14 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.14 15 Sep 2010 23:54:09 |
glarkin |
- Fix linker errors by adding Perl build dependency (needed for configure
script) and adding proper SASL library to CONFIGURE_ENV.
If the libmemcached support option is selected in this port and the
libmemcached library was built with SASL support, our library test
in the configure script failed silently with a linker error.
- Minor OPTION processing cleanups and whitespace fixes
Reported by: pointhat |
0.14 08 Sep 2010 17:41:10 |
glarkin |
- Updated to 0.14 [1]
- Added options for libdrizzle and Tokyo Cabinet support
PR: ports/149921
Submitted by: Vick Khera <vivek at khera at org> [1] |
0.13 27 Apr 2010 18:04:04 |
glarkin |
- Take maintainership
- Add another master site |
0.13 22 Apr 2010 22:30:20 |
sahil |
- Update to 0.13
Approved by: itetcu@ (mentor), wxs@ (mentor) |
0.12 17 Apr 2010 15:24:00 |
sahil |
- Update to 0.12
- Reset maintainer to ports@FreeBSD.org
PR: ports/145315
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: wxs@ (mentor) |
0.11 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.11 31 Dec 2009 20:14:28 |
miwi |
- Update to 0.11
PR: 141303
Submitted by: Vick Khera <vivek@khera.org>
Approved by: maintainer timeout |
0.9 19 Sep 2009 12:00:16 |
miwi |
- Update to 0.9
- Add support for SQLite and PostgresSQL
PR: 138614
Submitted by: Keith Gaughan <k@stereochro.me> (based on)
Approved by: maintainer
Feature safe: yes |
0.8 04 Jul 2009 23:21:06 |
miwi |
- Update to 0.8
PR: 136249
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.7 01 Jul 2009 08:58:20 |
miwi |
- Update to 0.7
PR: 136068
Submitted by: Alex Kapranoff <ka@nadoby.ru>
Approved by: maintainer |
0.6 20 May 2009 09:55:31 |
lwhsu |
- Update to 0.6
PR: ports/134744
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
0.5 01 May 2009 08:39:56 |
miwi |
- Update to 0.5
PR: 134119
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.3 12 Feb 2009 13:20:18 |
lwhsu |
- Update to 0.3
PR: ports/131455
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
0.2_1 30 Jan 2009 05:18:43 |
rafan |
- Remove duplicate command arguments
PR: ports/131144
Submitted by: Gea-Suan Lin <gslin atgslin.org> (maintainer) |
0.2 29 Jan 2009 06:58:29 |
lwhsu |
Add gearmand 0.2, gearman C Server and Library.
PR: ports/131088
Submitted by: Gea-Suan Lin <gslin at gslin.org> |