diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 17:45:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 17:45:25 +0800 |
commit | f906f7fe1b2b9a918e3937b38866e170114165f5 (patch) | |
tree | 8b5d857a39b127df2f7ecc889653e1606c50d2b8 /security | |
parent | a1e5dda785740fe6c1c23935c7e8e6e55a52e585 (diff) | |
download | freebsd-ports-gnome-f906f7fe1b2b9a918e3937b38866e170114165f5.tar.gz freebsd-ports-gnome-f906f7fe1b2b9a918e3937b38866e170114165f5.tar.zst freebsd-ports-gnome-f906f7fe1b2b9a918e3937b38866e170114165f5.zip |
- fix build with perl 5.16
Submitted by: Takefu
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 5 | ||||
-rw-r--r-- | security/openssl/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1db8881d34b2..932c15fa888d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -15,6 +15,10 @@ DIST_SUBDIR= ${DISTNAME}2 MAINTAINER= dinoex@FreeBSD.org COMMENT= SSL and crypto library +PATCH_SITES+= http://www.linuxfromscratch.org/patches/blfs/svn/:pod +PATCHFILES+= openssl-1.0.1e-fix_pod_syntax-1.patch:pod +PATCH_DIST_STRIP= -p1 + .ifdef USE_OPENSSL .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif @@ -1119,7 +1123,6 @@ PLIST_SUB+= WITH_RC5="@comment " .endif .if ${PORT_OPTIONS:MPADLOCK} -PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock PATCHFILES+= 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \ 0002-engines-e_padlock-backport-cvs-head-changes.patch:padlock \ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 71cb628f500a..a1b74b701341 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,5 +1,7 @@ SHA256 (openssl-1.0.1e2/openssl-1.0.1e.tar.gz) = f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 SIZE (openssl-1.0.1e2/openssl-1.0.1e.tar.gz) = 4459777 +SHA256 (openssl-1.0.1e2/openssl-1.0.1e-fix_pod_syntax-1.patch) = 748fd906d6d50b0183d4795aec4857c5b1e53de1155aaa8512fc775f2c04dbe9 +SIZE (openssl-1.0.1e2/openssl-1.0.1e-fix_pod_syntax-1.patch) = 11743 SHA256 (openssl-1.0.1e2/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 18dd81fefb39b3328a444774ed10871ed50348ca171d2da9f826f916127b2dae SIZE (openssl-1.0.1e2/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3512 SHA256 (openssl-1.0.1e2/0002-engines-e_padlock-backport-cvs-head-changes.patch) = 39c31c2e33cded09543a2d1fd2e3238e9d11c672ba71a14d13095baad3ec9696 |