pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-jira-wiki-markup Re-enable building bin/ji...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/804fac6b575a
branches:  trunk
changeset: 421668:804fac6b575a
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 07:14:22 2020 +0000

description:
Re-enable building bin/jira-wiki-markup

The problem has been resolved. We no longer need to disable it.

diffstat:

 textproc/hs-jira-wiki-markup/Makefile                             |   3 +-
 textproc/hs-jira-wiki-markup/distinfo                             |   3 +-
 textproc/hs-jira-wiki-markup/patches/patch-jira-wiki-markup.cabal |  22 ----------
 3 files changed, 3 insertions(+), 25 deletions(-)

diffs (50 lines):

diff -r 8c467112fefe -r 804fac6b575a textproc/hs-jira-wiki-markup/Makefile
--- a/textproc/hs-jira-wiki-markup/Makefile     Fri Jan 17 07:11:55 2020 +0000
+++ b/textproc/hs-jira-wiki-markup/Makefile     Fri Jan 17 07:14:22 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/01/16 15:02:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/17 07:14:22 pho Exp $
 
 DISTNAME=      jira-wiki-markup-1.0.0
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r 8c467112fefe -r 804fac6b575a textproc/hs-jira-wiki-markup/distinfo
--- a/textproc/hs-jira-wiki-markup/distinfo     Fri Jan 17 07:11:55 2020 +0000
+++ b/textproc/hs-jira-wiki-markup/distinfo     Fri Jan 17 07:14:22 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/01/16 15:02:50 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/17 07:14:22 pho Exp $
 
 SHA1 (jira-wiki-markup-1.0.0.tar.gz) = 19b3c5167068fc246ea859049ada5e53a75fb218
 RMD160 (jira-wiki-markup-1.0.0.tar.gz) = b63323772e72c60ae071c767b2b399890df519ac
 SHA512 (jira-wiki-markup-1.0.0.tar.gz) = 74df439b64939ebad80ecdc2888829d78a8ae030a855de8e50a8b0076e036c79e5a96eb07a943fc211645c8a89bf508c170b2af0c923ca8f53f4b5cd401a7549
 Size (jira-wiki-markup-1.0.0.tar.gz) = 18697 bytes
-SHA1 (patch-jira-wiki-markup.cabal) = 49620ff15fe210880e5941d878b9e58f1bb33a27
diff -r 8c467112fefe -r 804fac6b575a textproc/hs-jira-wiki-markup/patches/patch-jira-wiki-markup.cabal
--- a/textproc/hs-jira-wiki-markup/patches/patch-jira-wiki-markup.cabal Fri Jan 17 07:11:55 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-jira-wiki-markup.cabal,v 1.1 2020/01/16 15:02:50 pho Exp $
-
-Don't build the executable "jira-wiki-markup". This package defines
-both a library and an executable, and the executable depends on the
-library. In this setup, either Cabal or GHC mistakenly embeds rpath to
-the ${WRKDIR}, not the final installation path of the library.
-
-The corresponding ticket has been closed without an actual fix, and
-its authors have suggested using --enable-relocatable, even though the
-option is supported only on Linux and MacOS X:
-https://github.com/haskell/cabal/issues/1568
-
---- jira-wiki-markup.cabal.orig        2020-01-16 14:38:48.485995170 +0000
-+++ jira-wiki-markup.cabal
-@@ -52,6 +52,7 @@ library
-   default-extensions:  OverloadedStrings
- 
- executable jira-wiki-markup
-+  buildable:           False
-   hs-source-dirs:      app
-   main-is:             Main.hs
- 



Home | Main Index | Thread Index | Old Index