git: b1a123d47973 - main - devel/mingw32-libyaml: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 21:04:55 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b1a123d479733a55bb17b87c827c748a3a986043
commit b1a123d479733a55bb17b87c827c748a3a986043
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-20 20:04:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-20 21:04:39 +0000
devel/mingw32-libyaml: Mark DEPRECATED
- Last upstream release was in 2014
- mingw32 project is defunct
- Pet portclippy
- Add LICENSE MIT
- Set EXPIRATION_DATE 2023-11-20
---
devel/mingw32-libyaml/Makefile | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/devel/mingw32-libyaml/Makefile b/devel/mingw32-libyaml/Makefile
index 246463abda82..2fbcdb532909 100644
--- a/devel/mingw32-libyaml/Makefile
+++ b/devel/mingw32-libyaml/Makefile
@@ -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>