[Bug 200129] [patch] www/rubygem-d3_rails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 11 16:08:27 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200129

Johannes Jost Meixner <xmj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xmj at FreeBSD.org

--- Comment #1 from Johannes Jost Meixner <xmj at FreeBSD.org> ---
(In reply to Torsten Zühlsdorff from comment #0)
Good idea in theory.

The problem is that, assuming you want to build Gitlab pkgs, this is not the
right way to go - because the rubygem-d3_rails package will always be linked to
railties3 by default.

What you could do is, make the port into a master/slave structure --
rubygem-d3_rails, with a 

RUN_DEPENDS?=    rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties

and rubygem-d3_rails4,

with an added
PKGNAMESUFFIX=    4
RAILTIES4_RUN_DEPENDS= 
rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4

-- while keeping everything else equal.

Then have GitLab depend on the d3_rails4 port, and packages can be built.

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


More information about the freebsd-ruby mailing list