head 1.9; access; symbols pkgsrc-2023Q4:1.9.0.8 pkgsrc-2023Q4-base:1.9 pkgsrc-2023Q3:1.9.0.6 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.9.0.4 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.8.0.6 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.4 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.8.0.2 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.7.0.18 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.7.0.16 pkgsrc-2021Q4-base:1.7 pkgsrc-2021Q3:1.7.0.14 pkgsrc-2021Q3-base:1.7 pkgsrc-2021Q2:1.7.0.12 pkgsrc-2021Q2-base:1.7 pkgsrc-2021Q1:1.7.0.10 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.7.0.8 pkgsrc-2020Q4-base:1.7 pkgsrc-2020Q3:1.7.0.6 pkgsrc-2020Q3-base:1.7 pkgsrc-2020Q2:1.7.0.4 pkgsrc-2020Q2-base:1.7 pkgsrc-2020Q1:1.7.0.2 pkgsrc-2020Q1-base:1.7 pkgsrc-2019Q4:1.6.0.4 pkgsrc-2019Q4-base:1.6 pkgsrc-2019Q3:1.5.0.8 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.5.0.6 pkgsrc-2019Q2-base:1.5 pkgsrc-2019Q1:1.5.0.4 pkgsrc-2019Q1-base:1.5 pkgsrc-2018Q4:1.5.0.2 pkgsrc-2018Q4-base:1.5 pkgsrc-2018Q3:1.4.0.2 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.3.0.6 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.4 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.2 pkgsrc-2017Q4-base:1.3; locks; strict; comment @# @; 1.9 date 2023.03.08.03.13.32; author charlotte; state Exp; branches; next 1.8; commitid 7ImFgtbFD8oUHggE; 1.8 date 2022.05.05.08.35.33; author nia; state Exp; branches; next 1.7; commitid iEFmdFBkOQ4xmQCD; 1.7 date 2020.03.14.09.59.01; author roy; state Exp; branches; next 1.6; commitid jpDNiuxIVldGXl0C; 1.6 date 2019.11.03.10.39.19; author rillig; state Exp; branches; next 1.5; commitid REW2CfrA7HdqqoJB; 1.5 date 2018.11.04.16.51.30; author bsiegert; state Exp; branches; next 1.4; commitid MjJEOvqFPJLLaEYA; 1.4 date 2018.08.29.12.25.52; author adam; state Exp; branches; next 1.3; commitid Fw10hPYCrT7rR0QA; 1.3 date 2017.12.29.06.59.54; author maya; state Exp; branches; next 1.2; commitid X4RUycMXMBrtRKkA; 1.2 date 2017.12.12.20.56.09; author maya; state Exp; branches; next 1.1; commitid kcklHqRLEkLT2EiA; 1.1 date 2017.12.08.08.03.35; author adam; state Exp; branches; next ; commitid 1sFR0Yyxh7H5T3iA; desc @@ 1.9 log @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. @ text @# $NetBSD: Makefile.common,v 1.8 2022/05/05 08:35:33 nia Exp $ # used by devel/libblkid/Makefile # used by devel/libuuid/Makefile # used by x11/mcookie/Makefile DISTNAME= util-linux-2.32.1 MASTER_SITES= https://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz EXTRACT_USING= bsdtar MAINTAINER?= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/karelzak/util-linux DISTINFO_FILE= ${.CURDIR}/../../devel/libuuid/distinfo PATCHDIR= ${.CURDIR}/../../devel/libuuid/patches USE_GCC_RUNTIME= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-all-programs CONFIGURE_ARGS+= --disable-bash-completion CONFIGURE_ARGS+= --without-ncurses CONFIGURE_ARGS+= --without-ncursesw CONFIGURE_ARGS+= --without-python # netbsd libintl lacks _nl_expand_alias, resulting in NLS being # disabled. for consistency, disable for all CONFIGURE_ARGS+= --disable-nls TEST_TARGET= check .include "../../mk/bsd.fast.prefs.mk" # XXX PR pkg/52877: configure is broken on netbsd6 .if (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 070000) USE_TOOLS+= ksh CONFIG_SHELL= ksh .endif # 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. .if (${OPSYS} == "DragonFly") CONFIGURE_ARGS+= ac_cv_type_cpu_set_t=no .endif @ 1.8 log @libuuid: Use OPSYS_VERSION to numerically compare NetBSD versions @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2020/03/14 09:59:01 roy Exp $ d40 8 @ 1.7 log @libuuid package does not depend on python, so disable finding it. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2019/11/03 10:39:19 rillig Exp $ d36 1 a36 1 .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0123456].*)) @ 1.6 log @devel: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.5 2018/11/04 16:51:30 bsiegert Exp $ d25 1 @ 1.5 log @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! @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.4 2018/08/29 12:25:52 adam Exp $ d36 2 a37 2 USE_TOOLS+= ksh CONFIG_SHELL= ksh @ 1.4 log @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 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 instead of 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 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2017/12/29 06:59:54 maya Exp $ d19 1 a19 3 USE_TOOLS+= pkg-config ksh # XXX PR pkg/52877 configure is broken on netbsd6 CONFIG_SHELL= ksh d31 8 @ 1.3 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2017/12/12 20:56:09 maya Exp $ d6 2 a7 2 DISTNAME= util-linux-2.31 MASTER_SITES= https://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION_NOREV}/ @ 1.2 log @libuuid: on further thought, move nls disable Makefile.common, the configure script is shared by all the util-linux packages. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2017/12/08 08:03:35 adam Exp $ d19 3 a21 1 USE_TOOLS+= pkg-config @ 1.1 log @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 @ text @d1 1 a1 1 # $NetBSD$ d26 4 @