This "game" was never completed, it was never playable, and now it looks
like it's not even being developed "slowly". The respository and dev wiki
don't resolve (dyndns.org). In my opinion, it never had the quality to
enter ports. Since it's explicitly unmaintained, I'm setting it to be
removed on 10 April 2015.
- 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
and claim strategic buildings with your infantry! Issue orders and
fight for freedom!
Use roads to move the front forward with your armed forces . Break
through the enemy lines and take control of your opponent's bunker
to win the battle.
WWW: https://github.com/w84death/Tanks-of-Freedom/
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
create separate port for game data.
games/trigger-rally:
- Pass required bits via arguments instead of patching configure script
- Clean up Makefile
- Stop using plist in favour one line PLIST_FILES
games/trigger-data:
- Mark port as architecture neutral
Strip ending / (slash) when copying hicolor directory to avoid
installing icons under a theme with empty name. This should unbreak
expanding Icon in .desktop file by gtk_icon_theme_lookup_icon().
While here, add missing / to WWW per Porter's Handbook.
Note, the historic behavior of |cp -R foo/ bar| == |cp -R foo/. bar|
was disabled by NetBSD and OpenBSD years ago to match POSIX. Other
cp(1) implementations don't seem to be affected.
crash for cube_client when built with clang 3.6 + -O1 or higher [1]
- Properly track libenet dependency [2]
PR: 197604 [1]
PR: 197605 [2]
Submitted by: dim [1]
PR: 197436
Submitted by: tkato432@yahoo.com
ChangeLog:
[Nov 28, 2014] V8.0.2:
Many bugs fixed for the new Counter including highlighting.
[Nov 18, 2014] V8.0.1: Not released
Medieval Counter added. Click left of X to add or right of X to
subtract. Middle of line is a counts as 5 (for base 10).
- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS
Differential Revision: https://reviews.freebsd.org/D1851
Approved by: bapt (mentor)
- Enable sound via alsa-lib
Differential Revision: https://reviews.freebsd.org/D1670
Reviewed by: amdmi3
Approved by: amdmi3 (maintainer)
Approved by: bapt (mentor)
ChangeLog:
* Point to new leaderboard server
* Make name resolve non-fatal
* Debian patch for gcc-4.4 integrated
With the blessing of the former maintainer, the submitter of the PR
takes over the maintainership of Wesnoth.
PR: 196721
Submitted by: Torsten Zuehlsdorff
PR: 195014
Submitted by: lightside (gmx.com)
Diaspora: Shattered Armistice is a single and multiplayer space fighter
combat game set in the reimagined Battlestar Galactica universe. It is
based on FreeSpace 2 Open Source Code Project engine.
PR: 195769
Differential Revision: https://reviews.freebsd.org/D1601
Requested by: XENOHEAVEN on forums.pcbsd.org
Reviewed by: games (amdmi3)
Approved by: flo (mentor)
Katawa Shoujo is a bishoujo-style visual novel set in the fictional
Yamaku High School for disabled children, located somewhere in modern
Japan. Hisao Nakai, a normal boy living a normal life, has his life
turned upside down when a congenital heart defect forces him to move
to a new school after a long hospitalization. Despite his
difficulties, Hisao is able to find friends - and perhaps love, if he
plays his cards right. There are five main paths corresponding to the
5 main female characters, each path following the storyline pertaining
to that character.
WWW: http://www.katawa-shoujo.com/
offered game demos have been become unavailable. Mark the provided ports
linux-candycruncher-demo
linux-coldwar-demo
linux-gorky17-demo
linux-hdb-demo
linux-majesty-demo
linux-ningpo-demo
as BROKEN.
PR: 196953 196954 196955 196956 196957
Reported by: amdmi3
The vdrift game was removed 2 SEP 2014 as it hadn't built for months,
and was several versions behind. There's no use for the data of an
ancient game that is not in ports, so remove it.
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
2014-12-27 games/secretmaryochronicles-music: Depends on expiring games/secretmaryochronicles
2014-12-27 science/mpb: Broken for more than 6 months
2014-12-27 x11-fm/pbi-thumbnailer: Broken for more than 6 months
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
- Patch oolite to build with this new version
A portrevision bump will follow soon
Differential Revision: https://reviews.freebsd.org/D1360
Submitted by: bapt
Exp-run: self