pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/protobuf
Module Name: pkgsrc
Committed By: gdt
Date: Thu Mar 28 11:19:53 UTC 2024
Modified Files:
pkgsrc/devel/protobuf: Makefile
Log Message:
devel/protobuf: Expand comment about shlib versions
Upstream's minor releases have ABI changes.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/protobuf/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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.74 pkgsrc/devel/protobuf/Makefile:1.75
--- pkgsrc/devel/protobuf/Makefile:1.74 Fri Feb 16 13:41:11 2024
+++ pkgsrc/devel/protobuf/Makefile Thu Mar 28 11:19:53 2024
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.74 2024/02/16 13:41:11 adam Exp $
+# $NetBSD: Makefile,v 1.75 2024/03/28 11:19:53 gdt Exp $
#
-# When updating this, please also update devel/py-protobuf
+# When updating this, please also update devel/py-protobuf.
#
-# Please note: this package often changes the major version
-# number of libraries, so please compare binary packages
-# from before and after, and do a recursive PKGREVISION
-# bump if necessary
+# NB: This package has very strange library versioning, lacking the
+# usual libfoo.so.X symlink to libfoo.so.X.Y. Thus, any change to the
+# so version, e.g. .25.2.0 to .25.3.0, is an ABI change. It is highly
+# likely that any upstream release, even if apparently minor, will
+# require a recursive revbump.
DISTNAME= protobuf-25.3
CATEGORIES= devel
Home |
Main Index |
Thread Index |
Old Index