A new argument has been added to USES=ada, "5", which will select the
gcc5-aux compiler (gcc 5) instead of the gcc-aux compiler (gcc 4.9).
Additionally, it will check if ADA_DEFAULT is defined and equal to "5".
If that is the case, gcc5-aux will be used by default, even if no
arguments are defined. The use case is to define it in make.conf so that
all Ada ports are built with same compiler. This capability will be used
to confirm all Ada ports build correctly with gcc5-aux before the default
compiler is switched.
The code to create a hardlink of gcc5-aux/bin/ada to gcc5-aux/bin/gcc
did not work. It appears that the "-" in front of the "if" condition
isn't working in this context. However, it's really not needed at all,
so just remove it so the hardlink gets created.
All Ada ports use gcc5-aux/bin/ada, so it was a critical problem.
Sometimes, when Clutter backend is used. Parole displays a purple/pink overlay
on the video (depends of your video card).
PR: 198617
Requested by: Ivan <enitarzi@gmail.com>
This port also fails in poudriere (but not outside it) in DragonFly,
so just make all platforms build all 3 stages until a new bootstrap
compiler is available on both FreeBSD and DragonFly.
Since there is only one squid version left, always depend on www/squid34 [1]
Differential Revision: https://reviews.freebsd.org/D2067
Submitted by: myself, madpilot [1]
Approved by: maintainer (madpilot)
- Remove some of our patches that were integrated or reworked upstream (bugs
603, 607, and 617; revisions r1130, r1135)
- Now, system compiler is upheld by setting CC_ENVIRONMENT variable
- Try to unbreak parallel builds by pre-generating .dep files in `pre-build'
- Take maintainership back after giving it to games@ team didn't work out
Add several options for protocols such as rsync, git, wget, Hg, etc,
where the first three options are on by default.
PR: 194529
Suggested by: Michael Gruenewald
Final patch: maintainer (Joris Giovannangeli)
- Convert to option helpers
- Drop unused libGLU dependency (except for games/cube)
- Track direct dependency on libX11 (for XFetchBytes)
- Drop redundant MKDIR before COPYTREE_* macros [1]
- Wrap cd related commands with parentheses [1]
- Wrap lines exceeding 80 characters
- Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube)
and catch regressions early [1]
- games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer
- games/assaultcube: drop unused gettext-tools dependency [1]
- games/assaultcube: convert to PLIST_DIRS [1]
- games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp
file to fix "invalid source encoding" warning [1]
- games/{cube,bloodfrontier}: MASTER or SERVER don't need libX11
- games/redeclipse: tell how large the package is in IGNORE message
- games/redeclipse: use PORTDATA to hold list of dirs for COPYTREE_SHARE
Differential Revision: https://reviews.freebsd.org/D1831
PR: 197582 [1]
PR: 197583 [2]
Submitted by: lightside@gmx.com [1]
Requested by: lightside@gmx.com [1]
Reviewed by: amdmi3, lightside@gmx.com (maintainers)
Approved by: maintainer timeout (1 month) [2]
Approved by: bapt (mentor)
2.3.1.1
bugfix for iopause on systems with 32 bit time_t
2.3.1.0
wait_status() now returns 256 + signal number when WIFSIGNALED().
new macro wait_estatus() to get WIFSIGNALED information in an exit code.
new functions in djbunix.h: hiercopy(), hiercopy_tmp()
2.3.0.1
wait_status() now returns 256 (instead of 126) when WIFSIGNALED().
PR: 198057
Submitted by: Colin Booth <colin@heliocat.net> (maintainer)