pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep  2 18:51:38 UTC 2026

Modified Files:
        pkgsrc/devel/pcre2: Makefile

Log Message:
pcre2: note why updates to this usually require a recursive bump


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/pcre2/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/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.33 pkgsrc/devel/pcre2/Makefile:1.34
--- pkgsrc/devel/pcre2/Makefile:1.33    Tue Sep  1 08:59:33 2026
+++ pkgsrc/devel/pcre2/Makefile Wed Sep  2 18:51:38 2026
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2026/09/01 08:59:33 adam Exp $
+# $NetBSD: Makefile,v 1.34 2026/09/02 18:51:38 wiz Exp $
+#
+# NOTE: basically every update will require a recursive bump,
+# otherwise you'll see errors like:
+# /usr/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/lib/libglib-2.0.so.0 not defined
 
 DISTNAME=      pcre2-10.48
 CATEGORIES=    devel



Home | Main Index | Thread Index | Old Index