1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/p5-Crypt-OpenSSL-X509
John Marino a4c576c273 security/p5-Crypt-OpenSSL-X509: Fix [-Werror=logical-not-parentheses]
This bug was first discovered by Fedora 22 team building with gcc5 and
they reported it upstream:

   https://github.com/dsully/perl-crypt-openssl-x509/issues/39

I believe this patch is equivalent but a bit nicer than the fix suggested
there.  The problem is "not (c < 0)" is desired but "(not c) < 0)" is
what the condition evaluates to.  The joy of C.

Approved by:	Just fix it
2015-02-22 14:09:12 +00:00
..
files security/p5-Crypt-OpenSSL-X509: Fix [-Werror=logical-not-parentheses] 2015-02-22 14:09:12 +00:00
distinfo
Makefile security/p5-Crypt-OpenSSL-X509: Fix [-Werror=logical-not-parentheses] 2015-02-22 14:09:12 +00:00
pkg-descr
pkg-plist