Re: Git submodules in a port

2025-03-03 Thread Lucas Gabriel Vuotto
On Sun, Mar 02, 2025 at 10:59:46PM +0100, Daniel Hejduk wrote: > Hello, > I want to port an application that application is monerod. > It needs some git submodules to be cloned. > It there any flag in the Makefile to do it? > > Best regards, > Daniel Hejduk > btw, there are WIP ports already. Ch

Re: Git submodules in a port

2025-03-02 Thread Stuart Henderson
On 2025/03/02 17:01, izzy Meyer wrote: > do a man bsd.port.mk > > what you want is DIST_TUPLE > > also, fyi, you don't "clone" distfiles. ports with git repositories upstream > pull down stable tagged tarballs. those git-archive tarballs are *not* stable.

Re: Git submodules in a port

2025-03-02 Thread Stuart Henderson
On 2025/03/02 22:59, Daniel Hejduk wrote: > Hello, > I want to port an application that application is monerod. > It needs some git submodules to be cloned. > It there any flag in the Makefile to do it? > > Best regards, > Daniel Hejduk > Do not use git-archive distfiles if there is a proper tar

Re: Git submodules in a port

2025-03-02 Thread Kirill A . Korinsky
On Mon, 03 Mar 2025 00:01:07 +0100, izzy Meyer wrote: > > do a man bsd.port.mk > > what you want is DIST_TUPLE > Keep in mind that it should be a series of DIST_TUPLE for main repository and each submodule. -- wbr, Kirill

Re: Git submodules in a port

2025-03-02 Thread izzy Meyer
do a man bsd.port.mk what you want is DIST_TUPLE also, fyi, you don't "clone" distfiles. ports with git repositories upstream pull down stable tagged tarballs. Original Message From: Daniel Hejduk Sent: March 2, 2025 3:59:46 PM CST To: Ports Subject: Git

Git submodules in a port

2025-03-02 Thread Daniel Hejduk
Hello, I want to port an application that application is monerod. It needs some git submodules to be cloned. It there any flag in the Makefile to do it? Best regards, Daniel Hejduk