summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.1/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-04-09 02:05:12 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-04-09 02:05:12 +0000
commit007fd60dd710c4922610117ac9b3c001b1d57458 (patch)
tree1b36286370066f37d37763aa6c429884f45fe1bd /emulators/linux_base-suse-9.1/Makefile
parentFix the accelerator keys (i.e. Ctl+Q, Ctl+I, etc.). This bug has been (diff)
For the Alpha, update glibc and un-forbid (untested).
PR: 50313 Submitted by: Miguel Mendez
Notes
Notes: svn path=/head/; revision=78642
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r--emulators/linux_base-suse-9.1/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 4d27b2a58947..5d358c832c78 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/Makefile
@@ -43,10 +43,6 @@ PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}
PATCHFILES= ${UPDATES}
MAINTAINER= ports@FreeBSD.org
-.if (${MACHINE_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
COMMENT= The base set of packages needed in Linux mode
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
@@ -64,8 +60,13 @@ MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
+.if (${MACHINE_ARCH} == "alpha")
+UPD_SET1= glibc-common-2.2.4-32.1.${MACHINE_ARCH}.rpm \
+ glibc-2.2.4-32.1.${MACHINE_ARCH}.rpm
+.else
UPD_SET1= glibc-common-2.2.4-32.${MACHINE_ARCH}.rpm \
glibc-2.2.4-32.${MACHINE_ARCH}.rpm
+.endif
UPD_SET2= zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm
UPDATES= ${UPD_SET1} ${UPD_SET2}