| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://metacpan.org/dist/Crypt-OpenSSL-X509/changes
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
|
|
|
|
|
|
|
|
|
| |
- Convert REINPLACE_CMD to patch file
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
Notes:
svn path=/head/; revision=558636
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use real PORTVERSION
- Use = instead of += for MAKE_ARGS
- Use USES=ssl
- Sort PLIST
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
Notes:
svn path=/head/; revision=435034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=379605
|
|
|
|
|
|
|
|
|
| |
- Remove outdated OSVERSION check
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
Notes:
svn path=/head/; revision=275379
|
|
- Add patch because it doesn't compile with -Werror
PR: ports/149418
Submitted by: Frederic Culot <frederic _AT_ culot.org>
Notes:
svn path=/head/; revision=259973
|