The NetBSD Project

CVS log for pkgsrc/devel/libuuid/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libuuid

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 8 03:13:32 2023 UTC (20 months ago) by charlotte
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -1 lines
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.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 5 08:35:33 2022 UTC (2 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
libuuid: Use OPSYS_VERSION to numerically compare NetBSD versions

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 14 09:59:01 2020 UTC (4 years, 7 months ago) by roy
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
libuuid package does not depend on python, so disable finding it.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:39:19 2019 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 4 16:51:30 2018 UTC (6 years ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -4 lines
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!

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 29 12:25:52 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 29 06:59:54 2017 UTC (6 years, 10 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 12 20:56:09 2017 UTC (6 years, 10 months ago) by maya
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -1 lines
libuuid: on further thought, move nls disable Makefile.common, the configure
script is shared by all the util-linux packages.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 8 08:03:35 2017 UTC (6 years, 11 months ago) by adam
Branches: MAIN
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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>