Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Nov 2018 15:38:51
1.9.1_1

|
danfe  |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
17 Jun 2018 19:06:51
1.9.1

|
tobik  |
databases/dbtool: Unbreak with Clang 6
engine.cc:539:46: error: non-constant-expression cannot be narrowed from type
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >::size_type' (aka 'unsigned long') to 'int' in
initializer list [-Wc++11-narrowing]
datum key = {(char *)config.key.c_str(), config.key.length()};
^~~~~~~~~~~~~~~~~~~
engine.cc:539:46: note: insert an explicit cast to silence this issue
datum key = {(char *)config.key.c_str(), config.key.length()};
^~~~~~~~~~~~~~~~~~~
static_cast<int>( )
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/dbtool-1.9.1.log |
08 Aug 2016 13:46:50
1.9.1

|
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
19 May 2016 10:21:25
1.9.1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.9.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
30 Dec 2015 10:43:50
1.9.1

|
rakuco  |
Unmark BROKEN.
The port can be fetched just fine. |
24 Oct 2015 00:32:33
1.9.1

|
bapt  |
Mark as broken: does not fetch |
16 Oct 2015 19:09:53
1.9.1

|
pawel  |
- Update to version 1.9.1
- Add LICENSE_FILE
- Convert to USES=shebangfix, option helpers, PLIST_FILES
PR: 203242
Submitted by: tkato432@yahoo.com |
14 Apr 2015 20:21:24
1.8

|
mi  |
Upgrade from 1.7 to 1.8. While here, please portlint and unroll some
loops in Makefile. |
20 Oct 2014 10:41:13
1.7_5

|
bapt  |
Cleanup plist |
22 Aug 2014 06:56:48
1.7_5

|
mandree  |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690 |
21 Aug 2014 22:50:30
1.7_4

|
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
03 Jul 2014 21:48:44
1.7_4

|
adamw  |
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations. |
11 Jun 2014 18:55:30
1.7_4

|
marino  |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
11 Jun 2014 14:50:00
1.7_4

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
07 May 2014 23:49:46
1.7_4

|
bapt  |
Support stage
Use option framework
Convert to USES=gmake |
12 Feb 2014 14:03:25
1.7_4

|
mat  |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight |
11 Dec 2013 18:08:53
1.7_3

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
20 Sep 2013 16:13:49
1.7_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
10 Dec 2012 19:11:12
1.7_3

|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
14 Feb 2012 12:45:35
1.7_2
|
mm  |
Bump pcre library dependency due to 8.30 update |
23 Sep 2011 22:26:39
1.7_1
|
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 |
12 Sep 2011 13:46:59
1.7_1
|
gabor  |
- Track dependencies after databases/gdbm update |
19 May 2011 18:25:58
1.7
|
sylvio  |
- Add license |
20 Mar 2011 12:54:45
1.7
|
miwi  |
- Get Rid MD5 support |
27 Nov 2009 22:52:30
1.7
|
sylvio  |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
30 Jun 2009 17:46:26
1.7
|
araujo  |
- Update to 1.7.
- Pass maintainer to submitter.
PR: ports/136074
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
31 Jan 2009 21:59:35
1.6_3
|
pav  |
- Update download location |
06 Jun 2008 13:17:10
1.6_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
15 Feb 2007 19:38:54
1.6_2
|
jmelo  |
- Fix mastersite.
PR: ports/109190
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
22 Dec 2006 21:33:42
1.6_2
|
bsam  |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION. |
21 Dec 2006 13:45:17
1.6_1
|
arved  |
Fix build with gcc41 |
04 May 2006 21:41:12
1.6_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
24 Nov 2005 01:23:57
1.6_1
|
pav  |
- Add SHA256 |
10 Jun 2004 21:56:49
1.6_1
|
tobez  |
Update WWW. |
04 Feb 2004 05:21:48
1.6_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
1.6
|
trevor  |
SIZEify. |
30 Mar 2003 03:40:04
1.6
|
edwin  |
databases/dbtool: upgrading to 1.6 and fixing on -CURRENT.
PR: ports/50213
Submitted by: Thierry Thomas <thierry@pompo.net> |
20 Feb 2003 17:00:26
1.5
|
knu  |
De-pkg-comment. |
05 Feb 2003 18:15:57
1.5
|
naddy  |
URL fixes.
PR: 47848, 47853, 47855
Submitted by: tadalunch@s5.xrea.com |
03 Jan 2003 08:26:35
1.5
|
ijliao  |
chase gdbm lib version |
01 Sep 2002 16:07:59
1.5
|
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
22 Aug 2002 19:31:21
1.5
|
ade  |
Fix typo that would have meant this port would not have compiled
if db3 support had been selected. |
13 Jun 2002 13:58:31
1.5
|
ijliao  |
upgrade to 1.5
PR: 39224
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
17 Apr 2002 09:41:33
1.4
|
ijliao  |
upgrade to 1.4
drop maintainership |
01 Aug 2001 12:56:25

|
knu  |
Back out the db3 port update because some of these dependent ports had been
broken by the incompatibility between db3.2 and db3.3. |
25 Jul 2001 16:05:11

|
knu  |
Reflect databases/db3's shlib version bump from 2 to 3. |
29 Apr 2001 17:58:46

|
ijliao  |
add dbtool Store and retrieve data in a key/value format in a hash database
|