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:   taca
Date:           Sun Apr 23 14:16:58 UTC 2017

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

Log Message:
Remove use of RUBY_ENCODING_ARG.  It was used to specify "-K" option with
ruby18.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/ruby/replace.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/replace.mk
diff -u pkgsrc/lang/ruby/replace.mk:1.15 pkgsrc/lang/ruby/replace.mk:1.16
--- pkgsrc/lang/ruby/replace.mk:1.15    Tue Nov 22 15:29:10 2011
+++ pkgsrc/lang/ruby/replace.mk Sun Apr 23 14:16:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.15 2011/11/22 15:29:10 taca Exp $
+# $NetBSD: replace.mk,v 1.16 2017/04/23 14:16:58 taca Exp $
 #
 
 .if !defined(_RUBY_REPLACE_MK)
@@ -14,12 +14,7 @@ _RUBY_REPLACE_MK=    # defined
 REPLACE_INTERPRETER+=  ${RUBY_NAME}
 
 REPLACE.${RUBY_NAME}.old=      .*ruby[0-9.]*
-
-.if empty(RUBY_ENCODING_ARG)
 REPLACE.${RUBY_NAME}.new=      ${RUBY}
-.else
-REPLACE.${RUBY_NAME}.new=      ${RUBY} ${RUBY_ENCODING_ARG}
-.endif
 REPLACE_FILES.${RUBY_NAME}=    ${REPLACE_RUBY}
 
 .endif # defined(REPLACE_RUBY)



Home | Main Index | Thread Index | Old Index