Up to [cvs.NetBSD.org] / pkgsrc / devel / libuuid
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
devel/libuuid: Unbreak build on DragonFly DragonFly has a cpu_set_t (not to be confused with cpuset_t), but util-linux incorrectly assumes that its contents are identical to those on Linux. Therefore, behave like NetBSD et al. and assume we *don't* have cpu_set_t after all.
libuuid: Use OPSYS_VERSION to numerically compare NetBSD versions
libuuid package does not depend on python, so disable finding it.
devel: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Only configure libuuid using ksh on NetBSD 6. The build of ksh is all but broken on modern systems. PR pkg/52877 introduced ksh as CONFIGURE_SHELL to fix NetBSD 6, but this causes issues on NetBSD-8 and later (PR pkg/53686). Arguably, the workaround could be dropped, since we stopped supporting NetBSD 6. Fix proposed by David H. Gutteridge, thanks!
libblkid/libuuid/mcookie: updated to 2.32.1 util-linux 2.32.1 Release Notes =============================== agetty: - keep c_iflags unmodified on --autologin blkid: - (man) add note about udev encoding blkzone: - fix whole device detection bugfix: - fix possible segfault during umount -a build-sys: - extend "Could not locate the pkg-config" error message - improve bison version detection cfdisk: - fix compiler warnings - fix missing prototype for `get_wch` - use uint64_t to avoid compiler warnings chcpu: - Fix maximal number of CPUs column: - fix leading space characters bug dmesg: - fix raw output - link together with syslog(2) manual page docs: - update AUTHORS file exec_shell: - prevent ". applet not found" error when SHELL env is not set. fdisk: - fix compiler warning [-Wmaybe-uninitialized] fstrim: - Return EXIT_FAILURE when FTRIM ioctl fails - cleanup includes lib/strutils: - fix strnlen() fallback libblkid: - (hfs) check allocation size - (ntfs) enlarge cluster limit to 2MB - (ntfs) fix cluster size check - (zfs) fix compiler warning [-Wmaybe-uninitialized] - udf Fix reporting UDF 2.60 revision libfdisk: - (docs) fix section name - fix compiler warning [-Wunused-parameter] - fix list_del after partition reset - use \x<hex> to read/write partition name libmount: - fix compiler warning [-Wunused-parameter] - fix mnt_table_is_fs_mounted() for NFS bind mounts. - improve docs about mnt_context_mount() return codes - include sys/mount.h on Linux only - include sys/mount.h only if necessary libsmartcols: - don't print empty column logger: - Define SD_JOURNAL_SUPPRESS_LOCATION. lsblk: - don't exclude RAM disks on --all - fix notes about RAM disks lscpu, chcpu: - Avoid use of the old CPU macros lslocks: - add info about OFD - fix memory leak lslogins: - fix password verification partx: - exit with error code when partition read failed po: - fix lsblk translation - merge changes - pt_BR fix fallocate '-l' help msg - update ja.po (from translationproject.org) - update pt_BR.po (from translationproject.org) rename: - consolidate printing the symlink in addition to its target - fix/reverse the semantics of --no-overwrite in --symlink mode rfkill: - include <poll.h> instead of <sys/poll.h> setarch: - add another PER_LINUX32 aliases for ppcle tests: - update column(1) space-separator test umount: - add note about --lazy zramctl: - (man) explain that --find is necessary
libuuid: stopgap fix for the freeze: use ksh as a configure shell it looks like autoconf did not generate enough "fi"s in the script. ksh seems to tolerate it. this should be investigated further. PR pkg/52877: devel/libuuid broken on NetBSD 6_STABLE
libuuid: on further thought, move nls disable Makefile.common, the configure script is shared by all the util-linux packages.
libuuid, libblkid, mcookie: updated to 2.31 util-linux v2.31: blkid: improve man page wording blkid: more info about ambivalent results to the man page blkid: cleanup man page info about lsblk pkgsrc: unified libuuid, libblkid, and mcookie libuuid: also installs uuidgen