| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Fix that.
Notes:
svn path=/head/; revision=523641
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=522784
|
|
|
|
|
|
|
|
|
| |
PR: 241361
Submitted by: tobik@
MFH: 2019Q4 (blanket, adds an option that defaults to off)
Notes:
svn path=/head/; revision=515117
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=513650
|
|
|
|
|
|
|
|
|
|
|
|
| |
The http:// sites issue 301-type redirects to https:// so we can spare
everyone the roundtrip.
Inspired by...
PR: 239084
Submitted by: Miyashita Touka
Notes:
svn path=/head/; revision=506319
|
|
|
|
| |
Notes:
svn path=/head/; revision=504017
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=483807
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=476241
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=469617
|
|
|
|
|
|
|
|
|
|
|
| |
'armv7'. This patch adds armv7 support. It should provide no regression
on any existing architecture.
PR: 221921
Approved by: maintainer
Notes:
svn path=/head/; revision=449083
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=425813
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=425280
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
| |
Note that the license specifically is NOT copyfree:
http://copyfree.org/standard/rejected, see under
'Open Source License for Oracle Berkeley DB'
Notes:
svn path=/head/; revision=423484
|
|
|
|
|
|
|
| |
It's not BSD3CLAUSE but Sleepycat (unknown to the framework).
Notes:
svn path=/head/; revision=423483
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=423478
|
|
|
|
|
|
|
|
| |
PR: 209730
Submitted by: gahr@
Notes:
svn path=/head/; revision=415812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
Notes:
svn path=/head/; revision=415749
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
| |
Notes:
svn path=/head/; revision=413104
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=413097
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is to fix illegal-instruction crashes on armv6hf.
PR: 205001
Submitted by: dave@dogwood.com
Reviewed by: mikael.urankar@gmail.com
MFH: 2015Q4
Notes:
svn path=/head/; revision=404013
|
|
|
|
|
|
|
|
|
|
| |
use fcntl mutexes and fails as they are deprecated.
Approved by: mandree (maintainer)
Differential Revision: https://reviews.freebsd.org/D4107
Notes:
svn path=/head/; revision=401088
|
|
|
|
|
|
|
|
|
|
|
| |
when using the internal mutex implementation via unsupported instructions.
PR: 197227
Submitted by: andrew@
Approved by: mandree@
Notes:
svn path=/head/; revision=385644
|
|
|
|
| |
Notes:
svn path=/head/; revision=371255
|
|
|
|
| |
Notes:
svn path=/head/; revision=366741
|
|
|
|
| |
Notes:
svn path=/head/; revision=361939
|
|
|
|
|
|
|
|
| |
PR: 191453
Submitted by: jhibbits@
Notes:
svn path=/head/; revision=360264
|
|
|
|
|
|
|
| |
While at it, re-enable the db185 compatibility interface that some ports use.
Notes:
svn path=/head/; revision=336679
|
|
|
|
|
|
|
| |
Strip debug symbols for installed .so files unless WITH_DEBUG is set.
Notes:
svn path=/head/; revision=336431
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
| |
Modified version of dim's patch, where most of the stuff
moves into a REINPLACE_CMD called from post-patch.
Submitted by: dim
Notes:
svn path=/head/; revision=323621
|
|
|
|
|
|
|
|
| |
PR: ports/175878
Submitted by: Takefu
Notes:
svn path=/head/; revision=311794
|
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes:
svn path=/head/; revision=308604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
Notes:
svn path=/head/; revision=299590
|
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2012-May/033615.html
Reported by: Mel Flynn
Patch by: Dimitry Andric
Notes:
svn path=/head/; revision=299294
|
|
|
|
|
|
|
|
| |
ChangeLog: <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#idp580848>
Feature safe: yes
Notes:
svn path=/head/; revision=293258
|
|
|
|
|
|
|
|
| |
Reported and patch
Submitted by: Herbert J. Skuhra
Notes:
svn path=/head/; revision=291521
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk also handles configure script outside of WRKSRC.
Exp-runs by: miwi
Notes:
svn path=/head/; revision=289626
|
|
|
|
|
|
|
|
|
|
| |
outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
case.
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=284636
|
|
|
|
|
|
|
| |
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html
Notes:
svn path=/head/; revision=282255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=280427
|
|
|
|
|
|
|
|
|
| |
Fix up pkg-plist for WITH_JAVA and WITH_SQL builds.
Remove trailing whitespace.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=271409
|
|
|
|
|
|
|
|
| |
ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_1.html
Feature safe: yes
Notes:
svn path=/head/; revision=268747
|
|
|
|
| |
Notes:
svn path=/head/; revision=264443
|
|
|
|
|
|
|
|
|
| |
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR: ports/152158
Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile)
Notes:
svn path=/head/; revision=264442
|
|
|
|
| |
Notes:
svn path=/head/; revision=261539
|
|
|
|
|
|
|
| |
Reported by: Kurt J. Lidl
Notes:
svn path=/head/; revision=257977
|