Skip to content

Commit

Permalink
devel/mingw32-libyaml: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- Last upstream release was in 2014
- mingw32 project is defunct
- Pet portclippy
- Add LICENSE MIT
- Set EXPIRATION_DATE 2023-11-20
  • Loading branch information
5u623l20 committed Oct 20, 2023
1 parent df27aad commit b1a123d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions devel/mingw32-libyaml/Makefile
Expand Up @@ -11,16 +11,25 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= The libyaml library cross-compiled for MinGW32
WWW= https://pyyaml.org/wiki/LibYAML

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

USES= cpe libtool
CPE_VENDOR= pyyaml

GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32
CONFIGURE_ARGS= --host="mingw32"
CC= ${PKGNAMEPREFIX}gcc

CFLAGS= -O3 # Override CFLAGS for a cross-build
SSP_CFLAGS?= -fstack-protector # XXX -strong isn't supported by GCC < 4.9
USES= cpe libtool
CPE_VENDOR= pyyaml

CC= ${PKGNAMEPREFIX}gcc

.include <bsd.port.mk>

0 comments on commit b1a123d

Please sign in to comment.