1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Fix issue in last commit.

This commit is contained in:
David E. O'Brien 2004-12-27 22:49:58 +00:00
parent e417860b34
commit 6364fed703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125293

View File

@ -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 \