This port is doing some king of crazy delete/copy thing with gconfig.h
and there's a race where it gets used before it's copied. Mark this
port unsafe until further notice; it has failed on me a couple of times.
tailored log:
rm -f ./obj/../soobj/gconfig.h
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
rm -f ./obj/../soobj/gconfig.h
cp ./src/gconf.c ./obj/../soobj/gconfig.cOA
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
[snip]
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
In file included from ./obj/../soobj/iconfig.c:43:0:
./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file
or directory
compilation terminated.
While the feature has a great value, it is right now breaking the build of
lang/gcc. Given the importance of lang/gcc it is better to revert now and
reapply the patch once it has been fixed and passes an exp-run on all supported
version
With hat: portmgr
Reported by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Update to 5.7p4. No user-visible changes.
In particular, the new HTTPS contraint feature is *not* enabled, because
* LibreSSL fails with the certificiate bundle from ca_root_nss
* USE_OPENSSL does not handle LibreSSL yet
- Remove perl5 dependency (see PR for details).
- Strip as part of the install rather than post-install due to permission
problems.
- Mark as -jn safe
PR: 199363
Submitted by: Ben Woods (maintainer)
There were two updates submitted as Github pull requests:
- one for 41.0.2272.118
- one for 42.0.2311.90, based on the first update.
Submitted by: Timothy Vaccarelli <tmvfroid@gmail.com> (41.0.2272.118)
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (42.0.2311.90)
MFH: 2015Q2
Security: http://vuxml.freebsd.org/freebsd/b57f690e-ecc9-11e4-876c-00262d5ed8ee.html
editors/emacs:
- Update to 24.5
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Remove upstreamed diff
editors/emacs-devel:
- Update to git snapshot def0df01
- Remove git revision from PORTVERSION, rather encode it in
DISTNAME
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Fix portlint warnings
Mk/bsd.emacs.mk:
- Update version number for editors/emacs
- Remove deprecated block for emacs23
PR: 199553
Upstream gcc 4.8 doesn't have support for this - it'll create threads,
but it won't do any of the thread affinity stuff for FreeBSD.
This allows for OMP_PROC_BIND=true to bind threads to their initial
CPUs, leading to some pretty drastic improvements in performance
for certain NUMA workloads.
Approved by: gerald
Sponsored by: Norse Corp, Inc.
Upstream gcc 4.8 doesn't have support for this - it'll create threads,
but it won't do any of the thread affinity stuff for FreeBSD.
This allows for OMP_PROC_BIND=true to bind threads to their initial
CPUs, leading to some pretty drastic improvements in performance
for certain NUMA workloads.
Approved by: gerald
PLEASE NOTE: there is an important change here:
- Removed support for user/group switching, because it never worked
correctly, which means that this security feature has become an attack
vector itself. If you depend on this functionality, you can now use the
(www/p5-Mojolicious-Plugin-SetUserGroup) instead.
Changes: https://metacpan.org/changes/release/SRI/Mojolicious-6.10
Also, while here, re-order two lines because it looks better this way and
it was killing my OCD before.