pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kdiff3



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec 14 22:54:24 UTC 2023

Modified Files:
        pkgsrc/devel/kdiff3: Makefile

Log Message:
kdiff3: add a comment concerning GCC support


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/kdiff3/Makefile

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

Modified files:

Index: pkgsrc/devel/kdiff3/Makefile
diff -u pkgsrc/devel/kdiff3/Makefile:1.104 pkgsrc/devel/kdiff3/Makefile:1.105
--- pkgsrc/devel/kdiff3/Makefile:1.104  Thu Dec 14 22:47:05 2023
+++ pkgsrc/devel/kdiff3/Makefile        Thu Dec 14 22:54:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2023/12/14 22:47:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.105 2023/12/14 22:54:24 gutteridge Exp $
 
 DISTNAME=      kdiff3-1.10.7
 CATEGORIES=    devel
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v2
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+# Upstream states GCC < 8.2 support is "best effort only"; it is presently
+# confirmed to work without issue on NetBSD 9.x with GCC 7.5.
 USE_CXX_FEATURES+=     c++17
 
 BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings



Home | Main Index | Thread Index | Old Index