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
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
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
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