From nobody Sat Oct 9 06:56:01 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 F35C512DCEFE for ; Sat, 9 Oct 2021 06:56:01 +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 4HRG6n6JDxz3mkQ for ; Sat, 9 Oct 2021 06:56:01 +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 B8C8516588 for ; Sat, 9 Oct 2021 06:56:01 +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 1996u1AG010889 for ; Sat, 9 Oct 2021 06:56:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1996u1mo010888 for ports-bugs@FreeBSD.org; Sat, 9 Oct 2021 06:56:01 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 258107] audio/audacity: Upgrade to 3.0.5 Date: Sat, 09 Oct 2021 06:56:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: 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=3D258107 Tatsuki Makino changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #228272|0 |1 is obsolete| | --- Comment #44 from Tatsuki Makino --- Created attachment 228534 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228534&action= =3Dedit poudriere log run with attachment 228475 (In reply to Jack from comment #43) Building audacity packages is a success. In this patch, The strip in the post-install target is not needed. bin/${PORTNAME} is still striped in 3.0.5. lib/${PORTNAME}/modules/mod-script-pipe.so is not stripped in 3.0.5, but post-install-DEBUG-off target will find it and strip it. The pattern '*.so*' is used in line 1396 of audacity-Audacity-3.0.5/src/CMakeLists.txt. CPPFLAGS and LDFLAGS for lame are written in Makefile, but cmake-proxies/cmake-modules/Findlibmp3lame.cmake, which is added by the pat= ch, can find lame without them. Also, the empty directory issue written in the post-install target occurs at the end of the build phase, so I guess that can be moved to the post-build target. The reason why there is an empty directory there is because the reason it is created is not working properly, and I think it is possible to omit the process. add_custom_command in line 1313 of audacity-Audacity-3.0.5/src/CMakeLists.t= xt executes it. --=20 You are receiving this mail because: You are the assignee for the bug.=