pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: Sprinkle some USE_PKGSRC_GCC_RUNTIME for packages r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65413f19a25f
branches:  trunk
changeset: 376870:65413f19a25f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 14 06:29:19 2022 +0000

description:
*: Sprinkle some USE_PKGSRC_GCC_RUNTIME for packages requriing GCC 8

diffstat:

 editors/xournalpp/Makefile |  11 ++++++++++-
 mail/rspamd/Makefile       |   9 ++++++++-
 sysutils/libtree/Makefile  |   9 ++++++++-
 3 files changed, 26 insertions(+), 3 deletions(-)

diffs (71 lines):

diff -r 41c3461ed78a -r 65413f19a25f editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile        Thu Apr 14 06:27:31 2022 +0000
+++ b/editors/xournalpp/Makefile        Thu Apr 14 06:29:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/03/28 10:53:02 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2022/04/14 06:29:19 nia Exp $
 
 DISTNAME=      xournalpp-1.1.1
 PKGREVISION=   1
@@ -21,6 +21,15 @@
 # C++17, std::filesystem
 GCC_REQD+=     8
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915
+USE_PKGSRC_GCC=                yes
+USE_PKGSRC_GCC_RUNTIME=        yes
+.endif
+
+.include "../../archivers/libarchive/buildlink3.mk"
+
 BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
 DEPENDS+=      tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
 DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
diff -r 41c3461ed78a -r 65413f19a25f mail/rspamd/Makefile
--- a/mail/rspamd/Makefile      Thu Apr 14 06:27:31 2022 +0000
+++ b/mail/rspamd/Makefile      Thu Apr 14 06:29:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2021/12/21 15:00:41 triaxx Exp $
+# $NetBSD: Makefile,v 1.79 2022/04/14 06:29:19 nia Exp $
 
 DISTNAME=      rspamd-3.1
 CATEGORIES=    mail
@@ -21,6 +21,13 @@
 
 LUA_VERSIONS_ACCEPTED= 54 53 52 51
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915
+USE_PKGSRC_GCC=                yes
+USE_PKGSRC_GCC_RUNTIME=        yes
+.endif
+
 CPPFLAGS.SunOS+=                       -D__EXTENSIONS__
 
 CMAKE_INSTALL_NAME_DIR=        ${PREFIX}/lib/rspamd
diff -r 41c3461ed78a -r 65413f19a25f sysutils/libtree/Makefile
--- a/sysutils/libtree/Makefile Thu Apr 14 06:27:31 2022 +0000
+++ b/sysutils/libtree/Makefile Thu Apr 14 06:29:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/10 08:09:31 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/14 06:29:19 nia Exp $
 
 DISTNAME=      libtree-2.0.0
 CATEGORIES=    sysutils
@@ -17,6 +17,13 @@
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915
+USE_PKGSRC_GCC=                yes
+USE_PKGSRC_GCC_RUNTIME=        yes
+.endif
+
 .include "../../devel/cxxopts/buildlink3.mk"
 .include "../../devel/elfio/buildlink3.mk"
 .include "../../devel/termcolor/buildlink3.mk"



Home | Main Index | Thread Index | Old Index