From 99df47c71cdb82c50ce9ecd8989cfdade7dfbded Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 24 Sep 2004 06:06:24 +0000 Subject: [PATCH] 1726. [port] aix5: add support for aix5. --- CHANGES | 2 ++ bin/tests/system/ifconfig.sh | 6 +++--- lib/bind/configure | 3 ++- lib/bind/configure.in | 3 ++- lib/bind/port/aix5/include/Makefile.in | 2 +- lib/bind/port/aix5/include/sys/cdefs.h | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index a45e883590..a02e73ba6c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1726. [port] aix5: add support for aix5. + 1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493] 1722. [bug] Don't commit the journal on malformed ixfr streams. diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index d87d323286..f15c7f15db 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.35.2.10 2004/09/09 01:31:25 marka Exp $ +# $Id: ifconfig.sh,v 1.35.2.11 2004/09/24 06:04:47 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -79,7 +79,7 @@ case "$1" in *-*-sysv5uw[7-8]*) ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff ;; - *-ibm-aix4.*) + *-ibm-aix4.*|*-ibm-aix5.*) ifconfig lo0 alias 10.53.0.$ns ;; hpux) @@ -139,7 +139,7 @@ case "$1" in *-*-sysv5uw[7-8]*) ifconfig lo0 -alias 10.53.0.$ns ;; - *-ibm-aix4.*) + *-ibm-aix4.*|*-ibm-aix5.*) ifconfig lo0 delete 10.53.0.$ns ;; hpux) diff --git a/lib/bind/configure b/lib/bind/configure index 30aa75201f..168bcdcdbd 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.83.2.8 . +# From configure.in Revision: 1.83.2.9 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -22932,6 +22932,7 @@ USE_FIONBIO_IOCTL="#undef USE_FIONBIO_IOCTL" case "$host" in *aix3.2*) PORT_DIR="port/aix32";; *aix4*) PORT_DIR="port/aix4";; + *aix5*) PORT_DIR="port/aix5";; *aux3*) PORT_DIR="port/aux3";; *-bsdi2*) PORT_DIR="port/bsdos2";; *-bsdi*) PORT_DIR="port/bsdos";; diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 7c1e476874..833f022a1c 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.83.2.8 $) +AC_REVISION($Revision: 1.83.2.9 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -1075,6 +1075,7 @@ USE_FIONBIO_IOCTL="#undef USE_FIONBIO_IOCTL" case "$host" in *aix3.2*) PORT_DIR="port/aix32";; *aix4*) PORT_DIR="port/aix4";; + *aix5*) PORT_DIR="port/aix5";; *aux3*) PORT_DIR="port/aux3";; *-bsdi2*) PORT_DIR="port/bsdos2";; *-bsdi*) PORT_DIR="port/bsdos";; diff --git a/lib/bind/port/aix5/include/Makefile.in b/lib/bind/port/aix5/include/Makefile.in index 82034bbd84..4b9695d73c 100644 --- a/lib/bind/port/aix5/include/Makefile.in +++ b/lib/bind/port/aix5/include/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1 2004/09/24 04:32:32 marka Exp $ +# $Id: Makefile.in,v 1.1.6.1 2004/09/24 06:04:49 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/port/aix5/include/sys/cdefs.h b/lib/bind/port/aix5/include/sys/cdefs.h index ce5527a1f4..601a1c1f6a 100644 --- a/lib/bind/port/aix5/include/sys/cdefs.h +++ b/lib/bind/port/aix5/include/sys/cdefs.h @@ -55,7 +55,7 @@ /* * @(#)cdefs.h 8.1 (Berkeley) 6/2/93 - * $Id: cdefs.h,v 1.1 2004/09/24 04:32:33 marka Exp $ + * $Id: cdefs.h,v 1.1.6.1 2004/09/24 06:04:49 marka Exp $ */ #ifndef _CDEFS_H_