On Fri, Nov 29, 2013 at 04:29:29PM +0000, Christian Weisgerber wrote:
> > sthen@ has (been) volunteered to find all ports that still require
> > libcompat and will provide a list in the next few days.
>
> Combining various efforts, this is the list:
> ...
> java/tanukiwrapper
-lcompat is provided by their "OpenBSD" Makefile, but not used: builds and
packages (on amd64, but not tested) with this patch; OK?
cat /tmp/patch-src_c_Makefile-openbsd-x86-64_gmake
$OpenBSD$
--- src/c/Makefile-openbsd-x86-64.gmake.orig Fri Nov 29 12:03:51 2013
+++ src/c/Makefile-openbsd-x86-64.gmake Fri Nov 29 12:03:54 2013
@@ -33,7 +33,7 @@ init:
if test ! -d .deps; then mkdir .deps; fi
wrapper: $(wrapper_SOURCE)
- $(CC) $(wrapper_SOURCE) -lm -lcompat -pthread -o $(BIN)/wrapper
+ $(CC) $(wrapper_SOURCE) -lm -pthread -o $(BIN)/wrapper
libwrapper.so: $(libwrapper_so_OBJECTS)
$(CC) -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so