summaryrefslogtreecommitdiff
path: root/lang/ruby34/files/patch-common.mk
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-05-18 16:42:03 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2025-04-20 12:20:18 +0900
commit438427bea8dd10ba57f915bacf568319964ba94e (patch)
treec525d72e84048dbd4ca2f90fefa6d2a1dcb96b11 /lang/ruby34/files/patch-common.mk
parentsysutils/coreutils: Update 9.6 => 9.7 (diff)
lang/ruby34: Add new port
Add lang/ruby34, new 3.4 series of Ruby language. ReleaseNotes: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/ ReleaseNotes: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-1-released/ ReleaseNotes: https://www.ruby-lang.org/en/news/2025/02/14/ruby-3-4-2-released/ ReleaseNotes: https://www.ruby-lang.org/en/news/2025/04/14/ruby-3-4-3-released/
Diffstat (limited to '')
-rw-r--r--lang/ruby34/files/patch-common.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/ruby34/files/patch-common.mk b/lang/ruby34/files/patch-common.mk
new file mode 100644
index 000000000000..10e9abf6216c
--- /dev/null
+++ b/lang/ruby34/files/patch-common.mk
@@ -0,0 +1,26 @@
+--- common.mk.orig 2024-12-12 01:10:13 UTC
++++ common.mk
+@@ -487,17 +487,17 @@ install-all: pre-install-all do-install-all post-insta
+ $(ruby_pc): $(srcdir)/template/ruby.pc.in config.status
+
+ install-all: pre-install-all do-install-all post-install-all
+-pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
++pre-install-all:: all pre-install-local pre-install-ext pre-install-doc
+ do-install-all: pre-install-all $(DOT_WAIT) docs
+- $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all $(INSTALL_DOC_OPTS)
+-post-install-all:: post-install-local post-install-ext post-install-gem post-install-doc
++ $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --exclude=gem $(INSTALL_DOC_OPTS)
++post-install-all:: post-install-local post-install-ext post-install-doc
+ @$(NULLCMD)
+
+ install-nodoc: pre-install-nodoc do-install-nodoc post-install-nodoc
+-pre-install-nodoc:: pre-install-local pre-install-ext pre-install-gem
++pre-install-nodoc:: pre-install-local pre-install-ext
+ do-install-nodoc: main pre-install-nodoc
+- $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --exclude=doc
+-post-install-nodoc:: post-install-local post-install-ext post-install-gem
++ $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all --exclude=doc --exclude=gem
++post-install-nodoc:: post-install-local post-install-ext
+
+ install-local: pre-install-local do-install-local post-install-local
+ pre-install-local:: pre-install-bin pre-install-lib pre-install-man