pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc *: Add some required USE_GCC_RUNTIME.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebc4356d64d0
branches: trunk
changeset: 382896:ebc4356d64d0
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jul 17 10:56:23 2018 +0000
description:
*: Add some required USE_GCC_RUNTIME.
diffstat:
converters/help2man/Makefile | 3 ++-
lang/ruby22-base/Makefile | 3 ++-
lang/ruby23-base/Makefile | 3 ++-
lang/ruby24-base/Makefile | 3 ++-
lang/ruby25-base/Makefile | 3 ++-
misc/rhash/Makefile | 3 ++-
textproc/gsed/Makefile | 3 ++-
textproc/xmlto/Makefile | 3 ++-
8 files changed, 16 insertions(+), 8 deletions(-)
diffs (136 lines):
diff -r 2d3019ab1d4e -r ebc4356d64d0 converters/help2man/Makefile
--- a/converters/help2man/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/converters/help2man/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2018/03/05 13:35:45 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/07/17 10:56:23 jperkin Exp $
DISTNAME= help2man-1.47.6
CATEGORIES= converters
@@ -14,6 +14,7 @@
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
+USE_GCC_RUNTIME= yes
USE_TOOLS+= perl:run msgfmt gmake
SUBST_CLASSES+= paths
diff -r 2d3019ab1d4e -r ebc4356d64d0 lang/ruby22-base/Makefile
--- a/lang/ruby22-base/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/lang/ruby22-base/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/05/25 15:56:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2018/07/17 10:56:23 jperkin Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -12,6 +12,7 @@
RUBY_VERSIONS_ACCEPTED= 22
+USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c99
USE_TOOLS+= pax yacc pkg-config
GNU_CONFIGURE= yes
diff -r 2d3019ab1d4e -r ebc4356d64d0 lang/ruby23-base/Makefile
--- a/lang/ruby23-base/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/lang/ruby23-base/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/03/29 03:09:35 taca Exp $
+# $NetBSD: Makefile,v 1.17 2018/07/17 10:56:23 jperkin Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -11,6 +11,7 @@
RUBY_VERSIONS_ACCEPTED= 23
+USE_GCC_RUNTIME= yes
USE_LANGUAGES= c
USE_TOOLS+= pax yacc pkg-config
GNU_CONFIGURE= yes
diff -r 2d3019ab1d4e -r ebc4356d64d0 lang/ruby24-base/Makefile
--- a/lang/ruby24-base/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/lang/ruby24-base/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/03/29 03:04:47 taca Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/17 10:56:24 jperkin Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -11,6 +11,7 @@
RUBY_VERSIONS_ACCEPTED= 24
+USE_GCC_RUNTIME= yes
USE_LANGUAGES= c
USE_TOOLS+= pax yacc pkg-config
GNU_CONFIGURE= yes
diff -r 2d3019ab1d4e -r ebc4356d64d0 lang/ruby25-base/Makefile
--- a/lang/ruby25-base/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/lang/ruby25-base/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/03/29 03:06:57 taca Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/17 10:56:24 jperkin Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -11,6 +11,7 @@
RUBY_VERSIONS_ACCEPTED= 25
+USE_GCC_RUNTIME= yes
USE_LANGUAGES= c
USE_TOOLS+= pax yacc pkg-config
GNU_CONFIGURE= yes
diff -r 2d3019ab1d4e -r ebc4356d64d0 misc/rhash/Makefile
--- a/misc/rhash/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/misc/rhash/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/03/20 12:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/17 10:56:24 jperkin Exp $
DISTNAME= rhash-1.3.6
PKGREVISION= 1
@@ -14,6 +14,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME:S/rh/RH/}
HAS_CONFIGURE= yes
+USE_GCC_RUNTIME= yes
CONFIGURE_ARGS+= --disable-symlinks
CONFIGURE_ARGS+= --disable-openssl-runtime
CONFIGURE_ARGS+= --enable-lib-shared
diff -r 2d3019ab1d4e -r ebc4356d64d0 textproc/gsed/Makefile
--- a/textproc/gsed/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/textproc/gsed/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2018/04/27 14:16:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/07/17 10:56:24 jperkin Exp $
DISTNAME= sed-4.5
PKGNAME= g${DISTNAME}
@@ -11,6 +11,7 @@
COMMENT= GNU implementation of sed, the POSIX stream editor
LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3
+USE_GCC_RUNTIME= yes
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
INFO_FILES= YES
diff -r 2d3019ab1d4e -r ebc4356d64d0 textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile Tue Jul 17 10:09:02 2018 +0000
+++ b/textproc/xmlto/Makefile Tue Jul 17 10:56:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2018/01/21 18:45:27 roy Exp $
+# $NetBSD: Makefile,v 1.33 2018/07/17 10:56:24 jperkin Exp $
DISTNAME= xmlto-0.0.28
PKGREVISION= 2
@@ -15,6 +15,7 @@
DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2
+USE_GCC_RUNTIME= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= mktemp
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index