From nobody Sun Aug 01 09:47:18 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5EE6212D3B98 for ; Sun, 1 Aug 2021 09:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GcxBG1jYKz3J63 for ; Sun, 1 Aug 2021 09:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 229D71FF1 for ; Sun, 1 Aug 2021 09:47:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1719lICT044879 for ; Sun, 1 Aug 2021 09:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719lIoR044878 for ports-bugs@FreeBSD.org; Sun, 1 Aug 2021 09:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257527] lang/ruby27: add DTRACE option Date: Sun, 01 Aug 2021 09:47:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: evgeniy@khramtsov.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257527 Bug ID: 257527 Summary: lang/ruby27: add DTRACE option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: evgeniy@khramtsov.org Flags: maintainer-feedback?(ruby@FreeBSD.org) Assignee: ruby@FreeBSD.org Attachment #226828 maintainer-approval? Flags: Flags: maintainer-feedback? Created attachment 226828 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226828&action= =3Dedit v1 (use "git am") - add DTRACE option for user to decide lang/ruby26 assumes that DTrace support is guarded by exists() check, failing when base toolchain is removed, and instead external toolchain is provided by ports via /usr/local/share/toolchains/*.mk inclusion. - remove ${OPSYS} =3D=3D "FreeBSD" check DTrace does not exist on DragonFly BSD, the only known consumer of FreeBSD ports. - Bump PORTREVISION per [1] poudriere testport (post-patch) Tier 1 arch logs: https://codeberg.org/ei/misc/commit/22ec334270277410067b24f9120022837cc1216d poudriere bulk diff (post-patch) Tier 1 arch logs: https://codeberg.org/ei/misc/commit/40a03285b80d6b49a49f8755ac97aefb493689b4 poudriere package diff (post-patch) Tier 1 arch logs [1]: https://codeberg.org/ei/misc/commit/8f6a59914e4acd5f57633935d07ae73985c0af08 Note, 11.4 has modified usr/local/lib/libruby* entries. This is not caused by this change, instead caused by any rebuild instead. Apparently, timestamp or something else gets baked in on 11.4, so 11.4 Ruby is not reproducible. I don't know any tool to diff binaries to tell what exactly is not reproducib= le. RUBY_PORTREVISION bump is not included in this patch, git commit --amend if committing. UPDATING entry is not needed, the default behaviour of port did not change, users who disable DTRACE globally will get notified via "options changed" of poudriere. lang/ruby30 change is omitted due to: https://cgit.freebsd.org/ports/commit/?id=3D95fa9913f79cd0c31f0cc4df2294d93= 4f5368bc5 Note the commented out DTrace section. I don't yet use lang/ruby30, I don't know the reason behind this commented out section, I can't reasonably QA lang/ruby30. Changing lang/ruby30 is up to maintainer. --=20 You are receiving this mail because: You are the assignee for the bug.=