From 2bc6cf7c7eb9358934bc5865960a896732060938 Mon Sep 17 00:00:00 2001 From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 7 Feb 2004 03:02:57 +0000 Subject: BROKEN on 5.x: broken pkg-plist --- lang/g95/Makefile | 4 ++++ lang/gfortran/Makefile | 4 ++++ misc/amanda-server/Makefile | 4 ++++ misc/amanda25-server/Makefile | 4 ++++ misc/amanda26-server/Makefile | 4 ++++ misc/amanda32-server/Makefile | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/lang/g95/Makefile b/lang/g95/Makefile index 1b9ebd733834..3274ce9b096a 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -32,6 +32,10 @@ SNAPDATE= 20040130 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} SRCDIR= ${WRKDIR}/gcc diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 1b9ebd733834..3274ce9b096a 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -32,6 +32,10 @@ SNAPDATE= 20040130 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} SRCDIR= ${WRKDIR}/gcc diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index bacdec9a87f0..9722db851388 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.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 bacdec9a87f0..9722db851388 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.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 bacdec9a87f0..9722db851388 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.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 bacdec9a87f0..9722db851388 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -29,6 +29,10 @@ PATCH_STRIP= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.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 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0