pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mongodb4



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 10 01:28:35 UTC 2024

Modified Files:
        pkgsrc/databases/mongodb4: Makefile

Log Message:
databases/mongodb4: Drop unnecessary GCC_REQD

An earlier commit lowered it from 11 to 10, but mongodb4 specifies
USE_CXX_FEATURES as c++17 and filesystem, which needs 10 anyway.  Drop
it as redundant.

NbinaryCI, no PKGREVISION++.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/mongodb4/Makefile

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

Modified files:

Index: pkgsrc/databases/mongodb4/Makefile
diff -u pkgsrc/databases/mongodb4/Makefile:1.15 pkgsrc/databases/mongodb4/Makefile:1.16
--- pkgsrc/databases/mongodb4/Makefile:1.15     Sat Aug 17 15:51:43 2024
+++ pkgsrc/databases/mongodb4/Makefile  Tue Sep 10 01:28:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/08/17 15:51:43 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2024/09/10 01:28:35 gdt Exp $
 
 DISTNAME=      mongodb-4.4.29
 PKGREVISION=   1
@@ -30,7 +30,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wrapt>=1.1
 USE_LANGUAGES=         c c++
 USE_CC_FEATURES=       c99
 USE_CXX_FEATURES=      c++17 filesystem
-GCC_REQD+=             10
 
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index