diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-26 17:47:59 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-26 17:47:59 +0800 |
commit | b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60 (patch) | |
tree | 29bb0211ad8ca7da323cf9740106b6b5f98fa1bd /emulators | |
parent | a5e089c18f19e183e9d13337c6bc7dc24d768f7e (diff) | |
download | freebsd-ports-gnome-b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60.tar.gz freebsd-ports-gnome-b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60.tar.zst freebsd-ports-gnome-b6fe4f10bb5d3889dfc27b33fab8ddc562f43b60.zip |
Forbid because of XDR security bug.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 475d1ea4b0bf..0e61cab082b7 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -20,6 +20,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index e6abd2b2a4a3..c5184bf645f4 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -46,6 +46,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "security bug--see <URL:http://rhn.redhat.com/errata/RHSA-2002-166.html>" + BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm ONLY_FOR_ARCHS= alpha i386 |