aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-6
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r--emulators/linux_base-6/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index a45b3b9c71c8..936968875018 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/Makefile
@@ -23,14 +23,8 @@ PATCHFILES= ${UPDATES}
MAINTAINER= ports@FreeBSD.org
COMMENT= The base set of packages needed in Linux mode
-
DEPRECATED= "obsolete and has a minor security bug: see http://www.redhat.com/support/errata/archives/RHSA-2000-117.html"
-.if (${ARCH} == "alpha")
-FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\
- <URL:http://www.cert.org/advisories/CA-2003-10.html>"
-.endif
-
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
CONFLICTS= linux_base-7* linux_base-8* linux_base-deb* linux_base-gen* \
@@ -48,6 +42,11 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
.include <bsd.port.pre.mk>
+.if (${ARCH} == "alpha")
+FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\
+ <URL:http://www.cert.org/advisories/CA-2003-10.html>"
+.endif
+
RPM_GLIBC= glibc-2.1.3-29.${ARCH}.rpm
UPDATES= ${RPM_GLIBC} \
zlib-1.1.3-25.6.${ARCH}.rpm \