From 06917d5c832a24ee1ce4ffa416d31d6a34559510 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 28 Apr 2017 13:08:04 +0000 Subject: [PATCH] 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 --- devel/stack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/stack/Makefile b/devel/stack/Makefile index e69e5434e4f0..f0059323f40c 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -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