Wed May 26 15:56:39 2010 UTC ()
Update net/bind95 package to 9.5.2pl4(9.5.2-P4).

	--- 9.5.2-P4 released ---

2876.	[bug]		Named could return SERVFAIL for negative responses
			from unsigned zones. [RT #21131]

	--- 9.5.2-P3 released ---

2852.	[bug]		Handle broken DNSSEC trust chains better. [RT #15619]


(taca)
diff -r1.17 -r1.18 pkgsrc/net/bind95/Makefile
diff -r1.4 -r1.5 pkgsrc/net/bind95/PLIST
diff -r1.12 -r1.13 pkgsrc/net/bind95/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-ab
diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-af
diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-ag
diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-al
diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/patch-ao
diff -r1.3 -r1.4 pkgsrc/net/bind95/patches/patch-ai

cvs diff -r1.17 -r1.18 pkgsrc/net/bind95/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bind95/Attic/Makefile 2010/04/22 20:21:09 1.17
+++ pkgsrc/net/bind95/Attic/Makefile 2010/05/26 15:56:39 1.18
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.17 2010/04/22 20:21:09 gls Exp $ 1# $NetBSD: Makefile,v 1.18 2010/05/26 15:56:39 taca Exp $
2 2
3DISTNAME= bind-${BIND_VERSION} 3DISTNAME= bind-${BIND_VERSION}
4PKGNAME= ${DISTNAME:S/-P/pl/} 4PKGNAME= ${DISTNAME:S/-P/pl/}
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ 6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
8 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ 7 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.isc.org/software/bind 10HOMEPAGE= http://www.isc.org/software/bind
12COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS 11COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
13 12
14CONFLICTS+= bind<9.5.0 13CONFLICTS+= bind<9.5.0
15CONFLICTS+= bind>=9.6.0 14CONFLICTS+= bind>=9.6.0
16 15
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no
19 18
20BIND_VERSION= 9.5.2-P2 19BIND_VERSION= 9.5.2-P4
21 20
22# IPv6 ready, automatically detected 21# IPv6 ready, automatically detected
23.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
24BUILD_DEFS+= IPV6_READY 23BUILD_DEFS+= IPV6_READY
25 24
26BUILD_DEFS+= BIND_DIR VARBASE 25BUILD_DEFS+= BIND_DIR VARBASE
27 26
28USE_TOOLS+= pax perl 27USE_TOOLS+= pax perl
29USE_LIBTOOL= yes 28USE_LIBTOOL= yes
30 29
31GNU_CONFIGURE= yes 30GNU_CONFIGURE= yes
32CONFIGURE_ARGS+=--with-libtool=yes \ 31CONFIGURE_ARGS+=--with-libtool=yes \
33 --sysconfdir=/etc \ 32 --sysconfdir=/etc \

cvs diff -r1.4 -r1.5 pkgsrc/net/bind95/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/net/bind95/Attic/PLIST 2009/11/30 11:58:30 1.4
+++ pkgsrc/net/bind95/Attic/PLIST 2010/05/26 15:56:39 1.5
@@ -1,20 +1,44 @@ @@ -1,20 +1,44 @@
1@comment $NetBSD: PLIST,v 1.4 2009/11/30 11:58:30 tron Exp $ 1@comment $NetBSD: PLIST,v 1.5 2010/05/26 15:56:39 taca Exp $
2bin/dig 2bin/dig
3bin/host 3bin/host
4bin/isc-config.sh 4bin/isc-config.sh
5bin/nslookup 5bin/nslookup
6bin/nsupdate 6bin/nsupdate
7${PLIST.inet6}include/isc/ipv6.h 7${PLIST.inet6}include/isc/ipv6.h
 8include/bind/arpa/inet.h
 9include/bind/arpa/nameser.h
 10include/bind/arpa/nameser_compat.h
 11include/bind/fd_setsize.h
 12include/bind/hesiod.h
 13include/bind/irp.h
 14include/bind/irs.h
 15include/bind/isc/assertions.h
 16include/bind/isc/ctl.h
 17include/bind/isc/dst.h
 18include/bind/isc/eventlib.h
 19include/bind/isc/heap.h
 20include/bind/isc/irpmarshall.h
 21include/bind/isc/list.h
 22include/bind/isc/logging.h
 23include/bind/isc/memcluster.h
 24include/bind/isc/misc.h
 25include/bind/isc/platform.h.in
 26include/bind/isc/tree.h
 27include/bind/netdb.h
 28include/bind/netgroup.h
 29include/bind/res_update.h
 30include/bind/resolv.h
 31include/bind/sys/bitypes.h
8include/bind9/check.h 32include/bind9/check.h
9include/bind9/getaddresses.h 33include/bind9/getaddresses.h
10include/bind9/version.h 34include/bind9/version.h
11include/dns/acl.h 35include/dns/acl.h
12include/dns/adb.h 36include/dns/adb.h
13include/dns/byaddr.h 37include/dns/byaddr.h
14include/dns/cache.h 38include/dns/cache.h
15include/dns/callbacks.h 39include/dns/callbacks.h
16include/dns/cert.h 40include/dns/cert.h
17include/dns/compress.h 41include/dns/compress.h
18include/dns/db.h 42include/dns/db.h
19include/dns/dbiterator.h 43include/dns/dbiterator.h
20include/dns/dbtable.h 44include/dns/dbtable.h
@@ -276,35 +300,226 @@ man/man3/lwres_lwpacket_renderheader.3 @@ -276,35 +300,226 @@ man/man3/lwres_lwpacket_renderheader.3
276man/man3/lwres_net_ntop.3 300man/man3/lwres_net_ntop.3
277man/man3/lwres_noop.3 301man/man3/lwres_noop.3
278man/man3/lwres_nooprequest_free.3 302man/man3/lwres_nooprequest_free.3
279man/man3/lwres_nooprequest_parse.3 303man/man3/lwres_nooprequest_parse.3
280man/man3/lwres_nooprequest_render.3 304man/man3/lwres_nooprequest_render.3
281man/man3/lwres_noopresponse_free.3 305man/man3/lwres_noopresponse_free.3
282man/man3/lwres_noopresponse_parse.3 306man/man3/lwres_noopresponse_parse.3
283man/man3/lwres_noopresponse_render.3 307man/man3/lwres_noopresponse_render.3
284man/man3/lwres_packet.3 308man/man3/lwres_packet.3
285man/man3/lwres_resutil.3 309man/man3/lwres_resutil.3
286man/man3/lwres_sethostent.3 310man/man3/lwres_sethostent.3
287man/man3/lwres_sethostent_r.3 311man/man3/lwres_sethostent_r.3
288man/man3/lwres_string_parse.3 312man/man3/lwres_string_parse.3
289man/man5/rndc.conf.5 
290man/man5/named.conf.5 313man/man5/named.conf.5
 314man/man5/rndc.conf.5
291man/man8/dnssec-keygen.8 315man/man8/dnssec-keygen.8
292man/man8/dnssec-signzone.8 316man/man8/dnssec-signzone.8
293man/man8/lwresd.8 317man/man8/lwresd.8
294man/man8/named-checkconf.8 318man/man8/named-checkconf.8
295man/man8/named-checkzone.8 319man/man8/named-checkzone.8
296man/man8/named-compilezone.8 320man/man8/named-compilezone.8
297man/man8/named.8 321man/man8/named.8
298man/man8/rndc-confgen.8 322man/man8/rndc-confgen.8
299man/man8/rndc.8 323man/man8/rndc.8
300sbin/dnssec-keygen 324sbin/dnssec-keygen
301sbin/dnssec-signzone 325sbin/dnssec-signzone
302sbin/lwresd 326sbin/lwresd
303sbin/named 327sbin/named
304sbin/named-checkconf 328sbin/named-checkconf
305sbin/named-checkzone 329sbin/named-checkzone
306sbin/named-compilezone 330sbin/named-compilezone
307sbin/rndc 331sbin/rndc
308sbin/rndc-confgen 332sbin/rndc-confgen
 333share/doc/bind9/README
 334share/doc/bind9/arm/Bv9ARM-book.xml
 335share/doc/bind9/arm/Bv9ARM.ch01.html
 336share/doc/bind9/arm/Bv9ARM.ch02.html
 337share/doc/bind9/arm/Bv9ARM.ch03.html
 338share/doc/bind9/arm/Bv9ARM.ch04.html
 339share/doc/bind9/arm/Bv9ARM.ch05.html
 340share/doc/bind9/arm/Bv9ARM.ch06.html
 341share/doc/bind9/arm/Bv9ARM.ch07.html
 342share/doc/bind9/arm/Bv9ARM.ch08.html
 343share/doc/bind9/arm/Bv9ARM.ch09.html
 344share/doc/bind9/arm/Bv9ARM.ch10.html
 345share/doc/bind9/arm/Bv9ARM.html
 346share/doc/bind9/arm/Bv9ARM.pdf
 347share/doc/bind9/arm/README-SGML
 348share/doc/bind9/arm/isc-logo.eps
 349share/doc/bind9/arm/isc-logo.pdf
 350share/doc/bind9/arm/man.dig.html
 351share/doc/bind9/arm/man.dnssec-keygen.html
 352share/doc/bind9/arm/man.dnssec-signzone.html
 353share/doc/bind9/arm/man.host.html
 354share/doc/bind9/arm/man.named-checkconf.html
 355share/doc/bind9/arm/man.named-checkzone.html
 356share/doc/bind9/arm/man.named.html
 357share/doc/bind9/arm/man.rndc-confgen.html
 358share/doc/bind9/arm/man.rndc.conf.html
 359share/doc/bind9/arm/man.rndc.html
 360share/doc/bind9/doxygen/Doxyfile
 361share/doc/bind9/doxygen/Doxyfile.in
 362share/doc/bind9/doxygen/doxygen-input-filter
 363share/doc/bind9/doxygen/doxygen-input-filter.in
 364share/doc/bind9/doxygen/isc-footer.html
 365share/doc/bind9/doxygen/isc-header.html
 366share/doc/bind9/doxygen/mainpage
 367share/doc/bind9/draft/draft-ietf-6man-text-addr-representation-01.txt
 368share/doc/bind9/draft/draft-ietf-behave-dns64-01.txt
 369share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-12.txt
 370share/doc/bind9/draft/draft-ietf-dnsext-dns-tcp-requirements-01.txt
 371share/doc/bind9/draft/draft-ietf-dnsext-dnssec-bis-updates-09.txt
 372share/doc/bind9/draft/draft-ietf-dnsext-dnssec-gost-05.txt
 373share/doc/bind9/draft/draft-ietf-dnsext-ecc-key-07.txt
 374share/doc/bind9/draft/draft-ietf-dnsext-interop3597-02.txt
 375share/doc/bind9/draft/draft-ietf-dnsext-rfc2671bis-edns0-02.txt
 376share/doc/bind9/draft/draft-ietf-dnsext-rfc2672bis-dname-18.txt
 377share/doc/bind9/draft/draft-ietf-dnsext-rfc3597-bis-00.txt
 378share/doc/bind9/draft/draft-ietf-dnsext-tsig-md5-deprecated-03.txt
 379share/doc/bind9/draft/draft-ietf-dnsop-bad-dns-res-05.txt
 380share/doc/bind9/draft/draft-ietf-dnsop-default-local-zones-09.txt
 381share/doc/bind9/draft/draft-ietf-dnsop-inaddr-required-07.txt
 382share/doc/bind9/draft/draft-ietf-dnsop-name-server-management-reqs-02.txt
 383share/doc/bind9/draft/draft-ietf-dnsop-respsize-06.txt
 384share/doc/bind9/draft/draft-kato-dnsop-local-zones-00.txt
 385share/doc/bind9/draft/update
 386share/doc/bind9/misc/dnssec
 387share/doc/bind9/misc/ipv6
 388share/doc/bind9/misc/migration
 389share/doc/bind9/misc/migration-4to9
 390share/doc/bind9/misc/options
 391share/doc/bind9/misc/rfc-compliance
 392share/doc/bind9/misc/roadmap
 393share/doc/bind9/misc/sdb
 394share/doc/bind9/rfc/fetch
 395share/doc/bind9/rfc/index
 396share/doc/bind9/rfc/rfc1032.txt
 397share/doc/bind9/rfc/rfc1033.txt
 398share/doc/bind9/rfc/rfc1034.txt
 399share/doc/bind9/rfc/rfc1035.txt
 400share/doc/bind9/rfc/rfc1101.txt
 401share/doc/bind9/rfc/rfc1122.txt
 402share/doc/bind9/rfc/rfc1123.txt
 403share/doc/bind9/rfc/rfc1183.txt
 404share/doc/bind9/rfc/rfc1348.txt
 405share/doc/bind9/rfc/rfc1535.txt
 406share/doc/bind9/rfc/rfc1536.txt
 407share/doc/bind9/rfc/rfc1537.txt
 408share/doc/bind9/rfc/rfc1591.txt
 409share/doc/bind9/rfc/rfc1611.txt
 410share/doc/bind9/rfc/rfc1612.txt
 411share/doc/bind9/rfc/rfc1706.txt
 412share/doc/bind9/rfc/rfc1712.txt
 413share/doc/bind9/rfc/rfc1750.txt
 414share/doc/bind9/rfc/rfc1876.txt
 415share/doc/bind9/rfc/rfc1886.txt
 416share/doc/bind9/rfc/rfc1912.txt
 417share/doc/bind9/rfc/rfc1982.txt
 418share/doc/bind9/rfc/rfc1995.txt
 419share/doc/bind9/rfc/rfc1996.txt
 420share/doc/bind9/rfc/rfc2052.txt
 421share/doc/bind9/rfc/rfc2104.txt
 422share/doc/bind9/rfc/rfc2119.txt
 423share/doc/bind9/rfc/rfc2133.txt
 424share/doc/bind9/rfc/rfc2136.txt
 425share/doc/bind9/rfc/rfc2137.txt
 426share/doc/bind9/rfc/rfc2163.txt
 427share/doc/bind9/rfc/rfc2168.txt
 428share/doc/bind9/rfc/rfc2181.txt
 429share/doc/bind9/rfc/rfc2230.txt
 430share/doc/bind9/rfc/rfc2308.txt
 431share/doc/bind9/rfc/rfc2317.txt
 432share/doc/bind9/rfc/rfc2373.txt
 433share/doc/bind9/rfc/rfc2374.txt
 434share/doc/bind9/rfc/rfc2375.txt
 435share/doc/bind9/rfc/rfc2418.txt
 436share/doc/bind9/rfc/rfc2535.txt
 437share/doc/bind9/rfc/rfc2536.txt
 438share/doc/bind9/rfc/rfc2537.txt
 439share/doc/bind9/rfc/rfc2538.txt
 440share/doc/bind9/rfc/rfc2539.txt
 441share/doc/bind9/rfc/rfc2540.txt
 442share/doc/bind9/rfc/rfc2541.txt
 443share/doc/bind9/rfc/rfc2553.txt
 444share/doc/bind9/rfc/rfc2671.txt
 445share/doc/bind9/rfc/rfc2672.txt
 446share/doc/bind9/rfc/rfc2673.txt
 447share/doc/bind9/rfc/rfc2782.txt
 448share/doc/bind9/rfc/rfc2825.txt
 449share/doc/bind9/rfc/rfc2826.txt
 450share/doc/bind9/rfc/rfc2845.txt
 451share/doc/bind9/rfc/rfc2874.txt
 452share/doc/bind9/rfc/rfc2915.txt
 453share/doc/bind9/rfc/rfc2929.txt
 454share/doc/bind9/rfc/rfc2930.txt
 455share/doc/bind9/rfc/rfc2931.txt
 456share/doc/bind9/rfc/rfc3007.txt
 457share/doc/bind9/rfc/rfc3008.txt
 458share/doc/bind9/rfc/rfc3071.txt
 459share/doc/bind9/rfc/rfc3090.txt
 460share/doc/bind9/rfc/rfc3110.txt
 461share/doc/bind9/rfc/rfc3123.txt
 462share/doc/bind9/rfc/rfc3152.txt
 463share/doc/bind9/rfc/rfc3197.txt
 464share/doc/bind9/rfc/rfc3225.txt
 465share/doc/bind9/rfc/rfc3226.txt
 466share/doc/bind9/rfc/rfc3258.txt
 467share/doc/bind9/rfc/rfc3363.txt
 468share/doc/bind9/rfc/rfc3364.txt
 469share/doc/bind9/rfc/rfc3425.txt
 470share/doc/bind9/rfc/rfc3445.txt
 471share/doc/bind9/rfc/rfc3467.txt
 472share/doc/bind9/rfc/rfc3490.txt
 473share/doc/bind9/rfc/rfc3491.txt
 474share/doc/bind9/rfc/rfc3492.txt
 475share/doc/bind9/rfc/rfc3493.txt
 476share/doc/bind9/rfc/rfc3513.txt
 477share/doc/bind9/rfc/rfc3596.txt
 478share/doc/bind9/rfc/rfc3597.txt
 479share/doc/bind9/rfc/rfc3645.txt
 480share/doc/bind9/rfc/rfc3655.txt
 481share/doc/bind9/rfc/rfc3658.txt
 482share/doc/bind9/rfc/rfc3755.txt
 483share/doc/bind9/rfc/rfc3757.txt
 484share/doc/bind9/rfc/rfc3833.txt
 485share/doc/bind9/rfc/rfc3845.txt
 486share/doc/bind9/rfc/rfc3901.txt
 487share/doc/bind9/rfc/rfc4025.txt
 488share/doc/bind9/rfc/rfc4033.txt
 489share/doc/bind9/rfc/rfc4034.txt
 490share/doc/bind9/rfc/rfc4035.txt
 491share/doc/bind9/rfc/rfc4074.txt
 492share/doc/bind9/rfc/rfc4159.txt
 493share/doc/bind9/rfc/rfc4193.txt
 494share/doc/bind9/rfc/rfc4255.txt
 495share/doc/bind9/rfc/rfc4294.txt
 496share/doc/bind9/rfc/rfc4339.txt
 497share/doc/bind9/rfc/rfc4343.txt
 498share/doc/bind9/rfc/rfc4367.txt
 499share/doc/bind9/rfc/rfc4398.txt
 500share/doc/bind9/rfc/rfc4408.txt
 501share/doc/bind9/rfc/rfc4431.txt
 502share/doc/bind9/rfc/rfc4470.txt
 503share/doc/bind9/rfc/rfc4471.txt
 504share/doc/bind9/rfc/rfc4472.txt
 505share/doc/bind9/rfc/rfc4509.txt
 506share/doc/bind9/rfc/rfc4634.txt
 507share/doc/bind9/rfc/rfc4635.txt
 508share/doc/bind9/rfc/rfc4641.txt
 509share/doc/bind9/rfc/rfc4648.txt
 510share/doc/bind9/rfc/rfc4697.txt
 511share/doc/bind9/rfc/rfc4701.txt
 512share/doc/bind9/rfc/rfc4892.txt
 513share/doc/bind9/rfc/rfc4955.txt
 514share/doc/bind9/rfc/rfc4956.txt
 515share/doc/bind9/rfc/rfc5001.txt
 516share/doc/bind9/rfc/rfc5011.txt
 517share/doc/bind9/rfc/rfc5155.txt
 518share/doc/bind9/rfc/rfc5205.txt
 519share/doc/bind9/rfc/rfc5452.txt
 520share/doc/bind9/rfc/rfc5507.txt
 521share/doc/bind9/rfc/rfc5625.txt
 522share/doc/bind9/rfc/rfc5702.txt
 523share/doc/bind9/rfc/rfc952.txt
309share/examples/rc.d/lwresd 524share/examples/rc.d/lwresd
310share/examples/rc.d/named9 525share/examples/rc.d/named9

cvs diff -r1.12 -r1.13 pkgsrc/net/bind95/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/bind95/Attic/distinfo 2010/01/21 19:42:16 1.12
+++ pkgsrc/net/bind95/Attic/distinfo 2010/05/26 15:56:39 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: distinfo,v 1.12 2010/01/21 19:42:16 spz Exp $ 1$NetBSD: distinfo,v 1.13 2010/05/26 15:56:39 taca Exp $
2 2
3SHA1 (bind-9.5.2-P2.tar.gz) = ffa6df6752976e6bdd05508c5cc5131ef9a097f1 3SHA1 (bind-9.5.2-P4.tar.gz) = 0ae60e050339c7ad8be2b85a7baa76974db83e21
4RMD160 (bind-9.5.2-P2.tar.gz) = a0864dadb1af7268a0c54fed3bc178bd17abb55c 4RMD160 (bind-9.5.2-P4.tar.gz) = 82eadd8881a48fcef5155fa94566a09fa18e45e4
5Size (bind-9.5.2-P2.tar.gz) = 6674868 bytes 5Size (bind-9.5.2-P4.tar.gz) = 6678015 bytes
6SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 6SHA1 (patch-ab) = 6cec876c8caa7082f97365863f3f88c4f168da48
7SHA1 (patch-ac) = a2c24198044f8cf29198e08a1a10b7e4ea739c40 7SHA1 (patch-ac) = a2c24198044f8cf29198e08a1a10b7e4ea739c40
8SHA1 (patch-ad) = 5c8af5a826e4f6891dfdf949b8a541ee33e16c3e 8SHA1 (patch-ad) = 5c8af5a826e4f6891dfdf949b8a541ee33e16c3e
9SHA1 (patch-af) = b21bb5195cdb4deec00e5abd39f5bf2137549c3f 9SHA1 (patch-af) = c4c59217c0a723e94ba7778f6677287e6a901298
10SHA1 (patch-ag) = 9d61e0f527a76977bf8457355997d201fa37dd4e 10SHA1 (patch-ag) = 96adf9a83d2bf8785cb556d88a841002d72457f8
11SHA1 (patch-ai) = 15fb7b46d0c997a6abd60307f111848657a57412 11SHA1 (patch-ai) = 7e9578f5b717c8a4a73fdb85a04f302808bff854
12SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1 12SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1
13SHA1 (patch-al) = eb6a52d3f865639447ec6f9019c0ea1d2122b772 13SHA1 (patch-al) = 7f354078e737b66896cf54dbd4759ba5a76ab919
14SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed 14SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed
15SHA1 (patch-an) = be808fcb6f2f9b88c6a0d94765bda4b5eb8a4c93 15SHA1 (patch-an) = be808fcb6f2f9b88c6a0d94765bda4b5eb8a4c93
16SHA1 (patch-ao) = 9a1ed7b37befdd8e29d233fe55cd62362df3c50e 16SHA1 (patch-ao) = c7664bc8867541efc0457fac0dcf279abf0dc37e

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-ab 2008/06/21 23:15:28 1.1.1.1
+++ pkgsrc/net/bind95/patches/Attic/patch-ab 2010/05/26 15:56:39 1.2
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1$NetBSD: patch-ab,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ 1$NetBSD: patch-ab,v 1.2 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/lwres/getnameinfo.c.orig 2004-08-28 08:25:24.000000000 +0200 3--- lib/lwres/getnameinfo.c.orig 2007-06-19 23:47:22.000000000 +0000
4+++ lib/lwres/getnameinfo.c 2004-10-03 08:56:21.000000000 +0200 4+++ lib/lwres/getnameinfo.c
5@@ -63,6 +63,10 @@ 5@@ -121,6 +121,10 @@
6 #include <lwres/netdb.h> 6 #include <lwres/netdb.h>
7 #include "print_p.h" 7 #include "print_p.h"
8  8
9+#ifdef __KAME__ 9+#ifdef __KAME__
10+#include <net/if.h> 10+#include <net/if.h>
11+#endif 11+#endif
12+ 12+
13 #include "assert_p.h" 13 #include "assert_p.h"
14  14
15 #define SUCCESS 0 15 #define SUCCESS 0
16@@ -211,13 +215,10 @@ 16@@ -271,13 +275,10 @@ lwres_getnameinfo(const struct sockaddr
17 ((const struct sockaddr_in6 *)sa)->sin6_scope_id) { 17 ((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
18 char *p = numaddr + strlen(numaddr); 18 char *p = numaddr + strlen(numaddr);
19 const char *stringscope = NULL; 19 const char *stringscope = NULL;
20-#if 0 20-#if 0
21+#ifdef __KAME__ 21+#ifdef __KAME__
22 if ((flags & NI_NUMERICSCOPE) == 0) { 22 if ((flags & NI_NUMERICSCOPE) == 0) {
23- /* 23- /*
24- * Vendors may want to add support for 24- * Vendors may want to add support for
25- * non-numeric scope identifier. 25- * non-numeric scope identifier.
26- */ 26- */
27- stringscope = foo; 27- stringscope = foo;
28+ stringscope = if_indextoname( 28+ stringscope = if_indextoname(
29+ ((const struct sockaddr_in6 *)sa)->sin6_scope_id); 29+ ((const struct sockaddr_in6 *)sa)->sin6_scope_id);

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/Attic/patch-af (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-af 2008/06/21 23:15:28 1.1.1.1
+++ pkgsrc/net/bind95/patches/Attic/patch-af 2010/05/26 15:56:39 1.2
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1$NetBSD: patch-af,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ 1$NetBSD: patch-af,v 1.2 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/bind/configure.in.orig 2005-10-14 10:38:46.000000000 +0900 3--- lib/bind/configure.in.orig 2009-01-19 23:47:01.000000000 +0000
4+++ lib/bind/configure.in 4+++ lib/bind/configure.in
5@@ -82,12 +82,7 @@ AC_SUBST(PERL) 5@@ -82,12 +82,7 @@ AC_SUBST(PERL)
6 # 6 #
7 case "$includedir" in 7 case "$includedir" in
8 '${prefix}/include') 8 '${prefix}/include')
9- includedir='${prefix}/bind/include' 9- includedir='${prefix}/bind/include'
10- ;; 10- ;;
11-esac 11-esac
12-case "$libdir" in 12-case "$libdir" in
13- '${prefix}/lib') 13- '${prefix}/lib')
14- libdir='${prefix}/bind/lib' 14- libdir='${prefix}/bind/lib'
15+ includedir='${prefix}/include/bind' 15+ includedir='${prefix}/include/bind'
16 ;; 16 ;;
17 esac 17 esac
18  18
19@@ -395,6 +390,10 @@ then 19@@ -327,6 +322,10 @@ then
20 CCOPT="$CCOPT -pthread" 20 CCOPT="$CCOPT -pthread"
21 STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE" 21 STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
22 ;; 22 ;;
23+ *-dragonfly*) 23+ *-dragonfly*)
24+ CC="$CC -pthread" 24+ CC="$CC -pthread"
25+ CCOPT="$CCOPT -pthread" 25+ CCOPT="$CCOPT -pthread"
26+ ;; 26+ ;;
27 *-openbsd*) 27 *-openbsd*)
28 CC="$CC -pthread" 28 CC="$CC -pthread"
29 CCOPT="$CCOPT -pthread" 29 CCOPT="$CCOPT -pthread"
30@@ -985,6 +984,7 @@ case "$host" in 30@@ -1019,6 +1018,7 @@ case "$host" in
31 *-bsdi[2345]*) have_minimum_ifreq=yes;; 31 *-bsdi[2345]*) have_minimum_ifreq=yes;;
32 *-darwin*) have_minimum_ifreq=yes;; 32 *-darwin*) have_minimum_ifreq=yes;;
33 *-freebsd*) have_minimum_ifreq=yes;; 33 *-freebsd*) have_minimum_ifreq=yes;;
34+ *-dragonfly*) have_minimum_ifreq=yes;; 34+ *-dragonfly*) have_minimum_ifreq=yes;;
35 *-lynxos*) have_minimum_ifreq=yes;; 35 *-lynxos*) have_minimum_ifreq=yes;;
36 *-netbsd*) have_minimum_ifreq=yes;; 36 *-netbsd*) have_minimum_ifreq=yes;;
37 *-next*) have_minimum_ifreq=yes;; 37 *-next*) have_minimum_ifreq=yes;;
38@@ -1024,6 +1024,7 @@ case "$host" in 38@@ -1058,6 +1058,7 @@ case "$host" in
39 *-darwin*) PORT_DIR="port/darwin";; 39 *-darwin*) PORT_DIR="port/darwin";;
40 *-osf*) PORT_DIR="port/decunix";; 40 *-osf*) PORT_DIR="port/decunix";;
41 *-freebsd*) PORT_DIR="port/freebsd";; 41 *-freebsd*) PORT_DIR="port/freebsd";;
42+ *-dragonfly*) PORT_DIR="port/freebsd";; 42+ *-dragonfly*) PORT_DIR="port/freebsd";;
43 *-hpux9*) PORT_DIR="port/hpux9";; 43 *-hpux9*) PORT_DIR="port/hpux9";;
44 *-hpux10*) PORT_DIR="port/hpux10";; 44 *-hpux10*) PORT_DIR="port/hpux10";;
45 *-hpux11*) PORT_DIR="port/hpux";; 45 *-hpux11*) PORT_DIR="port/hpux";;

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/Attic/patch-ag (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-ag 2008/06/21 23:15:28 1.1.1.1
+++ pkgsrc/net/bind95/patches/Attic/patch-ag 2010/05/26 15:56:39 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ag,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ 1$NetBSD: patch-ag,v 1.2 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/dns/rbt.c.orig 2004-03-08 21:06:27.000000000 +0000 3--- lib/dns/rbt.c.orig 2009-01-19 23:47:02.000000000 +0000
4+++ lib/dns/rbt.c 2005-03-16 13:45:23.000000000 +0000 4+++ lib/dns/rbt.c
5@@ -165,6 +165,10 @@ 5@@ -167,6 +167,10 @@ Name(dns_rbtnode_t *node) {
6 static void dns_rbt_printnodename(dns_rbtnode_t *node); 6 static void dns_rbt_printnodename(dns_rbtnode_t *node);
7 #endif 7 #endif
8  8
9+#if !defined(inline) && defined(__powerpc__) 9+#if !defined(inline) && defined(__powerpc__)
10+#define inline /**/ 10+#define inline /**/
11+#endif 11+#endif
12+ 12+
13 static inline dns_rbtnode_t * 13 static inline dns_rbtnode_t *
14 find_up(dns_rbtnode_t *node) { 14 find_up(dns_rbtnode_t *node) {
15 dns_rbtnode_t *root; 15 dns_rbtnode_t *root;

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/Attic/patch-al (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-al 2008/06/21 23:15:28 1.1.1.1
+++ pkgsrc/net/bind95/patches/Attic/patch-al 2010/05/26 15:56:39 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-al,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ 1$NetBSD: patch-al,v 1.2 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/bind/port_after.h.in.orig 2005-10-11 09:48:14.000000000 +0900 3--- lib/bind/port_after.h.in.orig 2008-02-28 05:46:12.000000000 +0000
4+++ lib/bind/port_after.h.in 4+++ lib/bind/port_after.h.in
5@@ -376,7 +376,7 @@ int setpassent(int stayopen); 5@@ -413,7 +413,7 @@ int setpassent(int stayopen);
6 #define gettimeofday isc__gettimeofday 6 #define gettimeofday isc__gettimeofday
7 #ifdef NEED_GETTIMEOFDAY 7 #ifdef NEED_GETTIMEOFDAY
8 int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp); 8 int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
9-#else 9-#else
10+#elif !defined(__NetBSD__) 10+#elif !defined(__NetBSD__)
11 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp); 11 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
12 #endif 12 #endif
13  13

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/bind95/patches/Attic/patch-ao (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-ao 2008/06/21 23:15:28 1.1.1.1
+++ pkgsrc/net/bind95/patches/Attic/patch-ao 2010/05/26 15:56:39 1.2
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1$NetBSD: patch-ao,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ 1$NetBSD: patch-ao,v 1.2 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/bind/irs/getaddrinfo.c.orig 2006-11-13 05:04:49.000000000 +0000 3--- lib/bind/irs/getaddrinfo.c.orig 2006-11-13 05:00:56.000000000 +0000
4+++ lib/bind/irs/getaddrinfo.c 4+++ lib/bind/irs/getaddrinfo.c
5@@ -332,7 +332,8 @@ getaddrinfo(hostname, servname, hints, r 5@@ -336,7 +336,8 @@ getaddrinfo(hostname, servname, hints, r
6 pai->ai_family = PF_UNSPEC; 6 pai->ai_family = PF_UNSPEC;
7 pai->ai_socktype = ANY; 7 pai->ai_socktype = ANY;
8 pai->ai_protocol = ANY; 8 pai->ai_protocol = ANY;
9-#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9) 9-#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9)
10+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__))) 10+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__)))
11+ 11+
12 /* 12 /*
13 * clear _ai_pad to preserve binary 13 * clear _ai_pad to preserve binary
14 * compatibility with previously compiled 64-bit 14 * compatibility with previously compiled 64-bit
15@@ -365,7 +366,7 @@ getaddrinfo(hostname, servname, hints, r 15@@ -369,7 +370,7 @@ getaddrinfo(hostname, servname, hints, r
16 } 16 }
17 memcpy(pai, hints, sizeof(*pai)); 17 memcpy(pai, hints, sizeof(*pai));
18  18
19-#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9) 19-#if defined(sun) && defined(_SOCKLEN_T) && defined(__sparcv9)
20+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__))) 20+#if (defined(sun) && defined(_SOCKLEN_T) && defined(__sparc9)) || (defined(__NetBSD__) && (((defined(__sparc__) || defined(__i386__)) && defined(_LP64)) || defined(__alpha__)))
21 /* 21 /*
22 * We need to clear _ai_pad to preserve binary 22 * We need to clear _ai_pad to preserve binary
23 * compatibility. See prior comment. 23 * compatibility. See prior comment.

cvs diff -r1.3 -r1.4 pkgsrc/net/bind95/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/net/bind95/patches/Attic/patch-ai 2009/11/30 11:58:30 1.3
+++ pkgsrc/net/bind95/patches/Attic/patch-ai 2010/05/26 15:56:39 1.4
@@ -1,106 +1,106 @@ @@ -1,106 +1,106 @@
1$NetBSD: patch-ai,v 1.3 2009/11/30 11:58:30 tron Exp $ 1$NetBSD: patch-ai,v 1.4 2010/05/26 15:56:39 taca Exp $
2 2
3--- lib/bind/configure.orig 2009-01-19 01:59:36.000000000 +0000 3--- lib/bind/configure.orig 2010-02-22 00:52:56.000000000 +0000
4+++ lib/bind/configure 2009-11-30 11:18:36.000000000 +0000 4+++ lib/bind/configure
5@@ -19651,12 +19651,7 @@ 5@@ -19435,12 +19435,7 @@ done
6 # 6 #
7 case "$includedir" in 7 case "$includedir" in
8 '${prefix}/include') 8 '${prefix}/include')
9- includedir='${prefix}/bind/include' 9- includedir='${prefix}/bind/include'
10- ;; 10- ;;
11-esac 11-esac
12-case "$libdir" in 12-case "$libdir" in
13- '${prefix}/lib') 13- '${prefix}/lib')
14- libdir='${prefix}/bind/lib' 14- libdir='${prefix}/bind/lib'
15+ includedir='${prefix}/include/bind' 15+ includedir='${prefix}/include/bind'
16 ;; 16 ;;
17 esac 17 esac
18  18
19@@ -22037,6 +22032,8 @@ 19@@ -21508,6 +21503,8 @@ case $host in
20 use_threads=false ;; 20 use_threads=false ;;
21 *-freebsd*) 21 *-freebsd*)
22 use_threads=false ;; 22 use_threads=false ;;
23+*-dragonfly*) 23+*-dragonfly*)
24+ use_threads=false ;; 24+ use_threads=false ;;
25 *-bsdi234*) 25 *-bsdi234*)
26 # Thread signals do not work reliably on some versions of BSD/OS. 26 # Thread signals do not work reliably on some versions of BSD/OS.
27 use_threads=false ;; 27 use_threads=false ;;
28@@ -22125,7 +22122,7 @@ 28@@ -21596,7 +21593,7 @@ echo "$as_me: WARNING: linking with PTL2
29 $as_echo "native" >&6; } 29 echo "${ECHO_T}native" >&6; }
30 LIBS="-lpthread $LIBS" 30 LIBS="-lpthread $LIBS"
31 else 31 else
32- if test ! -d $LOCALBASE/pthreads 32- if test ! -d $LOCALBASE/pthreads
33+ if test ! -d $LOCALBASE/pthreads-a ! -f /usr/include/pthread.h 33+ if test ! -d $LOCALBASE/pthreads -a ! -f /usr/include/pthread.h
34 then 34 then
35 { $as_echo "$as_me:$LINENO: result: none" >&5 35 { echo "$as_me:$LINENO: result: none" >&5
36 $as_echo "none" >&6; } 36 echo "${ECHO_T}none" >&6; }
37@@ -22136,14 +22133,23 @@ 37@@ -21607,14 +21604,23 @@ echo "$as_me: error: \"could not find th
38  38
39 if $use_threads 39 if $use_threads
40 then 40 then
41- { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 41- { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
42+ if test -f /usr/include/pthread.h 42+ if test -f /usr/include/pthread.h
43+ then 43+ then
44+ { $as_echo "$as_me:$LINENO: result: native pthreads" >&5 44+ { $as_echo "$as_me:$LINENO: result: native pthreads" >&5
45+$as_echo "native pthreads" >&6; } 45+$as_echo "native pthreads" >&6; }
46+ LIBS="-lpthread $LIBS" 46+ LIBS="-lpthread $LIBS"
47+ CPPFLAGS="$CPPFLAGS -I/usr/include" 47+ CPPFLAGS="$CPPFLAGS -I/usr/include"
48+ STD_CINDLUES="$STD_CINDLUES -I/usr/include" 48+ STD_CINDLUES="$STD_CINDLUES -I/usr/include"
49+ else 49+ else
50+ { $as_echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 50+ { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5
51 $as_echo "mit-pthreads/unproven-pthreads" >&6; } 51 echo "${ECHO_T}mit-pthreads/unproven-pthreads" >&6; }
52- pkg="$LOCALBASE/pthreads" 52- pkg="$LOCALBASE/pthreads"
53- lib1="-L$pkg/lib -Wl,-R$pkg/lib" 53- lib1="-L$pkg/lib -Wl,-R$pkg/lib"
54- lib2="-lpthread -lm -lgcc -lpthread" 54- lib2="-lpthread -lm -lgcc -lpthread"
55- LIBS="$lib1 $lib2 $LIBS" 55- LIBS="$lib1 $lib2 $LIBS"
56- CPPFLAGS="$CPPFLAGS -I$pkg/include" 56- CPPFLAGS="$CPPFLAGS -I$pkg/include"
57- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" 57- STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
58+ pkg="$LOCALBASE/pthreads" 58+ pkg="$LOCALBASE/pthreads"
59+ lib1="-L$pkg/lib -Wl,-R$pkg/lib" 59+ lib1="-L$pkg/lib -Wl,-R$pkg/lib"
60+ lib2="-lpthread -lm -lgcc -lpthread" 60+ lib2="-lpthread -lm -lgcc -lpthread"
61+ LIBS="$lib1 $lib2 $LIBS" 61+ LIBS="$lib1 $lib2 $LIBS"
62+ CPPFLAGS="$CPPFLAGS -I$pkg/include" 62+ CPPFLAGS="$CPPFLAGS -I$pkg/include"
63+ STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include" 63+ STD_CINCLUDES="$STD_CINCLUDES -I$pkg/include"
64+ fi 64+ fi
65 fi 65 fi
66 fi 66 fi
67 fi 67 fi
68@@ -22918,6 +22924,10 @@ 68@@ -22349,6 +22355,10 @@ then
69 CCOPT="$CCOPT -pthread" 69 CCOPT="$CCOPT -pthread"
70 STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE" 70 STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
71 ;; 71 ;;
72+ *-dragonfly*) 72+ *-dragonfly*)
73+ CC="$CC -pthread" 73+ CC="$CC -pthread"
74+ CCOPT="$CCOPT -pthread" 74+ CCOPT="$CCOPT -pthread"
75+ ;; 75+ ;;
76 *-openbsd*) 76 *-openbsd*)
77 CC="$CC -pthread" 77 CC="$CC -pthread"
78 CCOPT="$CCOPT -pthread" 78 CCOPT="$CCOPT -pthread"
79@@ -25391,9 +25401,9 @@ 79@@ -24725,9 +24735,9 @@ case $use_libtool in
80 O=lo 80 O=lo
81 A=la 81 A=la
82 LIBTOOL_MKDEP_SED='s;\.o;\.lo;' 82 LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
83- LIBTOOL_MODE_COMPILE='--mode=compile' 83- LIBTOOL_MODE_COMPILE='--mode=compile'
84+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC' 84+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
85 LIBTOOL_MODE_INSTALL='--mode=install' 85 LIBTOOL_MODE_INSTALL='--mode=install'
86- LIBTOOL_MODE_LINK='--mode=link' 86- LIBTOOL_MODE_LINK='--mode=link'
87+ LIBTOOL_MODE_LINK='--mode=link --tag=CC' 87+ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
88 ;; 88 ;;
89 *) 89 *)
90 O=o 90 O=o
91@@ -26169,6 +26179,7 @@ 91@@ -25481,6 +25491,7 @@ case "$host" in
92 *-bsdi2345*) have_minimum_ifreq=yes;; 92 *-bsdi2345*) have_minimum_ifreq=yes;;
93 *-darwin*) have_minimum_ifreq=yes;; 93 *-darwin*) have_minimum_ifreq=yes;;
94 *-freebsd*) have_minimum_ifreq=yes;; 94 *-freebsd*) have_minimum_ifreq=yes;;
95+ *-dragonfly*) have_minimum_ifreq=yes;; 95+ *-dragonfly*) have_minimum_ifreq=yes;;
96 *-lynxos*) have_minimum_ifreq=yes;; 96 *-lynxos*) have_minimum_ifreq=yes;;
97 *-netbsd*) have_minimum_ifreq=yes;; 97 *-netbsd*) have_minimum_ifreq=yes;;
98 *-next*) have_minimum_ifreq=yes;; 98 *-next*) have_minimum_ifreq=yes;;
99@@ -26208,6 +26219,7 @@ 99@@ -25520,6 +25531,7 @@ case "$host" in
100 *-darwin*) PORT_DIR="port/darwin";; 100 *-darwin*) PORT_DIR="port/darwin";;
101 *-osf*) PORT_DIR="port/decunix";; 101 *-osf*) PORT_DIR="port/decunix";;
102 *-freebsd*) PORT_DIR="port/freebsd";; 102 *-freebsd*) PORT_DIR="port/freebsd";;
103+ *-dragonfly*) PORT_DIR="port/freebsd";; 103+ *-dragonfly*) PORT_DIR="port/freebsd";;
104 *-hpux9*) PORT_DIR="port/hpux9";; 104 *-hpux9*) PORT_DIR="port/hpux9";;
105 *-hpux10*) PORT_DIR="port/hpux10";; 105 *-hpux10*) PORT_DIR="port/hpux10";;
106 *-hpux11*) PORT_DIR="port/hpux";; 106 *-hpux11*) PORT_DIR="port/hpux";;