pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/siod Disable check-libs, this package unpacks dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d554b42b2bf
branches:  trunk
changeset: 637261:7d554b42b2bf
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 25 15:21:39 2014 +0000

description:
Disable check-libs, this package unpacks directly into WRKDIR so falls
foul of various path filters and transformations.

diffstat:

 lang/siod/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3935d879bf40 -r 7d554b42b2bf lang/siod/Makefile
--- a/lang/siod/Makefile        Fri Jul 25 14:21:18 2014 +0000
+++ b/lang/siod/Makefile        Fri Jul 25 15:21:39 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/10/21 11:39:12 cheusov Exp $
+# $NetBSD: Makefile,v 1.23 2014/07/25 15:21:39 jperkin Exp $
 
 DISTNAME=              siod
 PKGNAME=               siod-3.0
@@ -20,6 +20,9 @@
 MAKE_ENV+=             CC=${CC:Q}
 CPPFLAGS+=             -Dunix=1
 
+# XXX: cannot check as WRKSRC == WRKDIR so paths are stripped
+CHECK_SHLIBS_SUPPORTED=        no
+
 REPLACE_INTERPRETER+=  siod
 REPLACE.siod.old=      /usr/local/bin/siod
 REPLACE.siod.new=      ${PREFIX}/bin/siod



Home | Main Index | Thread Index | Old Index