- Mark ONLY_FOR_ARCHS=i386
PR: 59084 Submitted by: maintainer
This commit is contained in:
parent
8abc7ca47a
commit
31d540598a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93561
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@ MASTER_SITES= http://www.daemonology.net/freebsd-update/
|
|||
MAINTAINER= cperciva@daemonology.net
|
||||
COMMENT= Fetches and installs binary updates to FreeBSD
|
||||
|
||||
# This is a critical security port. If it breaks, Bad Things will happen.
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue