diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 18:11:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 18:11:10 +0800 |
commit | bd81e08330d827b6ce9b4d2f8e36f5872cd998e6 (patch) | |
tree | 364981fcc7b3c252c0833bc098803d5af90772b3 | |
parent | 1fa8c6c5eaeafd7e35088c9b0adf9b9a78ffa47f (diff) | |
download | freebsd-ports-gnome-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.tar.gz freebsd-ports-gnome-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.tar.zst freebsd-ports-gnome-bd81e08330d827b6ce9b4d2f8e36f5872cd998e6.zip |
BROKEN on !i386 and !amd64: broken pkg-plist
-rw-r--r-- | misc/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 582777abad0b..13fb6a415094 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Broken pkg-plist on !i386 and !amd64" +.endif + .if exists(/usr/include/sys/scsiio.h) .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 582777abad0b..13fb6a415094 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Broken pkg-plist on !i386 and !amd64" +.endif + .if exists(/usr/include/sys/scsiio.h) .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 582777abad0b..13fb6a415094 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Broken pkg-plist on !i386 and !amd64" +.endif + .if exists(/usr/include/sys/scsiio.h) .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 582777abad0b..13fb6a415094 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Broken pkg-plist on !i386 and !amd64" +.endif + .if exists(/usr/include/sys/scsiio.h) .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif |