pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc *: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d0546d87580
branches: trunk
changeset: 314958:3d0546d87580
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Nov 12 14:40:20 2018 +0000
description:
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
diffstat:
audio/sox/Makefile | 5 ++++-
devel/capstone/Makefile | 4 +++-
devel/nasm/Makefile | 4 +++-
devel/nss/Makefile | 4 +++-
graphics/ImageMagick/Makefile | 6 +++++-
graphics/ImageMagick6/Makefile | 6 +++++-
lang/ghc7/Makefile | 4 +++-
lang/go/version.mk | 3 ++-
lang/mono/Makefile | 4 +++-
lang/oracle-jre8/Makefile.common | 3 ++-
lang/sun-jre6/Makefile.common | 3 ++-
lang/sun-jre7/Makefile.common | 3 ++-
math/R/Makefile | 5 ++++-
net/samba4/Makefile | 4 +++-
security/libsodium/Makefile | 4 +++-
sysutils/apcupsd/Makefile | 4 +++-
www/webkit-gtk/Makefile | 5 ++++-
www/webkit24-gtk/Makefile.common | 5 ++++-
x11/p5-Wx/Makefile | 5 ++++-
19 files changed, 62 insertions(+), 19 deletions(-)
diffs (truncated from 335 to 300 lines):
diff -r 79ea8662e076 -r 3d0546d87580 audio/sox/Makefile
--- a/audio/sox/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/audio/sox/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/02/02 06:12:10 dbj Exp $
+# $NetBSD: Makefile,v 1.64 2018/11/12 14:40:20 jperkin Exp $
DISTNAME= sox-14.4.2
PKGREVISION= 2
@@ -28,6 +28,9 @@
.include "options.mk"
+# failed to convert strong functions and variables: Invalid type identifier
+CTF_FILES_SKIP+= lib/libsox.so.3.0.0
+
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/gsm/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
diff -r 79ea8662e076 -r 3d0546d87580 devel/capstone/Makefile
--- a/devel/capstone/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/devel/capstone/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/02/23 02:42:06 khorben Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/12 14:40:21 jperkin Exp $
.include "Makefile.common"
@@ -15,4 +15,6 @@
# Don't use FreeBSD/DragonFly specific paths
ALL_ENV+= USE_GENERIC_LIBDATADIR=yes
+CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6510
+
.include "../../mk/bsd.pkg.mk"
diff -r 79ea8662e076 -r 3d0546d87580 devel/nasm/Makefile
--- a/devel/nasm/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/devel/nasm/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2018/08/22 09:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2018/11/12 14:40:21 jperkin Exp $
DISTNAME= nasm-2.13.03
PKGREVISION= 1
@@ -20,4 +20,6 @@
INSTALL_ENV+= INSTALLROOT=${DESTDIR}
MAKE_ENV+= PERL5=${PERL5:Q}
+CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6510
+
.include "../../mk/bsd.pkg.mk"
diff -r 79ea8662e076 -r 3d0546d87580 devel/nss/Makefile
--- a/devel/nss/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/devel/nss/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2018/11/04 00:33:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.159 2018/11/12 14:40:21 jperkin Exp $
DISTNAME= nss-${NSS_RELEASE:S/.0$//}
NSS_RELEASE= 3.40.0
@@ -15,6 +15,8 @@
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
+CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6510
+
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c99
USE_TOOLS+= gmake perl pax pkg-config
diff -r 79ea8662e076 -r 3d0546d87580 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/graphics/ImageMagick/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.249 2018/11/12 03:51:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.250 2018/11/12 14:40:21 jperkin Exp $
PKGREVISION= 1
.include "Makefile.common"
@@ -85,6 +85,10 @@
SUBST_FILES.fix-pc+= MagickWand/MagickWand-config.in
SUBST_SED.fix-pc= -e 's,@PKG_CONFIG@,pkg-config,g'
+# failed to convert strong functions and variables: Invalid type identifier
+CTF_FILES_SKIP+= lib/libMagickCore-7.Q16HDRI.so.4.0.0
+CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.4.0.0
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
diff -r 79ea8662e076 -r 3d0546d87580 graphics/ImageMagick6/Makefile
--- a/graphics/ImageMagick6/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/graphics/ImageMagick6/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/11/12 03:51:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/12 14:40:21 jperkin Exp $
PKGREVISION= 6
.include "Makefile.common"
@@ -97,6 +97,10 @@
SUBST_FILES.fix-tools= config/delegates.xml
SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g'
+# failed to convert strong functions and variables: Invalid type identifier
+CTF_FILES_SKIP+= lib/libMagickCore-6.Q16.so.5.0.0
+CTF_FILES_SKIP+= lib/libMagickWand-6.Q16.so.5.0.0
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
diff -r 79ea8662e076 -r 3d0546d87580 lang/ghc7/Makefile
--- a/lang/ghc7/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/ghc7/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/11/12 13:49:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2018/11/12 14:40:21 jperkin Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -173,6 +173,8 @@
CHECK_SHLIBS_SKIP+= */libHS*-ghc${PKGVERSION_NOREV}.*
.endif
+# ghc57207_0.s: failed to add inputs for merge: Resource temporarily unavailable
+CTF_FILES_SKIP+= */libHSghc-7.6.3-ghc7.6.3.so
# ld: fatal: relocation error ... relocation requires reference symbol
STRIP_FILES_SKIP+= lib/${PKGNAME_NOREV}/libHSrts.a
diff -r 79ea8662e076 -r 3d0546d87580 lang/go/version.mk
--- a/lang/go/version.mk Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/go/version.mk Mon Nov 12 14:40:20 2018 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: version.mk,v 1.50 2018/11/12 13:48:45 jperkin Exp $
+# $NetBSD: version.mk,v 1.51 2018/11/12 14:40:21 jperkin Exp $
+CTF_SUPPORTED= no
SSP_SUPPORTED= no
STRIP_DEBUG_SUPPORTED= no
diff -r 79ea8662e076 -r 3d0546d87580 lang/mono/Makefile
--- a/lang/mono/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/mono/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2018/08/22 09:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.181 2018/11/12 14:40:21 jperkin Exp $
DISTNAME= mono-4.0.4.1
PKGREVISION= 13
@@ -26,6 +26,8 @@
CONFIGURE_ARGS+= --with-preview=yes --with-libgdiplus=installed
CONFIGURE_ARGS+= --disable-dtrace
+CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6510
+
.include "options.mk"
MAKE_FLAGS+= PERL=${PERL5:Q} mandir=${PREFIX}/${PKGMANDIR}
diff -r 79ea8662e076 -r 3d0546d87580 lang/oracle-jre8/Makefile.common
--- a/lang/oracle-jre8/Makefile.common Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/oracle-jre8/Makefile.common Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2018/05/26 22:24:01 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.14 2018/11/12 14:40:21 jperkin Exp $
# used by lang/oracle-jre8/Makefile
# used by lang/oracle-jdk8/Makefile
@@ -24,6 +24,7 @@
CHECK_RELRO_SUPPORTED= no
CHECK_SHLIBS_SUPPORTED= no
CHECK_SSP_SUPPORTED= no
+CTF_SUPPORTED= no
# JDK8 Update number
UPDATE_NUMBER= 172
diff -r 79ea8662e076 -r 3d0546d87580 lang/sun-jre6/Makefile.common
--- a/lang/sun-jre6/Makefile.common Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/sun-jre6/Makefile.common Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2017/10/04 16:40:05 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/11/12 14:40:22 jperkin Exp $
# used by lang/sun-jre6/Makefile
# used by lang/sun-jdk6/Makefile
@@ -84,6 +84,7 @@
CHECK_SHLIBS_SUPPORTED= no
CHECK_SSP_SUPPORTED= no
+CTF_SUPPORTED= no
post-fetch:
@if ${TEST} ! -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; then \
diff -r 79ea8662e076 -r 3d0546d87580 lang/sun-jre7/Makefile.common
--- a/lang/sun-jre7/Makefile.common Mon Nov 12 14:36:00 2018 +0000
+++ b/lang/sun-jre7/Makefile.common Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2017/10/04 10:00:11 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.15 2018/11/12 14:40:22 jperkin Exp $
# used by lang/sun-jre7/Makefile
# used by lang/sun-jdk7/Makefile
@@ -21,6 +21,7 @@
# pre-built binaries without RELRO or SSP
CHECK_RELRO_SUPPORTED= no
CHECK_SSP_SUPPORTED= no
+CTF_SUPPORTED= no
USE_TOOLS+= pax
diff -r 79ea8662e076 -r 3d0546d87580 math/R/Makefile
--- a/math/R/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/math/R/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2018/11/12 03:52:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.191 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= R-3.5.1
PKGREVISION= 3
@@ -142,6 +142,9 @@
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5
+# failed to convert strong functions and variables: Invalid type identifier
+CTF_FILES_SKIP+= lib/R/library/mgcv/libs/mgcv.so
+
pre-configure:
${RUN} cd ${WRKSRC} && autoreconf -fvi
diff -r 79ea8662e076 -r 3d0546d87580 net/samba4/Makefile
--- a/net/samba4/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/net/samba4/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/11/12 03:52:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= samba-${VERSION}
PKGREVISION= 10
@@ -165,6 +165,8 @@
SMF_INSTANCES= smbd nmbd
+CTF_FILES_SKIP+= lib/libdcerpc-samr.so.* # empty
+
post-extract:
${CP} ${FILESDIR}/adduser.sh ${FILESDIR}/deluser.sh ${WRKDIR}
diff -r 79ea8662e076 -r 3d0546d87580 security/libsodium/Makefile
--- a/security/libsodium/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/security/libsodium/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/12/14 08:39:09 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= libsodium-1.0.16
CATEGORIES= security
@@ -15,4 +15,6 @@
TEST_TARGET= check
+CTF_SUPPORTED= no # failed to get tag type: DW_DLE_DIE_NULL
+
.include "../../mk/bsd.pkg.mk"
diff -r 79ea8662e076 -r 3d0546d87580 sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/sysutils/apcupsd/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2018/03/12 11:17:31 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= apcupsd-3.14.13r2365
PKGREVISION= 3
@@ -19,6 +19,8 @@
PKG_SYSCONFSUBDIR= apcupsd
WRKSRC= ${WRKDIR}/apcupsd
+CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6533
+
.include "options.mk"
# Thread support is needed to compile powerflute, which has a curses
diff -r 79ea8662e076 -r 3d0546d87580 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile Mon Nov 12 14:36:00 2018 +0000
+++ b/www/webkit-gtk/Makefile Mon Nov 12 14:40:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2018/11/12 03:51:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.150 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= webkitgtk-2.22.3
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -21,6 +21,9 @@
USE_LANGUAGES= c c++11
USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
+# Enabling -gdwarf-2 hits GNU ar limits on file size.
+CTF_SUPPORTED= no
+
GCC_REQD+= 6
# Using ld.gold subverts Pkgsrc wrappers, and this package also crashes buggy
diff -r 79ea8662e076 -r 3d0546d87580 www/webkit24-gtk/Makefile.common
--- a/www/webkit24-gtk/Makefile.common Mon Nov 12 14:36:00 2018 +0000
+++ b/www/webkit24-gtk/Makefile.common Mon Nov 12 14:40:20 2018 +0000
Home |
Main Index |
Thread Index |
Old Index