Cannon Fodder is an action-strategy shoot 'em up game developed by
Sensible Software and published by Virgin Interactive. Open Fodder is
a modern open source engine for it.
The game is military-themed and based on shooting action but with a
strategy game-style control system. The player directs troops through
numerous missions, battling enemy infantry, vehicles and
installations.
http://openfodder.com/
Use C11 compiler:
In file included from ../include/isaac64.h:4,
from isaac64.c:17:
../include/integer.h:88: error: conflicting types for 'int64_t'
/usr/include/sys/_stdint.h:51: error: previous declaration of 'int64_t' was here
../include/integer.h:89: error: conflicting types for 'uint64_t'
/usr/include/sys/_stdint.h:71: error: previous declaration of 'uint64_t' was here
Approved by: mentors (implicit approval)
- Removed TEST option since it fails to build. Disable tests
unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
on startup due to library changes
* Enable the DUMPLOG configuration option
* Configure an appropriate pattern for the dump log file name.
Note, to actually enable dump logs you will need to edit sysconf and
uncomment the DUMPLOGFILE name variable.
* Update to 3.6.2
* Remove MARK_JOBS_UNSAFE, I have no problems building this on a MP machine
without this.
* Preserve the sysconf, logfile, record, and xlogfile files across updates
by copying them to *.sample and marking them with @sample in the
packing list. This preserves user configuration changes (sysconf) and
high score records (logfile, record, xlogfile).
- Undeprecate. Although the project is dead for a long time, other distributions
still provide packages
- Point WWW at Internet Archive page
- Take maintainership
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
September 05, 2019.
Today KDE released the first stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than twenty recorded bugfixes include improvements to Kontact, Dolphin,
Kdenlive, Konsole, Step, among others.
Improvements include:
* Several regressions in Konsole's tab handling have been fixed
* Dolphin again starts correctly when in split-view mode
* Deleting a soft body in the Step physics simulator no longer causes a crash
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months
2019-09-04 math/fityk: Broken for more than 6 months
2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months
2019-09-04 math/octave-forge-fits: Broken for more than 6 months
2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months
2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months
2019-09-04 math/octave-forge-parallel: Broken for more than 6 months
2019-09-04 math/octave-forge-strings: Broken for more than 6 months
2019-09-04 math/octave-forge-tisean: Broken for more than 6 months
2019-09-04 math/octave-forge-video: Broken for more than 6 months
2019-09-04 math/py-yt: Depends on expiring graphics/embree
2019-09-04 misc/gnustep-examples: Broken for more than 6 months
2019-09-04 net/turses: Depends on expiring net/py-tweepy
2019-09-04 security/clamcour: Broken for more than 6 months
2019-09-04 security/honeybadger: Broken for more than 6 months
2019-09-04 sysutils/freefilesync: Broken for more than 6 months
2019-09-04 sysutils/log-courier: Broken for more than 6 months
2019-09-04 textproc/py-orange3-text: Broken for more than 6 months
2019-09-05 www/feedjack: Upstream gone
2019-09-04 www/havp: Broken for more than 6 months
2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-wm/golem: Broken for more than 6 months
2019-09-04 x11-wm/pawm: Broken for more than 6 months
- Fix portlint warnings.
- Add a .desktop file.
- Change startup script so it runs the 64-bit version on amd64.
PR: 239783
Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
only port it's not known what that means. A timestamp in the selfextractor
script is now a couple of hours after the previous one so it may simply
be a release+facepalm+fix+rerelease. At least it is downloaded from the
official site now.
- Fix portlint warnings.
- Add a .desktop file.
- Change startup script so it runs the 64-bit version on amd64.
PR: 239783
Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
SSE is only available on x86 platforms and forcing it breaks compilation on other platforms.
Clang on 12.0-RELEASE on amd64 enables SSE by default anyway and not-specifying -msse allows to build this port on other, non-SSE architectures.
Also add USES=sdl.
PR: 240093
Approved by: devel@stasyan.com (maintainer), linimon (mentor)
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
- change back from c6 to the default (c7 now)
- don't install the bundled libc++, because it requires glibc 2.18
which c7 doesn't have
- avoid a runtime error message about sound-not-loading by switching
off sound in the shipped config files. These are copied to the
user's ~/.dwarffortress directory and can be edited there if needed.
PR: 240063
Changelog:
* The V2 scheduler now fully randomizes review cards due on a given day.
* Fix flag changes in Browse screen not syncing.
* Cleanup recording wav file when recording canceled.
* Fix the window icon on Wayland.
* Add a progress bar to media deletion.
* Other minor changes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15
MFH: 2019Q3
Or, less dwarfishly, DF is tied to C6 because libSDL_image ships 32-bit
libraries there, while C7 only has a 64-bit version. Bump PORTREVISION
because it may have been built against C7 and then it doesn't work.
PR: 240063
That prepares the port for the upcoming update of textproc/expat2.
As a consequence, Simgear is now provided as a shared library (only). That
commit chases dependencies to Simgear and fixes them for dependent ports [1].
PR: 239282
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: portmgr blanket [1]
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner
Luajit is not available on powerpc64.
This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D21241
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted. Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.
While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21225
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int'
Reported by: -fsanitize=integer
- Update MASTER_SITES to fix fetch
- Update to 1.0.16
- Install man page
- Install main script to PREFIX/bin otherwise the game is not playable
- Rephase COMMENT
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.c:24:
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.h:59:
/usr/local/include/SDL2/close_code.h:30:2: error: close_code.h included without matching begin_code.h
Reported by: pkg-fallout
- Take maintainership
Though it has graphical problems for me on Intel graphics, the
older version segfaults so it's still better. I hope to resolve
these (see https://github.com/juzzlin/DustRacing2D/issues/58),
or they may not reproduce on other hardware.
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
* Add LICENSE.
ChangeLog:
* Added backdrop failure checking, and because this is not always reliable,
also added an (emergency) exit button.
* Adapted to new KDE versions.
* Added support for Hygon Dhyana processor.
* Fixed some minor portability flaws.
Humorous 2D adventure game for PC, Mac, and Linux, a hypothetical
question is taken to the extreme. Our heroine Rachel is challenged
by the brutality of nature, the politics of species, and the struggle
to persevere. Rachel's vegan ethos is useful, as the island is
brimming with animals that can help her, but winning their support
is no easy task. Rachel must use her communication skills and
problem-solving abilities-rather than coercion-to get what she
wants.
WWW: https://www.voadi.com/
The port games/ioquake3-server can be used to build a dedicated
server for Quake 3 and derivative games. However, it doesn't come
with an rc script to launch at system boot or on demand. This makes
it a bit tricky to run the dedicated server.
ioquake3-server is a "slave port" that depends on the master port
games/ioquake3 to actually retrieve the source and build everything.
This patch adds an rc script plus example server.cfg to the master port,
which is installed when the slave port is installed.
PR: 239180
Submitted by: kennedy.greg@gmail.com
C++11 compiler is necessary:
LobbyClientView.h:85: error: ISO C++ forbids declaration of 'GtkWidget' with no type
Approved by: mentors (implicit approval)
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
PR: 238980
Approved by: maintainer timeout
After the last update, this port doesn't need replacing ARCH on powerpc64 and doing it actually breaks packaging:
pkg-static: Unable to access file /wrkdirs/usr/ports/games/netradiant/work/stage/usr/local/share/netradiant/heretic2/h2data.powerpc:No such file or directory
PR: 239054
Approved by: danfe (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20889
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.
Improvements include:
* Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
* Cutting groups with compositions no longer crashes the Kdenlive video editor
* The Python importer in Umbrello UML designer now handles parameters with default arguments
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages. Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available. The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.
With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.
Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
Add USES=compiler:c++11-lang to fix:
configure: error: *** A compiler with support for C++11 language features is required.
Approved by: mentors (implicit approval)
-march=native breaks compilation on powerpc64 and we shouldn't optimize anyway for the CPU in the build cluster.
PR: 238886
Approved by: yuri (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20806
2019-06-30 sysutils/cfengine33: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles38: No longer supported upstream
2019-06-30 sysutils/cfengine39: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles37: NO longer supported upstream
2019-06-30 sysutils/cfengine37: No longer supported upstream
2019-06-30 net/morebalance: Abandonware and depends on expiring games/libggz
2019-06-30 sysutils/cfengine36: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles36: No longer supported upstream
2019-06-30 sysutils/cfengine34: No longer supported upstream
2019-06-30 sysutils/cfengine35: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles39: No longer supported upstream
2019-06-30 devel/py-typed-ast12: Use devel/py-typed-ast instead
2019-06-30 devel/rubygem-devise-rails50: Use devel/rubygem-devise (depends on Rails 5.0) instead
2019-06-30 security/rubygem-devise-two-factor-rails50: Use security/rubygem-devise-two-factor (depends on Rails 5.0) instead
2019-06-30 emulators/qemu-riscv: The development has been moved to the upstream
2019-06-30 games/libggz: Abandonware
2019-06-30 games/ggz-txt-client: Abandonware
2019-06-30 games/ggz-sdl-games: Abandonware
2019-06-30 games/ggz-client-libs: Abandonware
2019-06-30 games/ggz-gtk-client: Abandonware
2019-06-30 games/ggz-gtk-games: Abandonware
2019-06-30 sysutils/cfengine38: No longer supported upstream
2019-06-30 devel/llvm40: Obsolete and unmaintained
2019-06-30 www/axis: Abandonware; use www/axis2 instead
2019-06-30 sysutils/cfengine32: No longer supported upstream
2019-06-30 devel/py-msgpack05: Use devel/py-msgpack instead
2019-06-30 devel/rubygem-fastthread: Does not build for all supported Ruby version
2019-06-30 www/rubygem-responders-rails50: Use www/rubygem-responders (depends on Rails 5.0) instead
Changelog:
* Fix a bug in the V2 scheduler that would cause partially learnt cards
removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8