diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2016-05-23 22:07:24 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2016-05-23 22:07:24 +0000 |
commit | e44111f49153b0bd4e81dca3b2e1f71b46605b06 (patch) | |
tree | 3e784a039c47f35eba11f244bbebeaf38e7e4a94 /databases/db5/files/patch-dbinc_mutex_int.h | |
parent | Ah, the Perl to github exporter is working again, so, let's use the (diff) |
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]
Notes
Notes:
svn path=/head/; revision=415749
Diffstat (limited to 'databases/db5/files/patch-dbinc_mutex_int.h')
-rw-r--r-- | databases/db5/files/patch-dbinc_mutex_int.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/db5/files/patch-dbinc_mutex_int.h b/databases/db5/files/patch-dbinc_mutex_int.h deleted file mode 100644 index 8e1ea186217f..000000000000 --- a/databases/db5/files/patch-dbinc_mutex_int.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ../src/dbinc/mutex_int.h.orig 2010-04-12 13:25:22.000000000 -0700 -+++ ../src/dbinc/mutex_int.h 2014-06-28 01:16:48.321255725 -0700 -@@ -596,7 +596,7 @@ - : "=&r" (__r), "+r" (tsl) - : - : "cr0", "memory"); -- return (int)tsl; -+ return (tsl != 0); - } - - static inline int |