Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.25_4 21 Aug 2014 22:50:30 |
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) |
4.1.25_4 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
4.1.25_4 21 Feb 2014 13:35:58 |
ehaupt |
Remove trailing whitespaces from category databases |
4.1.25_4 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
4.1.25_4 06 Feb 2014 14:11:48 |
miwi |
- Stage support |
4.1.25_4 15 Jan 2014 23:25:25 |
bapt |
Reduce over inclusion of bsd.port.mk |
4.1.25_4 16 Dec 2013 20:46:13 |
mandree |
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet. |
4.1.25_4 13 Dec 2013 23:27:34 |
mandree |
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports. |
4.1.25_4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
4.1.25_4 22 Jan 2012 15:42:43 |
beat |
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
bsd.port.mk also handles configure script outside of WRKSRC.
Exp-runs by: miwi |
4.1.25_4 29 Oct 2011 11:45:20 |
beat |
- Fix build on FreeBSD 10. Apply manual fix as the configure script is
outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
case.
Approved by: portmgr (miwi) |
4.1.25_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.1.25_4 12 Nov 2010 09:19:21 |
mandree |
Update WWW: links for db* ports in pkg-descr. |
4.1.25_4 12 Nov 2010 09:03:26 |
mandree |
Update MASTER_SITES.
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR: ports/152158
Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile) |
4.1.25_4 09 Oct 2010 14:26:34 |
mandree |
Move the two smaller vendor patches into files/
The upstream website seems broken. Also comment PATCH_SITES to try
ftp.FreeBSD.org first. |
4.1.25_4 13 Jun 2010 12:01:22 |
mandree |
Whom:-lines: ditch my @web.de address, use @gmx.de.
Approved by: garga (mentor, implicit) |
4.1.25_4 13 Jun 2010 11:57:36 |
mandree |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
4.1.25_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.1.25_4 04 Feb 2007 19:43:38 |
kris |
Fix build after objformat removal
Submitted by: maintainer
PR: ports/108767, ports/108768, ports/108769 |
4.1.25_4 08 Nov 2006 10:15:45 |
rafan |
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer) |
4.1.25_4 08 Nov 2006 05:18:16 |
rafan |
- Update MASTER_SITES
- Add patch.4.1.25.3 from vendor
PR: ports/105267
Submitted by: Matthias Andree (maintainer) |
4.1.25_3 14 Apr 2006 03:44:08 |
mnag |
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer |
4.1.25_3 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
4.1.25_3 13 Apr 2005 07:14:37 |
leeym |
Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:
# Applications with largely dirty caches could see performance problems in the
cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
performed when sections of the database environment log only contained
database open/close pairs.
PR: 79841
Submitted by: maintainer |
4.1.25_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.1.25_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.1.25_2 14 Feb 2005 16:25:32 |
clsung |
- chase distfiles (change MASTER_SITES)
PR: ports/77509
Submitted by: Matthias Andree (maintainer) |
4.1.25_2 30 Jun 2004 05:58:02 |
linimon |
Fix typos and reword to make a little bit clearer.
PR: docs/68450
Submitted by: Michel Lavondes <fox at vader dot aacc dot cc dot md dot us> |
4.1.25_2 05 May 2004 19:48:28 |
krion |
- change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint
- replace lengthy docs list by PORTDOCS= *
PR: ports/66258
Submitted by: maintainer |
4.1.25_2 16 Apr 2004 10:18:13 |
arved |
Workaround a problem with fast-mutexes on amd64
Reported by: tjr
PR: 64886
Investigative work by: perky
Workaround suggested by: maintainer |
4.1.25_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
4.1.25_1 08 Sep 2003 14:20:16 |
nork |
Fix build on recent current (by -pthread option is deprecated).
PR: ports/56551
Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
4.1.25_1 09 Jul 2003 07:46:16 |
daichi |
update databases/db41: pkg-descr change
PR: 53866
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Pointed out by: Chris Pepper <pepper@rockefeller.edu> |
4.1.25_1 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
4.1.25_1 16 Feb 2003 16:09:56 |
nork |
Remove RESTRICTED tag with cryptography relation.
Pointed out by: kris |
4.1.25_1 16 Feb 2003 05:54:21 |
nork |
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
o Prepares for the db41-nocrypto port.
PR: ports/48225
Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer) |
4.1.25 07 Jan 2003 01:06:07 |
petef |
Add db41-4.1.25 after a repocopy from databases/db4.
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de> |