pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove files/Setup.hs: mk/haskll.mk can now automatica...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d8d90d8f8ce
branches:  trunk
changeset: 451784:6d8d90d8f8ce
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat May 01 14:27:42 2021 +0000

description:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that

diffstat:

 textproc/hs-commonmark-extensions/Makefile       |  6 +-----
 textproc/hs-commonmark-extensions/files/Setup.hs |  2 --
 time/hs-time-compat/Makefile                     |  6 +-----
 time/hs-time-compat/files/Setup.hs               |  2 --
 4 files changed, 2 insertions(+), 14 deletions(-)

diffs (52 lines):

diff -r 83f3c06c2fe5 -r 6d8d90d8f8ce textproc/hs-commonmark-extensions/Makefile
--- a/textproc/hs-commonmark-extensions/Makefile        Sat May 01 14:24:21 2021 +0000
+++ b/textproc/hs-commonmark-extensions/Makefile        Sat May 01 14:27:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/25 04:01:55 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:27:42 pho Exp $
 
 DISTNAME=      commonmark-extensions-0.2.0.4
 CATEGORIES=    textproc
@@ -7,10 +7,6 @@
 COMMENT=       Pure Haskell commonmark parser - extensions
 LICENSE=       modified-bsd
 
-# Setup.hs is missing from the package.
-post-patch:
-       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
 .include "../../textproc/hs-commonmark/buildlink3.mk"
 .include "../../converters/hs-emojis/buildlink3.mk"
 .include "../../mk/haskell.mk"
diff -r 83f3c06c2fe5 -r 6d8d90d8f8ce textproc/hs-commonmark-extensions/files/Setup.hs
--- a/textproc/hs-commonmark-extensions/files/Setup.hs  Sat May 01 14:24:21 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 83f3c06c2fe5 -r 6d8d90d8f8ce time/hs-time-compat/Makefile
--- a/time/hs-time-compat/Makefile      Sat May 01 14:24:21 2021 +0000
+++ b/time/hs-time-compat/Makefile      Sat May 01 14:27:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/04/23 06:34:48 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/01 14:30:00 pho Exp $
 
 DISTNAME=      time-compat-1.9.5
 CATEGORIES=    time
@@ -7,10 +7,6 @@
 COMMENT=       Compatibility package for time
 LICENSE=       modified-bsd
 
-# Setup.hs is missing from the package.
-post-patch:
-       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-base-orphans/buildlink3.mk"
 .include "../../devel/hs-fail/buildlink3.mk"
diff -r 83f3c06c2fe5 -r 6d8d90d8f8ce time/hs-time-compat/files/Setup.hs
--- a/time/hs-time-compat/files/Setup.hs        Sat May 01 14:24:21 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain



Home | Main Index | Thread Index | Old Index