pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: remove deprecated _PKG_SILENT and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f228ce58ebb3
branches:  trunk
changeset: 339585:f228ce58ebb3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 12 21:01:07 2019 +0000

description:
lang/ruby: remove deprecated _PKG_SILENT and _PKG_DEBUG

diffstat:

 lang/ruby/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7d7f124b57c6 -r f228ce58ebb3 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Thu Sep 12 20:52:58 2019 +0000
+++ b/lang/ruby/Makefile.common Thu Sep 12 21:01:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2019/02/03 14:03:54 taca Exp $
+# $NetBSD: Makefile.common,v 1.41 2019/09/12 21:01:07 rillig Exp $
 #
 # Ruby base distribution common definition
 # used by databases/ruby-gdbm/Makefile
@@ -63,8 +63,8 @@
 DISTINFO_FILE=         ${.CURDIR}/${RUBY_SRCDIR}/distinfo
 PATCHDIR=              ${.CURDIR}/${RUBY_SRCDIR}/patches
 do-patch:
-       ${_PKG_SILENT}${_PKG_DEBUG}     \
-       cd ${WRKSRC};                   \
+       ${RUN} \
+       cd ${WRKSRC}; \
        for p in `${EGREP} -l '^\+\+\+ ext/${RUBY_EXTNAME}/' ${PATCHDIR}/patch-*`;do \
                ${SED} -e 's,^+++ ext/${RUBY_EXTNAME}/,+++ ,' $$p | \
                ${PATCH} ${PATCH_ARGS}; \



Home | Main Index | Thread Index | Old Index