Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 06:54:19 +0200
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-ports@freebsd.org
Subject:   RUN_DEPENDS and portmaster
Message-ID:  <03c14234-538d-fd9f-0c33-22825f3ea91d@fechner.net>

next in thread | raw e-mail | index | archive | help
Dear all,

I have a questions reagarding the RUN_DEPENDS and at which step
dependencies should be installed.
I'm the maintainer of gitlab-ce port and I added a feature that checks
in the install target:
do-install:
        (cd ${WRKSRC} && ${RM} Gemfile.lock && bundle install --local)
        ${FIND} ${WRKSRC} -name '*.orig' -delete
...

that all gems available in the system do match the version required by
the Gemfile.
Poudriere works fine with this, but portmaster fails.
Regarding the documentation RUN_DEPENDS packages should be installed
before the install is happening.
Is this install related to the do-install target or the installation of
the package itself?

Is this maybe a problem with portmaster as poudiere handles this correctly?

Thanks.

Gruß,
Matthias

-- 
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03c14234-538d-fd9f-0c33-22825f3ea91d>