Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2019 05:55:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)
Message-ID:  <bug-229630-21402-6gPMDrTcmK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229630-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229630-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229630

--- Comment #6 from Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> ---
You can insert -V RUN_DEPENDS in line 2314 in portmaster (it is then the sa=
me
as ${BUILD_DEPENDS}+=3D${RUN_DEPENDS} in gem.mk)

2312                 all-depends-list|build-depends-list)
2313                         var_opt=3D"$var_opt -V PKG_DEPENDS -V
EXTRACT_DEPENDS \
2314                                 -V PATCH_DEPENDS -V FETCH_DEPENDS -V
BUILD_DEPENDS \
2315                                 -V RUN_DEPENDS -V LIB_DEPENDS"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229630-21402-6gPMDrTcmK>