git submodule

2019-08-28 Thread Cy Schubert
Hi, One of my ports upstream recently (15 days ago) split two libraries into their own repo on github. I discovered this diagnosing a build failure: slippy$ ./autogen.sh Error: libntech/libutils/sequence.h is missing You probably forgot to use the --recursive option when cloning

www/privatebin DATADBDIR not defined

2019-08-28 Thread Dan Langille
Hello, Post install, index.php contains: define('DATADBDIR', '%% DATADBDIR%%'); I think the intention was to define DATADBDIR and perform a SUB_LIST operation. $ grep -r DATADBDIR * Makefile: @${REINPLACE_CMD} -e 's:%%DATADBDIR%%:/var/db/${PORTNAME}:' \