git: df27aad9b95c - main - devel/mingw32-libffi: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 21:04:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=df27aad9b95c65f343806b26194970f39d40437e commit df27aad9b95c65f343806b26194970f39d40437e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-20 19:57:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-20 21:04:39 +0000 devel/mingw32-libffi: Mark DEPRECATED - Upstream last release was in 2014 - WWW is vaporized - mingw32 is defunct - Add LICENSE MIT - Pet portclippy - Set EXPIRATION_DATE 2023-11-20 --- devel/mingw32-libffi/Makefile | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/devel/mingw32-libffi/Makefile b/devel/mingw32-libffi/Makefile index 0cfb90bdf058..e6c04189e714 100644 --- a/devel/mingw32-libffi/Makefile +++ b/devel/mingw32-libffi/Makefile @@ -9,17 +9,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The libffi library cross-compiled for MinGW32 WWW= http://sources.redhat.com/libffi/ +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +DEPRECATED= Last upstream release was in 2014 and mingw32 project is defunct +EXPIRATION_DATE= 2023-11-20 + BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ ${LOCALBASE}/mingw32/include/stdlib.h:devel/${PKGNAMEPREFIX}bin-msvcrt -SSP_UNSAFE= fails to link +USES= cpe libtool +CPE_VENDOR= ${PORTNAME}_project + GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32 CONFIGURE_ARGS= --host="mingw32" --enable-shared -CC= ${PKGNAMEPREFIX}gcc + CFLAGS= -O2 # Override CFLAGS for a cross-build -USES= cpe libtool -CPE_VENDOR= ${PORTNAME}_project +SSP_UNSAFE= fails to link + +CC= ${PKGNAMEPREFIX}gcc + PLIST_SUB= PORTVERSION=${PORTVERSION} post-patch: