Re: git: 74615207da3d - main - audio/wavplay: fix ONLY_FOR_ARCHS
- In reply to: Piotr Kubaj : "Re: git: 74615207da3d - main - audio/wavplay: fix ONLY_FOR_ARCHS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jan 2022 15:17:15 UTC
* Piotr Kubaj (pkubaj@anongoth.pl) wrote: > this is wrong. If there is endianness issue, why is powerpc64le removed? > > Either the issue is something else (and ONLY_FOR_ARCHS_REASON > needs to be fixed) or powerpc64le should be readded. It may only be readded if it's confirmed that wavplay correctly plays sound there. Endianess may not be the only issue. > On 22-01-12 12:50:45, Dmitry Marakasov wrote: > > The branch main has been updated by amdmi3: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=74615207da3d4e9b707ef5713256456bcd19d6c3 > > > > commit 74615207da3d4e9b707ef5713256456bcd19d6c3 > > Author: Dmitry Marakasov <amdmi3@FreeBSD.org> > > AuthorDate: 2022-01-12 11:02:38 +0000 > > Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> > > CommitDate: 2022-01-12 12:44:23 +0000 > > > > audio/wavplay: fix ONLY_FOR_ARCHS > > > > - Remove powerpc* from ONLY_FOR_ARCHS, which were incorrectly added > > on a sole basis that the port builds. It needs to be runtested. > > - Add ONLY_FOR_ARCHS_REASON to prevent such mistake in future. > > > > PR: 261061 > > --- > > audio/wavplay/Makefile | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile > > index bfc5c7a82577..d16999356e4d 100644 > > --- a/audio/wavplay/Makefile > > +++ b/audio/wavplay/Makefile > > @@ -12,7 +12,8 @@ COMMENT= Wav player and recorder > > LICENSE= GPLv2 # only > > LICENSE_FILE= ${WRKSRC}/COPYING > > > > -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc64 powerpc64le > > +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 > > +ONLY_FOR_ARCHS_REASON= does not play sound correctly due to endian issues > > > > CFLAGS+= -D_WANT_SEMUN -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3 https://amdmi3.ru