2017-08-25 18:34:45 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Bump PKGREVISION following bump of gcc5, per the comments here.
|
2017-07-09 07:30:41 by Maya Rashish | Files touched by this commit (8) | |
Log message:
gcc{48,49,5,7}: on netbsd only, bump libstdc++ major to 7.
bump pkgrevision.
while here, synchronize libssp comment to a clearer one.
bump gcc*-lib revision to be one higher.
|
2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21) |
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
|
2017-05-28 03:36:43 by Maya Rashish | Files touched by this commit (1) | |
Log message:
gcc5-libs: bump pkgrevision above gcc5
|
2016-09-06 07:08:48 by Maya Rashish | Files touched by this commit (4) |
Log message:
gcc5: netbsd-only: unconditionally disable libssp, use a saner specfile.
because we unconditionally disable libssp, we don't need the workaround
for ssp.h not found, so we can remove that part of that makefile.
bump gcc5 PKGREVISION
bump gcc5-libs PKGREVISION further than gcc5.
|
2016-07-05 20:55:08 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Update gcc5 to 5.4.0 and gcc5-libs to 5.4.0nb1
Changelog:
* Many bugs are fixed
|
2016-02-06 23:19:55 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Do not generate fixed include files under NetBSD. Bump PKGREVISION
Fix graphics/cairo build failure (ssp.h not found error) as outer compiler.
|
2015-12-11 13:31:04 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update gcc5 to 5.3.0 and gcc-libs to 5.3.0nb1
Changelog:
Target Specific Changes
IA-32/x86-64
GCC now supports the Intel CPU named Skylake with AVX-512 extensions
through -march=skylake-avx512. The switch enables the following ISA
extensions: AVX-512F, AVX512VL, AVX-512CD, AVX-512BW, AVX-512DQ.
|
2015-11-25 13:51:17 by Jonathan Perkin | Files touched by this commit (22) |
Log message:
Remove mk/find-prefix.mk usage from the lang category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2015-10-14 22:17:39 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix stall during build under NetBSD/i386. Bump PKGREVISION.
|