Skip to content

Commit

Permalink
security/openssl111: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jan 2, 2024
1 parent bbd6106 commit 1d967fa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions security/openssl111/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ OPTIONS_DEFINE= ASYNC CRYPTODEV CT KTLS MAN3 RFC3779 SHARED ZLIB
OPTIONS_DEFAULT=ASM ASYNC CT GOST DES EC KTLS MAN3 MD4 NEXTPROTONEG RC2 \
RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2

OPTIONS_EXCLUDE=${${OSVERSION} < 1300042:?KTLS:} \
${${OSVERSION} > 1300000:?CRYPTODEV:}
OPTIONS_EXCLUDE=CRYPTODEV

.if ${MACHINE_ARCH} == "amd64"
OPTIONS_GROUP_OPTIMIZE+= EC
Expand Down Expand Up @@ -125,19 +124,11 @@ PORTSCOUT= limit=^1\.1\.1
IGNORE= the OpenSSL port can not be installed over the base version
.endif

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 && !${PORT_OPTIONS:MCRYPTODEV}
CONFIGURE_ARGS+= no-devcryptoeng
.endif

OPENSSLDIR?= ${PREFIX}/openssl
PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==}

.include "version.mk"

.if ${PORT_OPTIONS:MASM}
BROKEN_sparc64= option ASM generates illegal instructions
.endif

post-patch:
${REINPLACE_CMD} \
-e 's|^MANDIR=.*$$|MANDIR=$$(INSTALLTOP)/man|' \
Expand Down

0 comments on commit 1d967fa

Please sign in to comment.