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

Johannes Jost Meixner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Johannes Jost Meixner <[email protected]> ---
(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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"

Reply via email to