Skip site navigation (1)Skip section navigation (2)
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Victorovich <yuri@FreeBSD.org> writes:

> The branch main has been updated by yuri:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D1701f4cd0890badedd189d69=
b76f3f40705fa1f4
>
> 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 =E2=86=92 4.0
>=20=20=20=20=20
>     ALSA support is disabled in the port because the project now
>     uses linuxisms like timerfd in the ALSA code.
>=20=20=20=20=20
>     Reported by:    portscout

FWIW, FreeBSD >=3D 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=3Daf93fea71038
.if !exists(/usr/include/sys/timerfd.h)
LIB_DEPENDS+=3D	libepoll-shim.so:devel/libepoll-shim
CPPFLAGS+=3D	`pkg-config --cflags epoll-shim`
LDFLAGS+=3D	`pkg-config --libs epoll-shim`
.endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r0me-2h1n-wny>