pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/isync



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 12 08:42:40 UTC 2025

Modified Files:
        pkgsrc/mail/isync: Makefile

Log Message:
isync: Requires C11.

via dreckly, original author jperkin@


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/mail/isync/Makefile

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

Modified files:

Index: pkgsrc/mail/isync/Makefile
diff -u pkgsrc/mail/isync/Makefile:1.58 pkgsrc/mail/isync/Makefile:1.59
--- pkgsrc/mail/isync/Makefile:1.58     Mon Feb  5 14:46:18 2024
+++ pkgsrc/mail/isync/Makefile  Sat Apr 12 08:42:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/02/05 14:46:18 tm Exp $
+# $NetBSD: Makefile,v 1.59 2025/04/12 08:42:40 nia Exp $
 
 DISTNAME=      isync-1.4.4
 PKGREVISION=   3
@@ -10,7 +10,7 @@ HOMEPAGE=     http://isync.sourceforge.net/
 COMMENT=       Synchronize a maildir with an imap server
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES=         c99
+USE_CC_FEATURES=       c11
 USE_TOOLS+=            perl
 BDB_ACCEPTED=          db4 db5
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index