Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-cpphs Temporary workaround for a CHECK_SHLIBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1cfc61e7d31
branches:  trunk
changeset: 437239:f1cfc61e7d31
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Aug 19 07:50:52 2020 +0000

description:
Temporary workaround for a CHECK_SHLIBS failure

diffstat:

 devel/hs-cpphs/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 959920946d7b -r f1cfc61e7d31 devel/hs-cpphs/Makefile
--- a/devel/hs-cpphs/Makefile   Wed Aug 19 07:09:25 2020 +0000
+++ b/devel/hs-cpphs/Makefile   Wed Aug 19 07:50:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/02 03:27:12 pho Exp $
+# $NetBSD: Makefile,v 1.13 2020/08/19 07:50:52 pho Exp $
 
 DISTNAME=              cpphs-1.20.8
 CATEGORIES=            devel
@@ -12,6 +12,12 @@
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
+# I don't know why but an rpath to ${WRKSRC}/dist/build/cpphs started
+# appearing in the resulting binary, even though there are no actual
+# libraries to find in that directory at runtime. Cabal seems to be
+# doing something strange. Will need to investigate it later. (pho@)
+CHECK_SHLIBS_SKIP+= bin/cpphs
+
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-old-locale/buildlink3.mk"
 .include "../../time/hs-old-time/buildlink3.mk"



Home | Main Index | Thread Index | Old Index