Re: How to port a PHP application that uses Composer?

2022-05-18 Thread Mel Pilgrim
On 2022-05-17 9:09, Stefan Esser wrote: Am 17.05.22 um 06:19 schrieb Mel Pilgrim: On 2022-05-16 20:14, Peter Beckman wrote: [...] Consider that it is something the installer needs to do, or build the package as a deterministic set of packages already installed. Yes, that's exactly the point

FreeBSD ports you maintain which are out of date

2022-05-18 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

Re: Where to store configurable secrets? In group-readable etc/app.conf ?

2022-05-18 Thread Chris
On 2022-05-18 01:26, Pat Maddox wrote: I am working on an app that reads database credentials from DATABASE_URL env var. I've got an rc script that starts it up fine. I want to double-check how I should be configuring it: I have put it in /usr/local/etc/myapp.conf chmod 770. That ought to be 0

Re: How to override port Makefile to point to local directory?

2022-05-18 Thread Christian Weisgerber
"Pat Maddox": > I am writing software that I would eventually like to install on > FreeBSD. I'm currently stuck trying to write a Makefile that will point > to my local git dir, so I can build and install it while I'm developing. Set an empty DISTFILES and define a do-extract target that copie

Where to store configurable secrets? In group-readable etc/app.conf ?

2022-05-18 Thread Pat Maddox
I am working on an app that reads database credentials from DATABASE_URL env var. I've got an rc script that starts it up fine. I want to double-check how I should be configuring it: I have put it in /usr/local/etc/myapp.conf chmod 770. Is that right, or is there some other mechanism for setti