diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-28 06:49:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-28 06:49:58 +0800 |
commit | e043a3b198f547f4336a68ed38c7c875efa60ecd (patch) | |
tree | 2980ba5f548c4875a8c28e2bb4ab172278b9c571 /emulators | |
parent | b1a735072c08daf428640315173d48c021a15dc7 (diff) | |
download | freebsd-ports-gnome-e043a3b198f547f4336a68ed38c7c875efa60ecd.tar.gz freebsd-ports-gnome-e043a3b198f547f4336a68ed38c7c875efa60ecd.tar.zst freebsd-ports-gnome-e043a3b198f547f4336a68ed38c7c875efa60ecd.zip |
Fix issue in last commit.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 11 |
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 \ |