diff options
author | obrien <obrien@FreeBSD.org> | 2004-02-26 05:21:04 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-02-26 05:21:04 +0800 |
commit | 861c4b79cd9106dde0e5bac43e02938210ec3d7c (patch) | |
tree | fbffb23dc272d36fa64379580a89a4e1db83870c /security/freebsd-update | |
parent | b608646af99b4ac63aee42e8f2d33175c16b2e6a (diff) | |
download | freebsd-ports-gnome-861c4b79cd9106dde0e5bac43e02938210ec3d7c.tar.gz freebsd-ports-gnome-861c4b79cd9106dde0e5bac43e02938210ec3d7c.tar.zst freebsd-ports-gnome-861c4b79cd9106dde0e5bac43e02938210ec3d7c.zip |
Revert rev 1.8.
Requested by: Colin Percival <colin.percival@wadham.ox.ac.uk>
Diffstat (limited to 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 4365f5124f41..5d7404915c03 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -17,6 +17,11 @@ COMMENT= Fetches and installs binary updates to FreeBSD # Under no circumstances should this port ever be modified without approval # from the maintainer or security-officer, even for "cosmetic" fixes. +# The RSA code has only been tested on i386; I don't *think* there are +# any word-size or endian issues, but I'm not sure. Since nobody is +# building updates for non-i386 platforms anyway, this won't hurt anyone. +ONLY_FOR_ARCHS= i386 + RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff MAN5= freebsd-update.conf.5 |