Module Name: src
Committed By: snj
Date: Wed May 9 07:01:59 UTC 2018
Modified Files:
src/external/mit/xorg/lib/freetype: shlib_version
Log Message:
add a note about our freetype shlib versioning so that it hopefully
doesn't get any more crazy than it already is.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/lib/freetype/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/freetype/shlib_version
diff -u src/external/mit/xorg/lib/freetype/shlib_version:1.10 src/external/mit/xorg/lib/freetype/shlib_version:1.11
--- src/external/mit/xorg/lib/freetype/shlib_version:1.10 Mon May 16 22:19:10 2016
+++ src/external/mit/xorg/lib/freetype/shlib_version Wed May 9 07:01:59 2018
@@ -1,6 +1,12 @@
-# $NetBSD: shlib_version,v 1.10 2016/05/16 22:19:10 christos Exp $
+# $NetBSD: shlib_version,v 1.11 2018/05/09 07:01:59 snj Exp $
#
-# try to keep this in sync with builds/unix/configure.ac:version_info=
+# XXX our freetype shlib versioning is insane. the rest of the world
+# uses a major of 6. we used to, but it was bumped to 7 for 64 bit
+# time_t changes. should've stayed there, but it didn't, because of
+# confusion between libtool versioning and shlib versioning.
+# until upstream bumps their major, keep major at 18 and adjust
+# minor/teeny as indicated by xsrc/external/mit/freetype/dist/docs/VERSIONS.TXT
+
major=18
minor=0
teeny=13