CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2023/11/09 09:22:51

Modified files:
        devel/log4cpp  : Makefile distinfo 

Log message:
Update to log4cpp-1.1.4 to unbreak build with llvm-16

llvm-16 removed support for std::auto_ptr (is was previously
deprecated).  This updated version of log4cpp now detects whether
std::unique_ptr is usable and falls back to std::auto_ptr if it isn't.
Since this changes the names of a bunch of mangled C++ symbols, bump the
shared lib version.

log4cpp build-tested on sparc64, log4cpp and consumers build-tested on
amd64.

Reply via email to