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:           Mon May  4 04:53:53 UTC 2020

Modified Files:
        pkgsrc/lang/ruby: platform.mk

Log Message:
lang/ruby: make patching config_file.rb optional

ruby26-base and beyond don't need this patch anymore.  They get the
configuration directory from Gem::ConfigFile::SYSTEM_CONFIG_PATH, which
is set to RbConfig::CONFIG["sysconfdir"], which in turn is set to
PKGSYSCONFDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ruby/platform.mk

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/platform.mk
diff -u pkgsrc/lang/ruby/platform.mk:1.7 pkgsrc/lang/ruby/platform.mk:1.8
--- pkgsrc/lang/ruby/platform.mk:1.7    Wed Mar  4 10:30:46 2020
+++ pkgsrc/lang/ruby/platform.mk        Mon May  4 04:53:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.7 2020/03/04 10:30:46 nia Exp $
+# $NetBSD: platform.mk,v 1.8 2020/05/04 04:53:53 rillig Exp $
 #
 
 #
@@ -25,6 +25,7 @@ SUBST_STAGE.conf=     pre-install
 SUBST_FILES.conf=      lib/rubygems/config_file.rb
 SUBST_VARS.conf=       PKG_SYSCONFDIR
 SUBST_MESSAGE.conf=    Fixing configuration files.
+SUBST_NOOP_OK.conf=    yes # not needed for ruby-base>=2.6
 
 #
 # Don't reference pkgsrc's INSTALL macro since Ruby expect it could



Home | Main Index | Thread Index | Old Index