pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc90 ghc90: remove conflicts line



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59415de23c05
branches:  trunk
changeset: 453061:59415de23c05
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 22 23:08:45 2021 +0000

description:
ghc90: remove conflicts line

The PKGNAME is ghc-* so there is no point in a conflict with ghc-*

diffstat:

 lang/ghc90/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r dfe3709a9ed6 -r 59415de23c05 lang/ghc90/Makefile
--- a/lang/ghc90/Makefile       Sat May 22 16:57:56 2021 +0000
+++ b/lang/ghc90/Makefile       Sat May 22 23:08:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/05/21 01:45:00 pho Exp $
+# $NetBSD: Makefile,v 1.14 2021/05/22 23:08:45 wiz Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -16,9 +16,6 @@
 
 UNLIMIT_RESOURCES=     datasize virtualsize
 
-# TODO: We should be using the alternatives framework.
-CONFLICTS+=    ghc-[0-9]*
-
 # GHC requires GHC to build itself. We have to prepare stripped-down
 # binaries sufficient to bootstrap compilers for each platforms. If
 # you want to build them yourself, follow instructions in



Home | Main Index | Thread Index | Old Index