pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/canlock-hp



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Aug 30 13:16:32 UTC 2023

Modified Files:
        pkgsrc/news/canlock-hp: Makefile

Log Message:
news/canlock-hp: Use new variables to request a C99 compiler

Bump, because now the mode should always be set (if default is not C99).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/news/canlock-hp/Makefile

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

Modified files:

Index: pkgsrc/news/canlock-hp/Makefile
diff -u pkgsrc/news/canlock-hp/Makefile:1.8 pkgsrc/news/canlock-hp/Makefile:1.9
--- pkgsrc/news/canlock-hp/Makefile:1.8 Fri Oct 14 11:39:56 2022
+++ pkgsrc/news/canlock-hp/Makefile     Wed Aug 30 13:16:32 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/10/14 11:39:56 micha Exp $
+# $NetBSD: Makefile,v 1.9 2023/08/30 13:16:32 micha Exp $
 
 DISTNAME=      libcanlock-3.3.0
 PKGNAME=       ${DISTNAME:S/libcanlock/canlock-hp/}
+PKGREVISION=   1
 CATEGORIES=    news
 MASTER_SITES=  http://micha.freeshell.org/libcanlock/src/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,9 +12,10 @@ HOMEPAGE=    https://micha.freeshell.org/li
 COMMENT=       Parsers for RFC 5536 message headers and RFC 8315 header fields
 LICENSE=       mit
 
-USE_TOOLS+=    lex yacc
-USE_LANGUAGES+=        c99
-USE_LIBTOOL=   yes
+USE_TOOLS+=            lex yacc
+FORCE_C_STD=           c99
+USE_CC_FEATURES+=      c99
+USE_LIBTOOL=           yes
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-pc-files



Home | Main Index | Thread Index | Old Index