[Bug 279149] mail/vacation: Patch needed due to deprecation of databases/db5
Date: Sun, 19 May 2024 13:22:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279149 --- Comment #1 from Cy Schubert <cy@FreeBSD.org> --- Here's what I get when I build it with USES=bdb:18. bob# make ===> vacation-3.3.3_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vacation-3.3.3_2 for building ===> Extracting for vacation-3.3.3_2 => SHA256 Checksum OK for vacation_3.3.3.tar.gz. ===> Patching for vacation-3.3.3_2 ===> vacation-3.3.3_2 depends on shared library: libdb-18.1.so - found (/usr/local/lib/libdb-18.1.so) ===> Configuring for vacation-3.3.3_2 ===> Building for vacation-3.3.3_2 --- vacation --- cc -O2 -pipe -L/usr/local/lib -fstack-protector-strong -fno-strict-aliasing -DHAVE_PATHS_H vacation.c -o vacation -ldb-18.1 vacation.c:810:7: warning: address of array 'buf' will always evaluate to 'true' [-Wpointer-bool-conversion] 810 | if (!buf || *buf == '\n' || *buf == 'n' || *buf == 'N') | ~^~~ 1 warning generated. ===> Staging for vacation-3.3.3_2 ===> Generating temporary packing list install -s -m 555 /export/wrkdir/amd64/usr/ports/mail/vacation/work/work/vacation /export/wrkdir/amd64/usr/ports/mail/vacation/work/stage/usr/local/bin install -m 444 /export/wrkdir/amd64/usr/ports/mail/vacation/work/work/vacation.1 /export/wrkdir/amd64/usr/ports/mail/vacation/work/stage/usr/local/share/man/man1 ====> Compressing man pages (compress-man) -- You are receiving this mail because: You are the assignee for the bug.