svn commit: r309598 - in head: . lib/libproc

Mark Johnston markj at FreeBSD.org
Tue Dec 6 04:23:34 UTC 2016


Author: markj
Date: Tue Dec  6 04:23:32 2016
New Revision: 309598
URL: https://svnweb.freebsd.org/changeset/base/309598

Log:
  Bump the libproc library version.

Modified:
  head/ObsoleteFiles.inc
  head/lib/libproc/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Dec  6 04:22:38 2016	(r309597)
+++ head/ObsoleteFiles.inc	Tue Dec  6 04:23:32 2016	(r309598)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20161205: libproc version bump
+OLD_LIBS+=usr/lib/libproc.so.3
+OLD_LIBS+=usr/lib32/libproc.so.3
 # 20161127: Remove vm_page_cache(9)
 OLD_FILES+=usr/share/man/man9/vm_page_cache.9.gz
 # 20161124: new clang import which bumps version from 3.8.0 to 3.9.0.

Modified: head/lib/libproc/Makefile
==============================================================================
--- head/lib/libproc/Makefile	Tue Dec  6 04:22:38 2016	(r309597)
+++ head/lib/libproc/Makefile	Tue Dec  6 04:23:32 2016	(r309598)
@@ -37,7 +37,7 @@ CFLAGS+=	-I${.CURDIR}/../../cddl/contrib
 CFLAGS+=	-DNO_CTF
 .endif
 
-SHLIB_MAJOR=	3
+SHLIB_MAJOR=	4
 
 MAN=
 


More information about the svn-src-all mailing list