Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= openssl |
4 |
PORTNAME= openssl |
5 |
PORTVERSION= 1.0.2p |
5 |
PORTVERSION= 1.0.2p |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
PORTEPOCH= 1 |
7 |
PORTEPOCH= 1 |
8 |
CATEGORIES= security devel |
8 |
CATEGORIES= security devel |
9 |
MASTER_SITES= http://www.openssl.org/source/ \ |
9 |
MASTER_SITES= http://www.openssl.org/source/ \ |
Lines 128-133
Link Here
|
128 |
${WRKSRC}/crypto/des/Makefile |
128 |
${WRKSRC}/crypto/des/Makefile |
129 |
${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ |
129 |
${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ |
130 |
${WRKSRC}/crypto/opensslv.h |
130 |
${WRKSRC}/crypto/opensslv.h |
|
|
131 |
${REINPLACE_CMD} -e 's|\^GNU ld|GNU|' ${WRKSRC}/Makefile.shared |
131 |
|
132 |
|
132 |
post-patch-MAN3-off: |
133 |
post-patch-MAN3-off: |
133 |
${GREP} -L openssl_manual_section ${WRKSRC}/doc/crypto/*.pod | ${XARGS} ${RM} |
134 |
${GREP} -L openssl_manual_section ${WRKSRC}/doc/crypto/*.pod | ${XARGS} ${RM} |