Re: mail/postfix and mail/postfix-current missing on www.freebsd.org ports section

2021-12-20 Thread Miroslav Lachman
On 19/12/2021 17:33, Roger Marquis wrote: Have also seen references to mail/postfix35 that is not in git or on www.freebsd.org.  We're maintain our own, local, mail/postfix35(.13.2) for libressl compatibility.  It's not all that difficult (git checkout ...;vi Makefile; make makesum; ...) but giv

Using a combination of ports and pkg

2021-12-20 Thread Dan Mahoney (Gushi)
All, I've been wanting a thing from the ports tree for a long, long time: I am building port X, but changing one option. It has a bunch of runtime dependencies, and a bunch of build-time dependencies. I only want to build *that port* bespoke. All the dependencies, I want to install via pkg

Re: Using a combination of ports and pkg

2021-12-20 Thread Robert Clausecker
Hi Dan, Consider using "make install-missing-packages" to install the missing dependencies using pkg(8). Yours, Robert Clausecker Am Mon, Dec 20, 2021 at 03:14:13PM -0800 schrieb Dan Mahoney (Gushi): > All, > > I've been wanting a thing from the ports tree for a long, long time: > > I am build

Re: Using a combination of ports and pkg

2021-12-20 Thread Muhammad Moinur Rahman
> On 21 Dec, 2021, at 00:14, Dan Mahoney (Gushi) wrote: > > All, > > I've been wanting a thing from the ports tree for a long, long time: > > I am building port X, but changing one option. It has a bunch of runtime > dependencies, and a bunch of build-time dependencies. > > I only want to