Fri Jul 26 09:50:21 2013 UTC ()
Fix build on at least SunOS by pointing to real OpenSSL.


(fhajny)
diff -r1.29 -r1.30 pkgsrc/security/py-m2crypto/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/security/py-m2crypto/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-m2crypto/Attic/Makefile 2013/02/06 23:23:44 1.29
+++ pkgsrc/security/py-m2crypto/Attic/Makefile 2013/07/26 09:50:21 1.30
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.29 2013/02/06 23:23:44 jperkin Exp $ 1# $NetBSD: Makefile,v 1.30 2013/07/26 09:50:21 fhajny Exp $
2# 2#
3 3
4DISTNAME= M2Crypto-0.21.1 4DISTNAME= M2Crypto-0.21.1
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
6PKGREVISION= 2 6PKGREVISION= 2
7CATEGORIES= security python 7CATEGORIES= security python
8MASTER_SITES= http://pypi.python.org/packages/source/M/M2Crypto/ 8MASTER_SITES= http://pypi.python.org/packages/source/M/M2Crypto/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://chandlerproject.org/bin/view/Projects/MeTooCrypto 11HOMEPAGE= http://chandlerproject.org/bin/view/Projects/MeTooCrypto
12COMMENT= Crypto and SSL toolkit for Python 12COMMENT= Crypto and SSL toolkit for Python
13LICENSE= m2crypto-license 13LICENSE= m2crypto-license
14 14
15# constness is very different between openssl versions, 15# constness is very different between openssl versions,
16# it seems, and 0.9.7i is the version which currently is 16# it seems, and 0.9.7i is the version which currently is
17# in pkgsrc and against which I fixed m2crypto to compile. 17# in pkgsrc and against which I fixed m2crypto to compile.
18# -- wiz 20060115 18# -- wiz 20060115
19BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*} 19BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*}
20 20
 21PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}
 22
21.include "../../lang/python/extension.mk" 23.include "../../lang/python/extension.mk"
22.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
23.include "../../devel/swig/buildlink3.mk" 25.include "../../devel/swig/buildlink3.mk"
24.include "../../security/openssl/buildlink3.mk" 26.include "../../security/openssl/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"