From e44111f49153b0bd4e81dca3b2e1f71b46605b06 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 23 May 2016 22:07:24 +0000 Subject: 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] --- databases/db5/files/patch-src_dbinc_atomic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/db5/files/patch-src_dbinc_atomic.h') diff --git a/databases/db5/files/patch-src_dbinc_atomic.h b/databases/db5/files/patch-src_dbinc_atomic.h index 46412294ec2b..1c858f07291e 100644 --- a/databases/db5/files/patch-src_dbinc_atomic.h +++ b/databases/db5/files/patch-src_dbinc_atomic.h @@ -1,5 +1,5 @@ ---- ../src/dbinc/atomic.h.orig 2012-02-29 19:48:38.000000000 +0100 -+++ ../src/dbinc/atomic.h 2012-05-04 22:39:32.000000000 +0200 +--- src/dbinc/atomic.h.orig 2013-09-09 15:35:08 UTC ++++ src/dbinc/atomic.h @@ -70,7 +70,7 @@ typedef struct { * These have no memory barriers; the caller must include them when necessary. */ -- cgit v1.2.3