diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 07:05:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 07:05:11 +0000 |
commit | 304c880acad903dc04fc79238da21f40a5cb232e (patch) | |
tree | d360c6d9a0b86c080d9275159b469aed7f5b35ff /misc | |
parent | 08e6b102449ceb7784fcde378542907a4c235270 (diff) | |
download | ports-304c880acad903dc04fc79238da21f40a5cb232e.tar.gz ports-304c880acad903dc04fc79238da21f40a5cb232e.zip |
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
Notes
Notes:
svn path=/head/; revision=154562
Diffstat (limited to 'misc')
-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, 0 insertions, 16 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 2332ee08c17c..113f47884bf3 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -28,10 +28,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.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 - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 2332ee08c17c..113f47884bf3 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -28,10 +28,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.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 - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 2332ee08c17c..113f47884bf3 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -28,10 +28,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.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 - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 2332ee08c17c..113f47884bf3 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -28,10 +28,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.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 - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator |