git: e7f9860cb74f - main - devel/mingw32-gcc: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 10:10:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7f9860cb74f6860a7f6a61b6d06d9d6719ffff3 commit e7f9860cb74f6860a7f6a61b6d06d9d6719ffff3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-20 21:41:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-21 10:10:48 +0000 devel/mingw32-gcc: Mark DEPRECATED - Upstream last release was in 2015 and project mingw32 is defunct - Update WWW - Pet portclippy - Set EXPIRATION_DATE 2023-11-21 --- devel/mingw32-gcc/Makefile | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 124672e9b8e1..4ecdc62c922a 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -8,37 +8,38 @@ PKGNAMEPREFIX= mingw32- MAINTAINER= ports@FreeBSD.org COMMENT= FSF gcc-4 for Windows cross-development -WWW= https://www.mingw.org/ +WWW= https://mingw.osdn.io/ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Upstream release was in 2015 and mingw32 project is defunct +EXPIRATION_DATE= 2023-11-21 +BROKEN_powerpc64= fails to configure: error: cannot compute suffix of object files: cannot compile +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 + BUILD_DEPENDS= ${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//} \ mingwm10.dll:devel/${PKGNAMEPREFIX}bin-msvcrt \ objdump:devel/binutils -RUN_DEPENDS= ${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//} LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc +RUN_DEPENDS= ${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//} -BROKEN_powerpc64= fails to configure: error: cannot compute suffix of object files: cannot compile - -GCCVERSION= 4.8.1 - -SSP_UNSAFE= yes - -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USE_LDCONFIG= yes USES= bison cpe iconv gmake libtool makeinfo perl5 tar:bzip2 CPE_VENDOR= gnu +USE_LDCONFIG= yes USE_PERL5= build -GCC_TARG= ${PKGNAMEPREFIX:S/-$//} +CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure + +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} -CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure BINARIES= c++ cpp g++ gcc gcov gfortran +GCC_TARG= ${PKGNAMEPREFIX:S/-$//} +GCCVERSION= 4.8.1 .include <bsd.port.pre.mk> @@ -84,7 +85,7 @@ INFO+= libquadmath INSTALL_TARGET= install-strip .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CPPFLAGS+= -Wno-error=increment-bool \ +CPPFLAGS+= -Wno-error=increment-bool \ -Dregister= .endif