aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-27 22:49:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-27 22:49:58 +0000
commit6364fed7033d2ffcebe2aa690fa0746766293ee8 (patch)
tree6e30bf185697685c5158232d19d0677545e7a75f
parente417860b34e1ff8b359a877633dbe279f0ab2c79 (diff)
downloadports-6364fed7033d2ffcebe2aa690fa0746766293ee8.tar.gz
ports-6364fed7033d2ffcebe2aa690fa0746766293ee8.zip
Notes
-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 \