git: 69a95b7ef93c - main - devel/mingw32-openssl: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 21:34:52 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69a95b7ef93cca34e23238ad06b6100c0d6aef7a
commit 69a95b7ef93cca34e23238ad06b6100c0d6aef7a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-20 21:32:02 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-20 21:34:29 +0000
devel/mingw32-openssl: Mark DEPRECATED
- Upstream EOL reached a long time ago and project mingw32 is defunct
- Pet portclippy
- Set EXPIRATION_DATE 2023-11-20
---
devel/mingw32-openssl/Makefile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/devel/mingw32-openssl/Makefile b/devel/mingw32-openssl/Makefile
index 9dd9c0851034..181d102e8978 100644
--- a/devel/mingw32-openssl/Makefile
+++ b/devel/mingw32-openssl/Makefile
@@ -10,18 +10,24 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= The OpenSSL library cross-compiled for MinGW32
WWW= http://sctp.fh-muenster.de/dtls-patches.html
+DEPRECATED= Upstream reached EOL and mingw32 project is defunct
+EXPIRATION_DATE= 2023-11-20
+
BUILD_DEPENDS= makedepend:devel/makedepend \
${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \
${LOCALBASE}/mingw32/include/stdlib.h:devel/${PKGNAMEPREFIX}bin-msvcrt \
${LOCALBASE}/mingw32/lib/libz.a:devel/mingw32-zlib
USES= cpe perl5 shebangfix
-SHEBANG_FILES= apps/tsget
USE_PERL5= build
+
+SHEBANG_FILES= apps/tsget
+
MAKE_JOBS_UNSAFE= yes
+INSTALL_TARGET= install_sw
+
CONFIGURE_PREFIX= ${PREFIX}/mingw32
OPENSSLDIR= ${CONFIGURE_PREFIX}/openssl
-INSTALL_TARGET= install_sw
post-patch:
@${REINPLACE_CMD} -e 's|m4 -B 8192|m4|g' \