From bfaab0c3862308b375db8466d8274f7158aace7e Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Thu, 23 Oct 2003 23:56:02 +0000 Subject: Amd64 does not seem to support scsi-chg, so disable it --- misc/amanda-server/Makefile | 4 ++++ misc/amanda25-server/Makefile | 4 ++++ misc/amanda26-server/Makefile | 4 ++++ misc/amanda32-server/Makefile | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'misc') diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index cf3a0f7acedd..757e5218cbd3 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE} .if ${OSVERSION} < 400000 PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 +.if ${MACHINE_ARCH} == "amd64" +PLIST_SUB+= SCSICHG='@comment ' +.else PLIST_SUB+= SCSICHG='' +.endif .else PLIST_SUB+= SCSICHG='@comment ' .endif diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index cf3a0f7acedd..757e5218cbd3 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE} .if ${OSVERSION} < 400000 PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 +.if ${MACHINE_ARCH} == "amd64" +PLIST_SUB+= SCSICHG='@comment ' +.else PLIST_SUB+= SCSICHG='' +.endif .else PLIST_SUB+= SCSICHG='@comment ' .endif diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index cf3a0f7acedd..757e5218cbd3 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE} .if ${OSVERSION} < 400000 PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 +.if ${MACHINE_ARCH} == "amd64" +PLIST_SUB+= SCSICHG='@comment ' +.else PLIST_SUB+= SCSICHG='' +.endif .else PLIST_SUB+= SCSICHG='@comment ' .endif diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index cf3a0f7acedd..757e5218cbd3 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -134,7 +134,11 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE} .if ${OSVERSION} < 400000 PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 +.if ${MACHINE_ARCH} == "amd64" +PLIST_SUB+= SCSICHG='@comment ' +.else PLIST_SUB+= SCSICHG='' +.endif .else PLIST_SUB+= SCSICHG='@comment ' .endif -- cgit v1.2.3