git: c83abdc09c16 - 2022Q3 - lang/intercal: fix build on recent FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Aug 2022 05:53:16 UTC
The branch 2022Q3 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=c83abdc09c16d2f394582e6d8a1d6790f8e11035 commit c83abdc09c16d2f394582e6d8a1d6790f8e11035 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-08-04 06:15:01 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-05 05:50:19 +0000 lang/intercal: fix build on recent FreeBSD Bump POSIX version. While here, submitter becomes maintainer. PR: 265560 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q3 (build fix) (cherry picked from commit 31a3e7c76d559bec19816447d16865b4206acca9) --- lang/intercal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 3b236f637850..4f817196ed85 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -5,14 +5,14 @@ PORTVERSION= 0.31 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= C-INTERCAL compiler, ick, and supporting libraries LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes -CFLAGS+= -D_POSIX_SOURCE +CFLAGS+= -D_POSIX_C_SOURCE=200809L DATADIR= ${PREFIX}/share/ick INFO= ick