Skip to content

Commit

Permalink
devel/mingw32-libffi: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- Upstream last release was in 2014
- WWW is vaporized
- mingw32 is defunct
- Add LICENSE MIT
- Pet portclippy
- Set EXPIRATION_DATE 2023-11-20
  • Loading branch information
5u623l20 committed Oct 20, 2023
1 parent 578ac2c commit df27aad
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions devel/mingw32-libffi/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit df27aad

Please sign in to comment.