Re: ports r500205 generates extraneous "make describe"

2019-05-03 Thread Mathieu Arnold
On Thu, May 02, 2019 at 05:41:45PM -0600, Adam Weinberger wrote: > On Thu, May 2, 2019 at 3:36 PM Peter Jeremy wrote: > > > > Doing a "make describe" (part of "make index") in > > /usr/ports/science/ALPSCore > > now generates extraneous output as below. Could you please look into this. > > > > s

Re: ports r500205 generates extraneous "make describe"

2019-05-03 Thread Adam Weinberger
On Fri, May 3, 2019 at 2:00 AM Mathieu Arnold wrote: > > On Thu, May 02, 2019 at 05:41:45PM -0600, Adam Weinberger wrote: > > On Thu, May 2, 2019 at 3:36 PM Peter Jeremy wrote: > > > > > > Doing a "make describe" (part of "make index") in > > > /usr/ports/science/ALPSCore > > > now generates ext

Re: Is there a way to build only the port from source, and install dependencies from packages with the make command?

2019-05-03 Thread Samy Mahmoudi
Hi Yuri, With the following in my .zshrc, I just run "ibd" before making a particular port: function ibd () { # Can also make all-depends-list pkg install --yes $(make build-depends-list run-depends-list | sort -u | sed 's/\/usr\/ports\///') } Modify at will. Le mer. 1 mai 2019 à 17:49, D

Gitea update to 1.8 breaking config change

2019-05-03 Thread Stefan Bethke
For those of you using Gitea a quick heads-up: In Gitea 1.8.0, a new config variable JWT_SECRET has been introduced. If not set in gitea/conf/app.ini, Gitea will try and add it to the file; in the default setup of the port, the file is not writable by the git user, and Gitea will not start bec

Re: Gitea update to 1.8 breaking config change

2019-05-03 Thread Jan Beich
Stefan Bethke writes: > For those of you using Gitea a quick heads-up: [...] The proper place to document breaking changes is UPDATING file. ports@ list has low signal-to-noise ratio but high traffic, so your heads-up maybe forgotten before the next /quarterly branches. https://www.freebsd.org/

Re: Gitea update to 1.8 breaking config change

2019-05-03 Thread Adam Weinberger
On Fri, May 3, 2019 at 1:36 PM Jan Beich wrote: > > Stefan Bethke writes: > > > For those of you using Gitea a quick heads-up: > [...] > > The proper place to document breaking changes is UPDATING file. > ports@ list has low signal-to-noise ratio but high traffic, so your > heads-up maybe forgott