Date: Sun, 01 Oct 2023 23:01:40 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 1701f4cd0890 - main - audio/libremidi: update 3.0 =?utf-8?Q?=E2=86=92?= 4.0 Message-ID: <r0me-2h1n-wny@FreeBSD.org> In-Reply-To: <202309190526.38J5Qmrm093702@gitrepo.freebsd.org> (Yuri Victorovich's message of "Tue, 19 Sep 2023 05:26:48 GMT") References: <202309190526.38J5Qmrm093702@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
Yuri Victorovich <yuri@FreeBSD.org> writes: > The branch main has been updated by yuri: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=1701f4cd0890badedd189d69b76f3f40705fa1f4 > > commit 1701f4cd0890badedd189d69b76f3f40705fa1f4 > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2023-09-19 05:18:09 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2023-09-19 05:26:45 +0000 > > audio/libremidi: update 3.0 → 4.0 > > ALSA support is disabled in the port because the project now > uses linuxisms like timerfd in the ALSA code. > > Reported by: portscout FWIW, FreeBSD >= 14.0 has native timerfd(2) while FreeBSD < 14 can use devel/libepoll-shim e.g., # XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 # https://cgit.freebsd.org/src/commit/?id=af93fea71038 .if !exists(/usr/include/sys/timerfd.h) LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim CPPFLAGS+= `pkg-config --cflags epoll-shim` LDFLAGS+= `pkg-config --libs epoll-shim` .endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r0me-2h1n-wny>
