pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 17 22:03:48 UTC 2025

Modified Files:
        pkgsrc/lang/erlang: Makefile
        pkgsrc/lang/llvm: Makefile
        pkgsrc/meta-pkgs/boost: Makefile.common
        pkgsrc/print/poppler: Makefile.common
        pkgsrc/textproc/icu: Makefile

Log Message:
*: mark POLICY_UPDATE_LIMITED=abi packages


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/lang/erlang/Makefile
cvs rdiff -u -r1.105 -r1.106 pkgsrc/lang/llvm/Makefile
cvs rdiff -u -r1.111 -r1.112 pkgsrc/meta-pkgs/boost/Makefile.common
cvs rdiff -u -r1.160 -r1.161 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.165 -r1.166 pkgsrc/textproc/icu/Makefile

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

Modified files:

Index: pkgsrc/lang/erlang/Makefile
diff -u pkgsrc/lang/erlang/Makefile:1.124 pkgsrc/lang/erlang/Makefile:1.125
--- pkgsrc/lang/erlang/Makefile:1.124   Fri Aug 16 09:56:14 2024
+++ pkgsrc/lang/erlang/Makefile Thu Apr 17 22:03:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2024/08/16 09:56:14 adam Exp $
+# $NetBSD: Makefile,v 1.125 2025/04/17 22:03:47 wiz Exp $
 
 DISTNAME=      erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
 PKGNAME=       ${DISTNAME:S/OTP-/erlang-/}
@@ -19,6 +19,8 @@ GNU_CONFIGURE=        yes
 USE_TOOLS+=    awk gmake perl flex
 USE_LANGUAGES+=        c c++
 
+POLICY_UPDATE_LIMITED= abi
+
 # "This run-time was supposed be compiled with all code below 2Gb,
 # but the instruction 'allocate_tt' is located at 00000001c586f34c."
 MKPIE_SUPPORTED=       no

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.105 pkgsrc/lang/llvm/Makefile:1.106
--- pkgsrc/lang/llvm/Makefile:1.105     Thu Apr 17 21:51:20 2025
+++ pkgsrc/lang/llvm/Makefile   Thu Apr 17 22:03:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2025/04/17 21:51:20 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2025/04/17 22:03:48 wiz Exp $
 #
 # When updating this, please also update:
 # devel/include-what-you-use
@@ -35,6 +35,8 @@ HOMEPAGE=     https://llvm.org/
 COMMENT=       Low Level Virtual Machine compiler infrastructure
 LICENSE=       apache-2.0
 
+POLICY_UPDATE_LIMITED= abi
+
 USE_CXX_FEATURES=      c++14
 USE_LANGUAGES=         c c++
 GCC_REQD+=             7

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.111 pkgsrc/meta-pkgs/boost/Makefile.common:1.112
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.111        Thu Jan 23 19:37:41 2025
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Thu Apr 17 22:03:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.111 2025/01/23 19:37:41 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.112 2025/04/17 22:03:47 wiz Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -30,6 +30,8 @@ HOMEPAGE=     https://www.boost.org/
 COMMENT=       Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT}
 LICENSE=       boost-license
 
+POLICY_UPDATE_LIMITED= abi
+
 CONFLICTS+=            boost<1.36.0
 
 DISTINFO_FILE=         ${.CURDIR}/../../meta-pkgs/boost/distinfo

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.160 pkgsrc/print/poppler/Makefile.common:1.161
--- pkgsrc/print/poppler/Makefile.common:1.160  Wed Mar 12 09:35:29 2025
+++ pkgsrc/print/poppler/Makefile.common        Thu Apr 17 22:03:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.160 2025/03/12 09:35:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.161 2025/04/17 22:03:48 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -17,6 +17,8 @@ MAINTAINER=   reed%reedmedia.net@localhost
 HOMEPAGE=      https://poppler.freedesktop.org/
 LICENSE=       gnu-gpl-v2
 
+POLICY_UPDATE_LIMITED= abi
+
 DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
 PATCHDIR=      ${.CURDIR}/../../print/poppler/patches
 

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.165 pkgsrc/textproc/icu/Makefile:1.166
--- pkgsrc/textproc/icu/Makefile:1.165  Thu Apr 17 21:32:21 2025
+++ pkgsrc/textproc/icu/Makefile        Thu Apr 17 22:03:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2025/04/17 21:32:21 wiz Exp $
+# $NetBSD: Makefile,v 1.166 2025/04/17 22:03:48 wiz Exp $
 
 DISTNAME=      icu4c-77_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -13,6 +13,8 @@ HOMEPAGE=     https://icu.unicode.org/
 COMMENT=       Robust and full-featured Unicode services
 LICENSE=       unicode-v3 AND modified-bsd AND mit
 
+POLICY_UPDATE_LIMITED= abi
+
 WRKSRC=                        ${WRKDIR}/icu/source
 USE_LANGUAGES=         c c++
 USE_CC_FEATURES=       c11



Home | Main Index | Thread Index | Old Index