Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 05:32:29 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a7144237215 - main - audio/lyrionmusicserver: enable on powerpc64*
Message-ID:  <6a17d36d.41bc4.1a7c4d75@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a714423721598ff2ddd468c0286d7d072994d0f

commit 8a714423721598ff2ddd468c0286d7d072994d0f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-05-27 19:51:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-05-28 05:32:10 +0000

    audio/lyrionmusicserver: enable on powerpc64*
---
 audio/lyrionmusicserver/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/audio/lyrionmusicserver/Makefile b/audio/lyrionmusicserver/Makefile
index 486ef73b57c5..48ba996e76d6 100644
--- a/audio/lyrionmusicserver/Makefile
+++ b/audio/lyrionmusicserver/Makefile
@@ -10,7 +10,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/License.txt
 # Contains non-redistributable firmware, documentation, and images
 
-ONLY_FOR_ARCHS=		aarch64 amd64 i386
+ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Only tested on these archs, set ARCHNAME to value of perl -V:archname for other platforms
 
 BUILD_DEPENDS=	nasm:devel/nasm \
@@ -104,6 +104,14 @@ ARCHNAME=	amd64-freebsd-thread-multi
 ARCHNAME=	aarch64-freebsd-thread-multi
 .endif
 
+.if ${ARCH} == "powerpc64"
+ARCHNAME=	powerpc64-freebsd-thread-multi
+.endif
+
+.if ${ARCH} == "powerpc64le"
+ARCHNAME=	powerpc64le-freebsd-thread-multi
+.endif
+
 do-build:
 	cd ${WRKSRC_vendor}/CPAN && ./buildme.sh ${CONTRIB_FLAGS}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a17d36d.41bc4.1a7c4d75>