mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10459
This commit is contained in:
parent
e74e7e0f95
commit
06917d5c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439606
@ -11,6 +11,7 @@
|
||||
PORTNAME= stack
|
||||
PORTVERSION= 1.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= GH \
|
||||
https://github.com/applicative-tech/stack-dependencies/releases/download/v${PORTVERSION}/:deps
|
||||
@ -26,7 +27,6 @@ BUILD_DEPENDS= ghc>0:lang/ghc \
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libffi.so:devel/libffi
|
||||
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
|
||||
${LOCALBASE}/bin/gcc:lang/gcc \
|
||||
gmake:devel/gmake
|
||||
|
||||
USES= gmake iconv perl5
|
||||
|
Loading…
Reference in New Issue
Block a user