It would have been easy just to set this to "USE_GCC=any" to fix it,
but the code had plenty of undefined returns when a type was expected.
Using clang exposed those problems. Hopefully I defined the missing
return values correctly.
INDEX_JOBS currently defaults to 2 for the make index target.
MAKE_JOBS_NUMBER in bsd.port.mk currently uses kern.smp.cpus to select
a default. Modify INDEX_JOBS to match.
Nominal and repeatable performance improvements of ~20-30% were observed.
CR: D381
Reviewed by: swills, bdrewery
Approved by: portmgr
configure: error: C compiler cannot create executables
See `config.log' for more details.
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
The maintainer (cowbert) hasn't been seen since 2009 and several PRs
timed out in the span of months. Reset freetds and it's slave port.
Moveover, it's ancient. All the MASTER_SITES are gone. I had to
switch this over to Fedora repo so that it had public distfiles again.
The actual PR fixes the build when libiodbc is selected.
There is a freetds-devel port that's much newer. I recommend that it
move these location and they disappear.
PR: 192224
Submitted by: Denys Razumov
Approved by: maintainer timeout (of course)
Luakit is declared to use lua51, but has a run dependency on luafilesystem
which depends on lua52. Switch to luafilesystem-51 to fix, and when in
doubt, revbump.
PR: 192738
Submitted by: maintainer (Serpent)
HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY
protocol. It is intended to be fully compatible with HTTP::Tiny so that it can
be used as a drop-in replacement for it.
WWW: http://search.cpan.org/dist/HTTP-Tiny-SPDY/
Net::SPDY distribution contains implementation of SPDY protocol. You probably
want to use Net::SPDY::Session to implement SPDY clients and servers.
WWW: http://search.cpan.org/dist/Net-SPDY/
9.3-RELEASE users may encounter build failure due to incorrect cast for
_mm_srli_epi64(__A, __B) in emmintrin.h of base gcc. This was fixed in r269948
(head) and MFC'd to stable/9 and stable/10 in r270099.
However, 9.3-RELEASE users do not benefit from the fix. In order to solve this
problem. We use clang or newer gcc from ports to build this port.
Reference: https://svnweb.freebsd.org/base?view=revision&revision=269948
PR: ports/192600 [1], ports/192637 [2]
Submitted by: mandree [1], Vladimir Chukharev <vladimir.chukharev@gmail.com> [2]
Thanks to: dim