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/126da0814c2e
branches: trunk
changeset: 451782:126da0814c2e
user: pho <pho%pkgsrc.org@localhost>
date: Sat May 01 14:11:53 2021 +0000
description:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that
diffstat:
converters/hs-emojis/Makefile | 5 +----
converters/hs-emojis/files/Setup.hs | 2 --
devel/hs-assoc/Makefile | 6 +-----
devel/hs-assoc/files/Setup.hs | 2 --
devel/hs-control-monad-free/Makefile | 5 +----
devel/hs-control-monad-free/files/Setup.hs | 2 --
devel/hs-indexed-traversable/Makefile | 6 +-----
devel/hs-indexed-traversable/files/Setup.hs | 2 --
devel/hs-these/Makefile | 6 +-----
devel/hs-these/files/Setup.hs | 2 --
sysutils/hs-hslua-module-path/Makefile | 6 +-----
sysutils/hs-hslua-module-path/files/Setup.hs | 2 --
textproc/hs-citeproc/Makefile | 6 +-----
textproc/hs-citeproc/files/Setup.hs | 2 --
textproc/hs-jira-wiki-markup/Makefile | 5 +----
textproc/hs-jira-wiki-markup/files/Setup.hs | 2 --
textproc/hs-regex-tdfa/Makefile | 5 +----
textproc/hs-regex-tdfa/files/Setup.hs | 2 --
18 files changed, 9 insertions(+), 59 deletions(-)
diffs (226 lines):
diff -r 904c7d25d737 -r 126da0814c2e converters/hs-emojis/Makefile
--- a/converters/hs-emojis/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/converters/hs-emojis/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 11:53:16 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:11:53 pho Exp $
DISTNAME= emojis-0.1
CATEGORIES= converters
@@ -7,8 +7,5 @@
COMMENT= Conversion between emoji characters and their names
LICENSE= modified-bsd
-post-patch:
- ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e converters/hs-emojis/files/Setup.hs
--- a/converters/hs-emojis/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-assoc/Makefile
--- a/devel/hs-assoc/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/devel/hs-assoc/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/23 08:07:25 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:12:38 pho Exp $
DISTNAME= assoc-1.0.2
CATEGORIES= devel
@@ -7,10 +7,6 @@
COMMENT= Symmetric and Semigroupy Bifunctors
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 "../../math/hs-bifunctors/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-assoc/files/Setup.hs
--- a/devel/hs-assoc/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-control-monad-free/Makefile
--- a/devel/hs-control-monad-free/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/devel/hs-control-monad-free/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/04/24 04:35:16 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/01 14:15:10 pho Exp $
DISTNAME= control-monad-free-0.6.2
CATEGORIES= devel
@@ -7,8 +7,5 @@
COMMENT= Free monads and monad transformers
LICENSE= public-domain
-post-patch:
- ${CP} ${FILESDIR}/Setup.hs ${WRKSRC}
-
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-control-monad-free/files/Setup.hs
--- a/devel/hs-control-monad-free/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-indexed-traversable/Makefile
--- a/devel/hs-indexed-traversable/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/devel/hs-indexed-traversable/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/23 07:41:59 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:13:29 pho Exp $
DISTNAME= indexed-traversable-0.1.1
CATEGORIES= devel
@@ -7,9 +7,5 @@
COMMENT= FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
LICENSE= 2-clause-bsd
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-indexed-traversable/files/Setup.hs
--- a/devel/hs-indexed-traversable/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-these/Makefile
--- a/devel/hs-these/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/devel/hs-these/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/23 08:18:25 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:14:20 pho Exp $
DISTNAME= these-1.1.1.1
CATEGORIES= devel
@@ -7,10 +7,6 @@
COMMENT= Either-or-both data type
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-assoc/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
diff -r 904c7d25d737 -r 126da0814c2e devel/hs-these/files/Setup.hs
--- a/devel/hs-these/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e sysutils/hs-hslua-module-path/Makefile
--- a/sysutils/hs-hslua-module-path/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/sysutils/hs-hslua-module-path/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/25 04:14:51 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:15:52 pho Exp $
DISTNAME= hslua-module-path-0.1.0.1
CATEGORIES= sysutils
@@ -7,10 +7,6 @@
COMMENT= Lua module to work with file paths
LICENSE= mit
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../lang/hs-hslua/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e sysutils/hs-hslua-module-path/files/Setup.hs
--- a/sysutils/hs-hslua-module-path/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-citeproc/Makefile
--- a/textproc/hs-citeproc/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/textproc/hs-citeproc/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/24 19:26:26 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:19:20 pho Exp $
DISTNAME= citeproc-0.3.0.9
CATEGORIES= textproc
@@ -9,10 +9,6 @@
CONFIGURE_ARGS+= -fexecutable
-# Setup.hs is missing from the package.
-post-patch:
- ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../textproc/hs-attoparsec/buildlink3.mk"
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-citeproc/files/Setup.hs
--- a/textproc/hs-citeproc/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-jira-wiki-markup/Makefile
--- a/textproc/hs-jira-wiki-markup/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/textproc/hs-jira-wiki-markup/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/04/24 15:40:07 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/01 14:16:28 pho Exp $
DISTNAME= jira-wiki-markup-1.3.4
CATEGORIES= textproc
@@ -7,8 +7,5 @@
COMMENT= Handle Jira wiki markup
LICENSE= mit
-post-patch:
- ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-jira-wiki-markup/files/Setup.hs
--- a/textproc/hs-jira-wiki-markup/files/Setup.hs Sat May 01 14:10:55 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-regex-tdfa/Makefile
--- a/textproc/hs-regex-tdfa/Makefile Sat May 01 14:10:55 2021 +0000
+++ b/textproc/hs-regex-tdfa/Makefile Sat May 01 14:11:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 23:45:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:17:07 pho Exp $
DISTNAME= regex-tdfa-1.3.1.0
CATEGORIES= textproc
@@ -7,9 +7,6 @@
COMMENT= Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
LICENSE= modified-bsd
-post-patch:
- ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/
-
.include "../../mk/haskell.mk"
.include "../../textproc/hs-regex-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 904c7d25d737 -r 126da0814c2e textproc/hs-regex-tdfa/files/Setup.hs
--- a/textproc/hs-regex-tdfa/files/Setup.hs Sat May 01 14:10:55 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