- 68420e59f12cf9c9fc14db0c493426150dd9ed95
Fix some typos in messages/manpages. (Sascha Wildner)
- 890b6f4a25a31acb7bb5b8c16193dc5d404b0805
games: Fix real bugs on three games (found by gcc 5.0) (John Marino)
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
- Requires newer bundled spidermonkey, so remove option for using the ports provided one
- Mark broken on 8.x, fails to build due to libc++/libstdc++ issues
Thanks to mandree and to leper(0ad developer) for their suggestions.
checking for GTK+ - version >= 2.12.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GTK+ - version >= 3.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking Qt5 headers... not found
configure: error: Cannot build modpack installer with any gui
Reported by: pkg-fallout
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
This is a huge release with paradox system being completely reworked,
a new (no spoilers here) playable race, lots of shiny eyecandy,
many UI improvements and bugfixes.
Announcement:
http://te4.org/blogs/darkgod/2015/03/news/tales-majeyal-130-aka-dust-dust-released
PR: 198685
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
- 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
- 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)
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950