non port: databases/db5/Makefile |
SVNWeb
|
Number of commits found XX: 42 |
Mon, 20 Jan 2020
|
[ 19:27 mat ] 
523641 Mk/bsd.port.mk
523641 databases/db5/Makefile
523641 databases/db6/Makefile
Making REWARNFILE overridable was an artefact from testing.
Fix that.
|
Sun, 12 Jan 2020
|
[ 12:47 mandree ] 
522784 databases/db5/Makefile
522784 databases/db6/Makefile
databases/db6, db5: fix JAVA-enabled build, suppress sed failed warnings
Add JAVA_VERSION="7 8" to db6
Add REWARNFILE=/dev/null to db6 and db5
Reported by: Tommy P <tommyhp2@gmail.com>
PR: 243278
MFH: 2020Q1 (blanket, fix broken build)
|
Mon, 21 Oct 2019
|
[ 18:21 mandree ] 
515117 databases/db5/Makefile
515117 databases/db6/Makefile
databases/db5, databases/db6: Hook up DEBUG options helpers
PR: 241361
Submitted by: tobik@
MFH: 2019Q4 (blanket, adds an option that defaults to off)
|
Thu, 3 Oct 2019
|
[ 06:13 glewis ] 
513650 databases/db5/Makefile
Remove reference to Java 1.6
* After the deletion of the openjdk6 port, there are no viable versions
of Java 6 left in the ports tree, so remove it as a possible version
PR: 241019
Approved by: mandree@
Sponsored by: The FreeBSD Foundation
|
Tue, 9 Jul 2019
|
[ 21:44 mandree ] 
506319 databases/db5/Makefile
506319 databases/db6/Makefile
Switch db5/db6 to download from Oracle's https:// sites.
The http:// sites issue 301-type redirects to https:// so we can spare
everyone the roundtrip.
Inspired by...
PR: 239084
Submitted by: Miyashita Touka
|
Wed, 12 Jun 2019
|
[ 15:38 gahr ] 
504017 databases/db5/Makefile
databases/db5: remove meaningless 85+ from USES tcl
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] 
483807 Mk/Uses/gssapi.mk
483807 Mk/bsd.gecko.mk
483807 audio/kwave/Makefile
483807 audio/logitechmediaserver/Makefile
483807 audio/supercollider/Makefile
483807 audio/teamspeak3-server/Makefile
483807 audio/wavpack/Makefile
483807 audio/zynaddsubfx/Makefile
483807 base/binutils/Makefile
483807 cad/calculix/Makefile
(Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Thu, 2 Aug 2018
|
[ 16:05 mandree ] 
476241 databases/db5/Makefile
476241 databases/db5/files/patch-src_dbinc_db.in
476241 databases/db6/Makefile
476241 databases/db6/files/patch-src_dbinc_db.in
476241 databases/db6/pkg-plist
databases/db5, db6: enable DBM compatibility
Enable DBM API. [1]
Reorder license information of db5/Makefile to fix portlint warning. [1]
Bump PORTREVISON. [1]
Add command creating symbolic link such as ${PREFIX}/lib/libdb-6.so to
post-install target of db6/Makefile. [1]
Instead of USE_GCC, patch src/dbinc/db.in to not expose the store() macro under
C++.
Mark db6 broken on MIPS64 for now, we do not have a workable MUTEX
implementation.
Unbreak build on AARCH64, where the db6 autoconfiguration chooses the wrong
MUTEX.
PR: 230191
Submitted by: Yasuhiro Kimura
|
Fri, 11 May 2018
|
[ 09:04 amdmi3 ] 
469617 databases/db5/Makefile
469617 databases/db5/pkg-descr
- Fix license handling
- Update WWW
Approved by: portmgr blanket
|
Fri, 1 Sep 2017
|
[ 14:49 linimon ] 
449083 databases/db5/Makefile
The src tree is splitting 32-bit arm support into 'armv6' and the new
'armv7'. This patch adds armv7 support. It should provide no regression
on any existing architecture.
PR: 221921
Approved by: maintainer
|
Wed, 9 Nov 2016
|
[ 22:31 mandree ] 
425813 databases/db5/Makefile
425813 databases/db5/files/patch-lang_tcl_tcl__env.c
425813 databases/db5/files/patch-lang_tcl_tcl__seq.c
425813 databases/db5/files/patch-src_heap_heap__verify.c
Avoid junk pointer when __db_vrfy_datapage() fails
Rather than second-guessing what the __os_free() might be doing and
avoiding it, initialize the pointer to NULL, which __os_free() will
skip. This should be the safer approach if Oracle ever patches other
parts of db 5.3.
PR: 210829
Submitted by: Mark Millard
|
Fri, 4 Nov 2016
|
[ 00:09 mandree ] 
425280 databases/db5/Makefile
Force pthreads mutexes on 11+ and aarch64/ARMV6
This currently leaves ARMv6 and aarch64 on FreeBSD 9.x and 10.x out in
the rain because these will still autoconfigure to only permit private
mutexes.
PR: 213167
Submitted by: jbeich (IRC)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] 
424411 Makefile
424411 Mk/Uses/elixir.mk
424411 Mk/Uses/erlang.mk
424411 Mk/Uses/gem.mk
424411 Mk/Uses/gnome.mk
424411 Mk/Uses/gssapi.mk
424411 Mk/Uses/pear.mk
424411 Mk/Uses/perl5.mk
424411 Mk/Uses/php.mk
424411 Mk/bsd.gecko.mk
(Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 7 Oct 2016
|
[ 20:52 mandree ] 
423484 databases/db5/Makefile
Add LICENSE_GROUPS.
Note that the license specifically is NOT copyfree:
http://copyfree.org/standard/rejected, see under
'Open Source License for Oracle Berkeley DB'
|
[ 20:40 mandree ] 
423483 databases/db5/Makefile
Correct license information to Sleepycat.
It's not BSD3CLAUSE but Sleepycat (unknown to the framework).
|
[ 18:47 mandree ] 
423478 databases/db5/Makefile
Clean up, modernize, add LICENSE.
The clean up drops an obsolete comment (overcome by a patch),
drops the --disable-tcl that is overridden anyhow, and replaces a few
.if empty(PORT_OPTIONS:Mfoo) by post-install-FOO-{on|off}: targets.
This is to get the port closer to db6.
|
Tue, 24 May 2016
|
[ 21:26 mandree ] 
415812 databases/db5/Makefile
415812 databases/db5/files/patch-lang_tcl_tcl__db.c
415812 databases/db5/files/patch-lang_tcl_tcl__env.c
415812 databases/db5/files/patch-lang_tcl_tcl__seq.c
Fix strncat() misuse, and enable TCL option.
PR: 209730
Submitted by: gahr@
|
Mon, 23 May 2016
|
[ 22:07 mandree ] 
415749 databases/db5/Makefile
415749 databases/db5/files/patch-dbinc_mutex_int.h
415749 databases/db5/files/patch-dist_configure
415749 databases/db5/files/patch-src_dbinc_atomic.h
415749 databases/db5/files/patch-src_dbinc_mutex__int.h
415749 databases/db5/pkg-plist
Modernize Makefile and chase new requisites.
* Modernize Makefile [1].
* The Tcl changes suggested in the PR [1] are applied but commented out
because the code causes scary "warning: the value of the size argument
in 'strncat' is too large, might lead to a buffer overflow
[-Wstrncat-size]" in lang/tcl/tcl_*.c on FreeBSD 10.3 amd64.
* Other than what is suggested in the PR,
refuse to add the TCL option, and leave --disable-tcl in.
* JAVA option: restrict to Java versions 1.6 and 1.7 because the port
fails to compile with JAVA option enabled and openjdk8
(IllegalArgument exception).
portlint cleanups:
* Set PATCH_WRKSRC, and refresh patches with "make makepatch".
* Use Space (not HTab) after WWW: tag in pkg-descr
* Drop "The" from COMMENT.
PR: 208740 [1]
Submitted by: gahr@ [1]
|
Tue, 12 Apr 2016
|
[ 07:49 mandree ] 
413104 databases/db5/Makefile
413104 databases/db6/Makefile
Grab after bapt's initial clarification on 413096.
|
[ 05:54 mandree ] 
413097 Tools/scripts/bump_revision.pl
413097 databases/db48/Makefile
413097 databases/db5/Makefile
413097 databases/db6/Makefile
413097 deskutils/docear/Makefile
413097 sysutils/busybox/Makefile
Drop maintainership.
If portmgr@ needs to commit against better advise, two years after this was
first discussed without any motion of the upstream.
Drop a few more maintainerships along the way.
|
Sat, 19 Dec 2015
|
[ 11:03 mandree ] 
404013 databases/db5/Makefile
404013 databases/db6/Makefile
Fix crash by using POSIX mutexes on all armv6* ARCHes not just armv6.
This is to fix illegal-instruction crashes on armv6hf.
PR: 205001
Submitted by: dave@dogwood.com
Reviewed by: mikael.urankar@gmail.com
MFH: 2015Q4
|
Mon, 9 Nov 2015
|
[ 09:29 andrew ] 
401088 databases/db48/Makefile
401088 databases/db5/Makefile
401088 databases/db6/Makefile
As with armv6 we need to use POSIX mutexes. Without this the ports try to
use fcntl mutexes and fails as they are deprecated.
Approved by: mandree (maintainer)
Differential Revision: https://reviews.freebsd.org/D4107
|
Thu, 7 May 2015
|
[ 17:35 sbruno ] 
385644 databases/db48/Makefile
385644 databases/db5/Makefile
385644 databases/db6/Makefile
enable posix-mutexes by default for armv6 targets as db will crash and burn
when using the internal mutex implementation via unsupported instructions.
PR: 197227
Submitted by: andrew@
Approved by: mandree@
|
Sun, 31 Aug 2014
|
[ 10:32 tijl ] 
366741 databases/db5/Makefile
366741 databases/db5/pkg-plist
Add USES=libtool
|
Tue, 15 Jul 2014
|
[ 15:06 adamw ] 
361939 databases/bbdb/Makefile
361939 databases/datamodeler/Makefile
361939 databases/db5/Makefile
361939 databases/db6/Makefile
361939 databases/hamsterdb/Makefile
361939 databases/libdrizzle/Makefile
361939 databases/py-pg_pqueue/Makefile
361939 databases/ruby-rdbc1/Makefile
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 2 Jul 2014
|
[ 20:59 mandree ] 
360264 databases/db48/Makefile
360264 databases/db48/files/patch-dbinc_mutex_int.h
360264 databases/db5/Makefile
360264 databases/db5/files/patch-dbinc_mutex_int.h
360264 databases/db6/Makefile
360264 databases/db6/files
360264 databases/db6/files/patch-dbinc_mutex_int.h
Fix mutex code on powerpc64.
PR: 191453
Submitted by: jhibbits@
|
Mon, 16 Dec 2013
|
[ 23:47 mandree ] 
336679 databases/db5/Makefile
336679 databases/db5/distinfo
336679 databases/db5/pkg-plist
Update to 5.3.28, fixing nearly two dozen bugs.
While at it, re-enable the db185 compatibility interface that some ports use.
|
Sat, 14 Dec 2013
|
[ 09:57 mandree ] 
336431 databases/db5/Makefile
336431 databases/db6/Makefile
Convert to staging.
Strip debug symbols for installed .so files unless WITH_DEBUG is set.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] 
327717 databases/R-cran-DBI/Makefile
327717 databases/R-cran-RMySQL/Makefile
327717 databases/R-cran-RSQLite.extfuns/Makefile
327717 databases/R-cran-RSQLite/Makefile
327717 databases/R-cran-sqldf/Makefile
327717 databases/WWWdb/Makefile
327717 databases/adminer/Makefile
327717 databases/adodb/Makefile
327717 databases/adodb5/Makefile
327717 databases/akonadi-googledata/Makefile
(Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 24 Jul 2013
|
[ 21:35 mandree ] 
323621 databases/db5/Makefile
323621 databases/db5/files/patch-src_dbinc_atomic.h
323621 databases/db6/Makefile
323621 databases/db6/files
323621 databases/db6/files/patch-src_dbinc_atomic.h
Fix C++11 compatibility by renaming atomic_init().
Modified version of dim's patch, where most of the stuff
moves into a REINPLACE_CMD called from post-patch.
Submitted by: dim
|
Wed, 6 Feb 2013
|
[ 20:21 mandree ] 
311794 databases/db5/Makefile
Convert one more NOPORTDOCS occasion to port optionsNG framework.
PR: ports/175878
Submitted by: Takefu
|
Mon, 10 Dec 2012
|
[ 13:18 bapt ] 
308604 accessibility/java-access-bridge/Makefile
308604 archivers/javatar/Makefile
308604 archivers/jzip.org/Makefile
308604 archivers/jzlib/Makefile
308604 astro/josm/Makefile
308604 astro/openmap/Makefile
308604 audio/gervill/Makefile
308604 audio/jid3lib/Makefile
308604 audio/jmusic/Makefile
308604 audio/jxm/Makefile
(Only the first 10 of 172 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
Mon, 18 Jun 2012
|
[ 23:28 mandree ]
1.16 databases/db5/Makefile
1.11 databases/db5/distinfo
1.8 databases/db5/pkg-plist
Forced commit to note correct URL for ChangeLog in CVS (missing l in .html):
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
|
[ 23:23 mandree ]
1.76 Mk/bsd.database.mk
1.1256 UPDATING
1.15 databases/db5/Makefile
1.10 databases/db5/distinfo
1.7 databases/db5/pkg-plist
- Update to new upstream release 5.3.21. Please see UPDATING!
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm
- Convert to OptionsNG.
Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes,
as well as an update of Mk/bsd.database.mk and UPDATING.
Port and pkg-plist updates based on
PR: ports/165574
Submitted by: sunpoet@
|
Tue, 13 Mar 2012
|
[ 21:52 mandree ]
1.14 databases/db5/Makefile
1.9 databases/db5/distinfo
Update to upstream bug-fix patchlevel release [11.2.]5.2.42.
ChangeLog:
<http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#idp580848>
Feature safe: yes
|
Thu, 16 Feb 2012
|
[ 07:21 mandree ]
1.13 databases/db5/Makefile
Fix broken symbolic links in libdb*-5.so.0 files.
Reported and patch
Submitted by: Herbert J. Skuhra
|
Sun, 22 Jan 2012
|
[ 15:42 beat ]
1.64 databases/db4/Makefile
1.69 databases/db41/Makefile
1.17 databases/db42/Makefile.db
1.83 databases/db43/Makefile
1.85 databases/db44/Makefile
1.93 databases/db46/Makefile
1.96 databases/db47/Makefile
1.6 databases/db48/Makefile
1.12 databases/db5/Makefile
- 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
|
Sat, 29 Oct 2011
|
[ 11:45 beat ]
1.63 databases/db4/Makefile
1.68 databases/db41/Makefile
1.82 databases/db43/Makefile
1.84 databases/db44/Makefile
1.92 databases/db46/Makefile
1.95 databases/db47/Makefile
1.5 databases/db48/Makefile
1.11 databases/db5/Makefile
- 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)
|
Fri, 23 Sep 2011
|
[ 18:48 mandree ]
1.10 databases/db5/Makefile
1.8 databases/db5/distinfo
Update to new upstream bugfix release. ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html
|
Thu, 25 Aug 2011
|
[ 23:17 mandree ]
1.2576 MOVED
1.64 Mk/bsd.database.mk
1.1020 databases/Makefile
1.9 databases/db5/Makefile
1.7 databases/db5/distinfo
1.6 databases/db5/pkg-plist
1.8 databases/db51/Makefile
1.6 databases/db51/distinfo
1.2 databases/db51/files/patch-dist_configure
1.4 databases/db51/pkg-descr
(Only the first 10 of 11 ports in this commit are shown above. )
- Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:
http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html
- Remove databases/db51 (no hard dependencies), users having set db51
manually for their ports need to set db5 and rebuild dependent ports.
- Add OPTIONS for localization (default off) and crypto (default on).
- Install libdb*-5.so symlinks into $PREFIX/lib
- If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and
--enable-debug.
|
[ 21:43 mandree ]
1.8 databases/db5/Makefile
1.6 databases/db5/distinfo
1.4 databases/db5/pkg-descr
1.5 databases/db5/pkg-plist
Forced commit to note repocopy from ports/databases/db51.
PR: ports/159700
|
Number of commits found XX: 42 |