HomeFreeBSD

www/qt5-webengine: Remove unnecessary ulimit calls

Description

www/qt5-webengine: Remove unnecessary ulimit calls

Before linking, which is far at the end of the long building process,
the ulimit is tried to be set to 4096. If this fails, it will cause
the whole linking process to abort and thus lead to a failed build,
which is the case when qt5-webengine is build with a non-root user in
a Poudriere jail.

The problem could be probably solved by substituting "&&" with ";"
in the affected lines, but in the course of bug 270041 it has become
apparent that an ulimit of 1024, which is poudriere's default,
is sufficient. [1]

This could also be successfully verified with qt5-webengine builds (with
either ALSA/PULSEAUDIO/SNDIO enabled and DEBUG set/unset) in non-root
poudriere jail hence remove the ulimit calls to fix the problem.

PR: 270041
Reported by: Tomoaki AOKI, John Hein [1]
MFH: 2023Q3
With hat: kde

Details

Provenance
rfyu28uyeg_snkmail.comAuthored on Aug 17 2023, 10:21 AM
kaiCommitted on Aug 17 2023, 10:30 AM
Parents
R11:1112b524b466: net-mgmt/netbox: Update to 3.5.8
Branches
Unknown
Tags
Unknown