Re: git submodule

2019-08-28 Thread Eugene Grosbein
29.08.2019 12:55, Cy Schubert wrote: > 2) Have the port download two tarballs from github. But, how, elegantly? Take a look at sysutils/fusefs-webdavfs for example. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/f

FreeBSD ports you maintain which are out of date

2019-08-28 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

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 T

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}:' \ files/patch-index.php:+define('DATAD