[Bug 278764] lang/ruby32: Convert post-patch to EXTRACT_AFTER_ARGS and use helpers
Date: Mon, 06 May 2024 01:13:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278764 --- Comment #2 from Yasuhiro Kimura <yasu@freebsd.org> --- (In reply to Daniel Engberg from comment #1) Thanks for patch. +# We get these from other ports +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ + --exclude ${DISTNAME}/ext/win32* \ + --exclude ${DISTNAME}/lib/bundler* \ + --exclude ${DISTNAME}/libexec/bundler \ + --exclude ${DISTNAME}/man/erb.1 \ + --exclude ${DISTNAME}/man/irb.1 \ + --exclude ${DISTNAME}/man/ri.1 \ + --no-same-owner --no-same-permissions + Would you please explain why last two options are necessary? -- You are receiving this mail because: You are the assignee for the bug.