On Sun, 15 May 2022 23:55:43 -0700
"Pat Maddox" wrote:
> On 15 May 2022, at 23:25, Tatsuki Makino wrote:
>
> > Hello.
> >
> > Pat Maddox wrote on 2022/05/16 15:08:
> >> I figure there’s gotta be some sort of `make SRCDIR=. install` to
> >> bypass fetch & extract, but this will do for now.
> >
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
On 16 May 2022, at 1:40, Milan Obuch wrote:
On Sun, 15 May 2022 23:55:43 -0700
"Pat Maddox" wrote:
On 15 May 2022, at 23:25, Tatsuki Makino wrote:
Hello.
Pat Maddox wrote on 2022/05/16 15:08:
I figure there’s gotta be some sort of `make SRCDIR=. install` to
bypass fetch & extract, but thi
On 2022-05-15 23:08, Pat Maddox wrote:
On 15 May 2022, at 22:28, Pat Maddox wrote:
On 15 May 2022, at 20:49, Chris wrote:
On 2022-05-15 20:29, Pat Maddox wrote:
I am writing software that I would eventually like to install on FreeBSD.
I'm
currently stuck trying to write a Makefile that will
Composer is a github-centric dependency management tool for PHP
applications. It works very well on its own, but I'm having trouble
figuring out how to integrate it with pkg building.
The composer workflow is:
1. Clone the PHP application repo, which has a composer.json file
2. Download compo
PHP is an interpreted language, Unless there are compiled portions, there
is no porting necessary.
You're just running 'php composer.phar install' yes?
How does the "application" run? Is it just a directory that is configured
as a root directory for a webserver?
If so, look at www/wordpress or
On 2022-05-16 20:14, Peter Beckman wrote:
PHP is an interpreted language, Unless there are compiled portions, there
is no porting necessary.
There are many reasons to port a PHP application. Bringing in
extensions and tracking those dependencies, for example. I've also seen
a bunch of appli