mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Bump the file size limit to 300MB now that openoffice distfiles exceed
256MB. Clarify a comment.
This commit is contained in:
parent
4e0a14315c
commit
dc26cbf0be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150854
@ -194,8 +194,8 @@ unset PORTSDIR
|
||||
# wait 1 hour before killing build with no output
|
||||
export TIMEOUT=7200
|
||||
|
||||
# to prevent runaway processes -- 256 meg file size limit, one hour CPU limit
|
||||
ulimit -f 524288
|
||||
# to prevent runaway processes -- 300 meg file size limit, one hour CPU limit
|
||||
ulimit -f 614400
|
||||
ulimit -t 3600
|
||||
|
||||
# directories to clean
|
||||
@ -267,9 +267,9 @@ echo "in directory ${chroot}" | tee -a ${chroot}/tmp/${pkgname}.log
|
||||
mkdir -p ${chroot}/a/ports
|
||||
rm -rf ${chroot}/usr/ports
|
||||
|
||||
# Don't build in a world-writable directory because some ports hardcode
|
||||
# this path and try to load things from it at runtime, which is bad for
|
||||
# user security
|
||||
# Don't build in a world-writable standard directory because some ports
|
||||
# hardcode this path and try to load things from it at runtime, which is
|
||||
# bad for user security
|
||||
rm -rf ${chroot}/${WRKDIRPREFIX}
|
||||
mkdir -p ${chroot}/${WRKDIRPREFIX}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user