Up to [cvs.NetBSD.org] / pkgsrc / devel / libepoll-shim
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 7 23:29:49 2022 UTC (4 days, 22 hours ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
libepoll-shim: take out CFLAGS from the pkg-config file This is a patently Gross Hack<TM>. But without it random package's configure scripts that use gtk3+ can pick up broken epoll support via "pkg-config --cflags gtk+-x11-3.0", since that will include -I/usr/pkg/include/libepoll-shim. Direct consumers of libepoll-shim must add the CFLAGS explicitly.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:15:18 2021 UTC (9 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:40:16 2021 UTC (10 months ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 21 14:44:49 2021 UTC (10 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
libepoll-shim: Support NetBSD with eventfd(2)/timerfd(2) * Simplify logics in Makefile. * Exclude eventfd.h for NetBSD with eventfd(2). * Exclude timerfd.h for NetBSD with timerfd(2).
Revision 1.1 / (download) - annotate - [selected], Mon May 3 17:17:17 2021 UTC (15 months, 1 week ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
add libepoll-shim 0.0.20210418 small library that implements epoll with kqueue will be used for net/xfreerdp2