pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/plan



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun May 17 08:11:04 UTC 2026

Modified Files:
        pkgsrc/time/plan: Makefile

Log Message:
time/plan: s/c89/gnu89


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/time/plan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/plan/Makefile
diff -u pkgsrc/time/plan/Makefile:1.39 pkgsrc/time/plan/Makefile:1.40
--- pkgsrc/time/plan/Makefile:1.39      Sun May 17 08:06:58 2026
+++ pkgsrc/time/plan/Makefile   Sun May 17 08:11:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2026/05/17 08:06:58 vins Exp $
+# $NetBSD: Makefile,v 1.40 2026/05/17 08:11:04 vins Exp $
 
 DISTNAME=      plan-1.12
 PKGREVISION=   1
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 USE_TOOLS+=    yacc lex
 
-FORCE_C_STD=   c89
+FORCE_C_STD=   gnu89
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 



Home | Main Index | Thread Index | Old Index