Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+15 -15
View File
@@ -1,10 +1,10 @@
$NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
$NetBSD: patch-bin_dig_dighost.c,v 1.3 2014/02/02 07:58:20 taca Exp $
* Avoid to use true as variable name.
--- bin/dig/dighost.c.orig 2011-12-07 17:23:28.000000000 +0000
--- bin/dig/dighost.c.orig 2014-01-27 18:58:24.000000000 +0000
+++ bin/dig/dighost.c
@@ -4369,7 +4369,7 @@ prepare_lookup(dns_name_t *name)
@@ -4397,7 +4397,7 @@ prepare_lookup(dns_name_t *name)
isc_result_t result;
isc_region_t r;
dns_rdataset_t *rdataset = NULL;
@@ -13,7 +13,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
#endif
memset(namestr, 0, DNS_NAME_FORMATSIZE);
@@ -4383,7 +4383,7 @@ prepare_lookup(dns_name_t *name)
@@ -4411,7 +4411,7 @@ prepare_lookup(dns_name_t *name)
result = advanced_rrsearch(&rdataset, &ns.name,
dns_rdatatype_aaaa,
@@ -22,7 +22,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result == ISC_R_SUCCESS) {
for (result = dns_rdataset_first(rdataset);
result == ISC_R_SUCCESS;
@@ -4412,7 +4412,7 @@ prepare_lookup(dns_name_t *name)
@@ -4440,7 +4440,7 @@ prepare_lookup(dns_name_t *name)
rdataset = NULL;
result = advanced_rrsearch(&rdataset, &ns.name, dns_rdatatype_a,
@@ -31,7 +31,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result == ISC_R_SUCCESS) {
for (result = dns_rdataset_first(rdataset);
result == ISC_R_SUCCESS;
@@ -4531,11 +4531,11 @@ isc_result_t
@@ -4559,11 +4559,11 @@ isc_result_t
initialization(dns_name_t *name)
{
isc_result_t result;
@@ -45,7 +45,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result != ISC_R_SUCCESS) {
printf("\n;; NS RRset is missing to continue validation:"
" FAILED\n\n");
@@ -4888,7 +4888,7 @@ sigchase_td(dns_message_t *msg)
@@ -4911,7 +4911,7 @@ sigchase_td(dns_message_t *msg)
isc_result_t result;
dns_name_t *name = NULL;
isc_boolean_t have_answer = ISC_FALSE;
@@ -54,7 +54,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER))
== ISC_R_SUCCESS) {
@@ -4897,7 +4897,7 @@ sigchase_td(dns_message_t *msg)
@@ -4920,7 +4920,7 @@ sigchase_td(dns_message_t *msg)
initialization(name);
return;
}
@@ -63,7 +63,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
} else {
if (!current_lookup->trace_root_sigchase) {
result = dns_message_firstname(msg,
@@ -5015,7 +5015,7 @@ sigchase_td(dns_message_t *msg)
@@ -5038,7 +5038,7 @@ sigchase_td(dns_message_t *msg)
dns_rdatatype_rrsig,
current_lookup
->rdtype_sigchase,
@@ -72,7 +72,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result == ISC_R_FAILURE) {
printf("\n;; RRset is missing to continue"
" validation SHOULD NOT APPEND:"
@@ -5028,7 +5028,7 @@ sigchase_td(dns_message_t *msg)
@@ -5051,7 +5051,7 @@ sigchase_td(dns_message_t *msg)
&chase_authority_name,
dns_rdatatype_rrsig,
dns_rdatatype_any,
@@ -81,7 +81,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result == ISC_R_FAILURE) {
printf("\n;; RRSIG is missing to continue"
" validation SHOULD NOT APPEND:"
@@ -5104,7 +5104,7 @@ sigchase_td(dns_message_t *msg)
@@ -5127,7 +5127,7 @@ sigchase_td(dns_message_t *msg)
&chase_authority_name,
dns_rdatatype_rrsig,
dns_rdatatype_ds,
@@ -90,7 +90,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result != ISC_R_SUCCESS) {
printf("\n;; DSset is missing to continue validation:"
" FAILED\n\n");
@@ -5192,7 +5192,7 @@ sigchase_td(dns_message_t *msg)
@@ -5215,7 +5215,7 @@ sigchase_td(dns_message_t *msg)
result = advanced_rrsearch(&chase_rdataset, &chase_name,
current_lookup->rdtype_sigchase,
dns_rdatatype_any ,
@@ -99,7 +99,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result == ISC_R_FAILURE) {
printf("\n;; RRsig of RRset is missing to continue validation"
" SHOULD NOT APPEND: FAILED\n\n");
@@ -5235,7 +5235,7 @@ getneededrr(dns_message_t *msg)
@@ -5258,7 +5258,7 @@ getneededrr(dns_message_t *msg)
dns_name_t *name = NULL;
dns_rdata_t sigrdata = DNS_RDATA_INIT;
dns_rdata_sig_t siginfo;
@@ -108,7 +108,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER))
!= ISC_R_SUCCESS) {
@@ -5251,7 +5251,7 @@ getneededrr(dns_message_t *msg)
@@ -5274,7 +5274,7 @@ getneededrr(dns_message_t *msg)
if (chase_rdataset == NULL) {
result = advanced_rrsearch(&chase_rdataset, name,
dns_rdatatype_any,
@@ -117,7 +117,7 @@ $NetBSD: patch-bin_dig_dighost.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
if (result != ISC_R_SUCCESS) {
printf("\n;; No Answers: Validation FAILED\n\n");
return (ISC_R_NOTFOUND);
@@ -5371,7 +5371,7 @@ getneededrr(dns_message_t *msg)
@@ -5394,7 +5394,7 @@ getneededrr(dns_message_t *msg)
result = advanced_rrsearch(&chase_sigdsrdataset,
&chase_signame,
dns_rdatatype_rrsig,
@@ -1,15 +1,15 @@
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.3 2012/10/10 03:07:12 taca Exp $
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.4 2013/09/21 16:00:34 taca Exp $
Build fix for DragonFly while linking of driver.so.
--- bin/tests/system/Makefile.in.orig 2012-09-27 00:35:19.000000000 +0000
--- bin/tests/system/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
+++ bin/tests/system/Makefile.in
@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
@BIND9_MAKE_INCLUDES@
-SUBDIRS = dlzexternal filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
+SUBDIRS = filter-aaaa lwresd rpz rsabigexponent tkey tsiggss
-SUBDIRS = dlzexternal filter-aaaa lwresd rpz rrl \
+SUBDIRS = filter-aaaa lwresd rpz rrl \
rsabigexponent tkey tsiggss
TARGETS =
@BIND9_MAKE_RULES@
+5 -5
View File
@@ -1,12 +1,12 @@
$NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
$NetBSD: patch-configure,v 1.8 2014/02/02 07:58:20 taca Exp $
* Add DragonFly support.
* Link proper postgresql library.
* Avoid using "==" for argument of test(1).
--- configure.orig 2013-06-04 18:30:02.000000000 +0000
--- configure.orig 2014-01-27 18:58:24.000000000 +0000
+++ configure
@@ -12177,7 +12177,7 @@ done
@@ -11685,7 +11685,7 @@ done
;;
esac
@@ -15,7 +15,7 @@ $NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
then
case "$use_python" in
unspec)
@@ -14870,6 +14870,8 @@ case $host in
@@ -14410,6 +14410,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
@@ -24,7 +24,7 @@ $NetBSD: patch-configure,v 1.5 2013/06/06 02:55:03 taca Exp $
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
@@ -19876,7 +19878,7 @@ $as_echo "no" >&6; }
@@ -19538,7 +19540,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then
-15
View File
@@ -1,15 +0,0 @@
$NetBSD: patch-configure.in,v 1.3 2013/06/06 02:55:03 taca Exp $
* Avoid using "==" for argument of test(1).
--- configure.in.orig 2013-06-04 18:30:02.000000000 +0000
+++ configure.in
@@ -157,7 +157,7 @@ case "$use_python" in
AC_PATH_PROGS(PYTHON, $use_python)
;;
esac
- if test "X$PYTHON" == "X"
+ if test "X$PYTHON" = "X"
then
case "$use_python" in
unspec)
@@ -1,10 +1,10 @@
$NetBSD: patch-lib_bind9_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
$NetBSD: patch-lib_bind9_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
* XXX: Install with proper permission.
--- lib/bind9/Makefile.in.orig 2009-12-05 23:31:40.000000000 +0000
--- lib/bind9/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
+++ lib/bind9/Makefile.in
@@ -78,7 +78,7 @@ installdirs:
@@ -79,7 +79,7 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
install:: timestamp installdirs
+3 -3
View File
@@ -1,10 +1,10 @@
$NetBSD: patch-lib_dns_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
$NetBSD: patch-lib_dns_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
* XXX: Install with proper permission.
--- lib/dns/Makefile.in.orig 2011-10-11 00:09:03.000000000 +0000
--- lib/dns/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
+++ lib/dns/Makefile.in
@@ -135,7 +135,7 @@ installdirs:
@@ -142,7 +142,7 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
install:: timestamp installdirs
+3 -3
View File
@@ -1,10 +1,10 @@
$NetBSD: patch-lib_isc_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
$NetBSD: patch-lib_isc_Makefile.in,v 1.3 2014/02/02 07:58:20 taca Exp $
* XXX: Install with proper permission.
--- lib/isc/Makefile.in.orig 2011-07-07 23:47:49.000000000 +0000
--- lib/isc/Makefile.in.orig 2014-01-27 18:58:24.000000000 +0000
+++ lib/isc/Makefile.in
@@ -127,7 +127,7 @@ installdirs:
@@ -134,7 +134,7 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
install:: timestamp installdirs
@@ -1,10 +1,10 @@
$NetBSD: patch-lib_isccfg_Makefile.in,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
$NetBSD: patch-lib_isccfg_Makefile.in,v 1.2 2013/09/21 16:00:34 taca Exp $
* XXX: Install with proper permission.
--- lib/isccfg/Makefile.in.orig 2011-03-10 04:36:16.000000000 +0000
--- lib/isccfg/Makefile.in.orig 2013-09-05 05:09:08.000000000 +0000
+++ lib/isccfg/Makefile.in
@@ -77,7 +77,7 @@ installdirs:
@@ -78,7 +78,7 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
install:: timestamp installdirs