Index: ObsoleteFiles.inc =================================================================== --- ObsoleteFiles.inc +++ ObsoleteFiles.inc @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 201809xx: libevent renamed libevent1 +OLD_FILES+=usr/include/private/event/event.h +OLD_DIRS+=usr/include/private/event # 20180824: libbe(3) SHLIBDIR fixed to reflect correct location OLD_LIBS+=usr/lib/libbe.so.1 # 20180819: Remove deprecated arc4random(3) stir/addrandom interfaces Index: etc/mtree/BSD.usr.dist =================================================================== --- etc/mtree/BSD.usr.dist +++ etc/mtree/BSD.usr.dist @@ -11,7 +11,7 @@ private bsdstat .. - event + event1 .. sqlite3 .. Index: lib/Makefile =================================================================== --- lib/Makefile +++ lib/Makefile @@ -46,7 +46,7 @@ libdwarf \ libedit \ libelftc \ - libevent \ + libevent1 \ libexecinfo \ libexpat \ libfetch \ Index: lib/libevent1/Makefile =================================================================== --- lib/libevent1/Makefile +++ lib/libevent1/Makefile @@ -5,7 +5,7 @@ .include -LIB= event +LIB= event1 SHLIB_MAJOR= 1 PRIVATELIB=