Page MenuHomeFreeBSD

devel/stack: Remove gcc run dependency
ClosedPublic

Authored by tobik on Apr 22 2017, 10:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 12:21 AM
Unknown Object (File)
Fri, Apr 19, 11:19 AM
Unknown Object (File)
Sun, Apr 14, 4:12 AM
Unknown Object (File)
Apr 4 2024, 1:53 PM
Unknown Object (File)
Apr 4 2024, 1:50 PM
Unknown Object (File)
Apr 4 2024, 1:50 PM
Unknown Object (File)
Apr 4 2024, 1:47 PM
Unknown Object (File)
Feb 20 2024, 5:14 AM
Subscribers
None

Details

Summary
Remove gcc run dependency

- ghc uses USE_GCC=yes and when USE_GCC=yes implies a different one of
  the lang/gcc* ports (which will happen after PR 218330 or when the
  user sets a different version of GCC via Mk/bsd.default-versions.mk),
  devel/stacks pulls in two conflicting ports - lang/gcc and lang/gcc5 -
  in the first case, or pulls in the wrong port for its own dependency.

- Some Haskell libraries/programs require gcc in the PATH, but not all
  do; the port should not have a gcc dependency for this reason alone.

PR:		218482
Reported by:	gerald
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8849
Build 9226: arc lint + arc unit

Event Timeline

Can I get approval for this? It one of the last two things that blocks PR218330.

This revision is now accepted and ready to land.Apr 28 2017, 12:56 PM
This revision was automatically updated to reflect the committed changes.