diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-09-17 11:06:30 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-09-17 11:06:30 +0000 |
commit | 87402eb7e0a9f7a73f4e080933ae2a2ef7cb56e0 (patch) | |
tree | a5bf37f42dc44430a99cf00a9b7cc2cf11181b93 /security | |
parent | Remove a dead MASTER_SITE which was bogusly returning 0-sized files for (diff) |
Rip off rsaref (and thus USA_RESIDENT).
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=32745
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 18 | ||||
-rw-r--r-- | security/openssl/Makefile | 18 |
2 files changed, 4 insertions, 32 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index a7dfc03dfd77..50e275908792 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.5a +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -23,7 +24,6 @@ FORBIDDEN= "OpenSSL is already in the base system" NOSHARED= yes .endif -RESTRICTED= "Cryptography" USE_PERL5= yes .if defined(NOSHARED) PLIST= ${PKGDIR}/PLIST.noshared @@ -69,25 +69,11 @@ MAN3= BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 \ MAN5= config.5 MAN7= des_modes.7 -.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -pre-fetch: - @${ECHO} "" - @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident" - @${ECHO} "or to NO, if you aren't USA resident to build this package." - @${ECHO} "You must also have installed rsaref port if you are USA resident." - @${FALSE} -.elif defined(USA_RESIDENT) -.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE) -LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref -RSAREF= rsaref -.endif -.endif - do-configure: @cd ${WRKSRC} \ && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \ ./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \ - ${RSAREF} -L${PREFIX}/lib + -L${PREFIX}/lib post-install: .if !defined(NOSHARED) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a7dfc03dfd77..50e275908792 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.5a +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -23,7 +24,6 @@ FORBIDDEN= "OpenSSL is already in the base system" NOSHARED= yes .endif -RESTRICTED= "Cryptography" USE_PERL5= yes .if defined(NOSHARED) PLIST= ${PKGDIR}/PLIST.noshared @@ -69,25 +69,11 @@ MAN3= BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 \ MAN5= config.5 MAN7= des_modes.7 -.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -pre-fetch: - @${ECHO} "" - @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident" - @${ECHO} "or to NO, if you aren't USA resident to build this package." - @${ECHO} "You must also have installed rsaref port if you are USA resident." - @${FALSE} -.elif defined(USA_RESIDENT) -.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE) -LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref -RSAREF= rsaref -.endif -.endif - do-configure: @cd ${WRKSRC} \ && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \ ./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \ - ${RSAREF} -L${PREFIX}/lib + -L${PREFIX}/lib post-install: .if !defined(NOSHARED) |