pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc90
Module Name: pkgsrc
Committed By: wiz
Date: Sat May 22 23:08:45 UTC 2021
Modified Files:
pkgsrc/lang/ghc90: Makefile
Log Message:
ghc90: remove conflicts line
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ghc90/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ghc90/Makefile
diff -u pkgsrc/lang/ghc90/Makefile:1.13 pkgsrc/lang/ghc90/Makefile:1.14
--- pkgsrc/lang/ghc90/Makefile:1.13 Fri May 21 01:45:00 2021
+++ pkgsrc/lang/ghc90/Makefile Sat May 22 23:08:45 2021
@@ -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 @@ LICENSE= modified-bsd
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