diff options
author | obrien <obrien@FreeBSD.org> | 2004-02-26 01:57:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-02-26 01:57:22 +0800 |
commit | 4ebe96259c0fe2d5a0674297427927f0f57b0ed2 (patch) | |
tree | ed1dbd5d5d34d3f06b1a97472fbb67149ff92a92 /security | |
parent | d286679c7b398a2dea2d952df770d5706a6abf9e (diff) | |
download | freebsd-ports-graphics-4ebe96259c0fe2d5a0674297427927f0f57b0ed2.tar.gz freebsd-ports-graphics-4ebe96259c0fe2d5a0674297427927f0f57b0ed2.tar.zst freebsd-ports-graphics-4ebe96259c0fe2d5a0674297427927f0f57b0ed2.zip |
Remove for-i386-only. This builds fine on other platforms and appears it
would work just fine if someone were offering security update bits.
Seconded: marcel
Diffstat (limited to 'security')
-rw-r--r-- | security/freebsd-update/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 5d7404915c0..4365f5124f4 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -17,11 +17,6 @@ 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 |