pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: rillig
Date: Thu Sep 12 21:01:08 UTC 2019
Modified Files:
pkgsrc/lang/ruby: Makefile.common
Log Message:
lang/ruby: remove deprecated _PKG_SILENT and _PKG_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/ruby/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/Makefile.common
diff -u pkgsrc/lang/ruby/Makefile.common:1.40 pkgsrc/lang/ruby/Makefile.common:1.41
--- pkgsrc/lang/ruby/Makefile.common:1.40 Sun Feb 3 14:03:54 2019
+++ pkgsrc/lang/ruby/Makefile.common Thu Sep 12 21:01:07 2019
@@ -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 @@ PKGNAME?= ${RUBY_PKGPREFIX}-${RUBY_EXTN
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