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

2021-12-27 Thread Mel Pilgrim
On 2021-12-19 8:33, Roger Marquis wrote: On a similar note: is anyone is maintaing a local/custom port in Poudriere or know where that might be documented? I do. I have a private repo in $PORTSDIR/local. It's checked out on top of a poudriere ports tree and connected to the build system with:

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

2021-12-27 Thread Muhammad Moinur Rahman
That’s one way of doing it but preferred way is a bit different as the upstream is modified and there might be merge conflicts while updating the tree. You have to use poudriere-devel and the overlay feature. So let’s say that I have a private repos of ports in github. So what I do is: poudrie

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

2021-12-27 Thread Mel Pilgrim
On 2021-12-27 9:29, Muhammad Moinur Rahman wrote: That’s one way of doing it but preferred way is a bit different as the upstream is modified and there might be merge conflicts while updating the tree. You have to use poudriere-devel and the overlay feature. So let’s say that I have a private