pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56315 CVS commit: pkgsrc/net/bind916
The following reply was made to PR pkg/56315; it has been noted by GNATS.
From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56315 CVS commit: pkgsrc/net/bind916
Date: Tue, 20 Jul 2021 06:39:45 +0000
Module Name: pkgsrc
Committed By: rin
Date: Tue Jul 20 06:39:45 UTC 2021
Modified Files:
pkgsrc/net/bind916: Makefile distinfo
pkgsrc/net/bind916/patches: patch-lib_dns_include_dns_zone.h
patch-lib_dns_zone.c patch-lib_isc_stats.c
patch-lib_ns_include_ns_client.h
Added Files:
pkgsrc/net/bind916/patches: patch-lib_isc_include_isc_types.h
patch-lib_ns_client.c
Log Message:
net/bind916 Use atomic 32-bit integers where appropriate, revision++
Mostly taken from NetBSD base:
- For counters, make sure to use 32-bit integers for !_LP64 platforms.
In the previous revisions, this is partially done, i.e., incomplete.
- For flags fit within 32-bit width, use 32-bit integers for everyone.
In the previous, this is incomplete, and restricted for __NetBSD__.
Fix and generalize to everyone.
- Make comments in patches more helpful.
Fix build for ILP32 platforms as reported in PR pkg/56315.
Thanks jklos@ for testing.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/bind916/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/net/bind916/patches/patch-lib_dns_include_dns_zone.h \
pkgsrc/net/bind916/patches/patch-lib_isc_stats.c \
pkgsrc/net/bind916/patches/patch-lib_ns_include_ns_client.h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind916/patches/patch-lib_dns_zone.c
cvs rdiff -u -r0 -r1.3 \
pkgsrc/net/bind916/patches/patch-lib_isc_include_isc_types.h
cvs rdiff -u -r0 -r1.4 pkgsrc/net/bind916/patches/patch-lib_ns_client.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index