[Bug 230986] www/linux-flashplayer: Separate c6 and c7?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 3 15:30:18 UTC 2018


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

--- Comment #13 from Tijl Coosemans <tijl at FreeBSD.org> ---
(In reply to Jason W. Bacon from comment #12)
> I agree that flavors are likely the best solution.  I'll experiment
> with the flashplayer ports ASAP and post results here.

Ideally you'd implement this in Mk/Uses/linux.mk (if you're interested of
course).  Something like this maybe:

USES=linux        # all flavors (c6, c6_64 (amd64 only), c7)
USES=linux:c6     # no flavors, just depend on c6
USES=linux:c6,c7  # c6 and c7 flavor

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


More information about the freebsd-emulation mailing list