[Bug 267775] lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on.
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 267775] lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby{27,30,31,32}: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby{27,30,31,32}: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby{27,30,31,32}: Fix plist error when both CAPIDOCS and DOCS options are on."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 267775] lang/ruby{27,30,31,32}: Fix plist error when both CAPIDOCS and DOCS options are on."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Nov 2022 05:26:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267775 Bug ID: 267775 Summary: lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: yasu@freebsd.org Flags: maintainer-feedback?(ruby@FreeBSD.org) Assignee: ruby@FreeBSD.org Created attachment 238082 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238082&action=edit Patch file When the both options are on, post-install-DOCS-on target is called after post-install-CAPIDOCS-on has completed. And in the former files under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This means files under ${WRKSRC}/doc/capi are copied to ${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course ${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in post-install-CAPIDOCS-on target, it is detected as orphaned file at check-plist phase. So fix it by adding 3rd argument to ${COPYTREE_SHARE} command so .timestamp is excluded from files to be copied. Fixes: b49bdb1fe468 -- You are receiving this mail because: You are the assignee for the bug.