Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2022 05:44:33 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31a3e7c76d55 - main - lang/intercal: fix build on recent FreeBSD
Message-ID:  <202208050544.2755iXdS047328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31a3e7c76d559bec19816447d16865b4206acca9

commit 31a3e7c76d559bec19816447d16865b4206acca9
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:41:03 +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)
---
 lang/intercal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index e4aedc619a2d..494f0bbf02b9 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -3,14 +3,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208050544.2755iXdS047328>