- Now depends on SDL2
- Remove LUAJIT option due to it causing crashes on startup
- Disable newly added version check code, it causes errors and crashes
- Allow any version of lua
- Regenerate one patch file
PR: 195815
The game follows Naija, a mermaid-like woman, as she explores the
underwater world of Aquaria. Along her journey, she learns about both
the history of the world and her own past. The gameplay focuses on a
combination of swimming, singing and combat, through which Naija can
interact with the world. Naija's songs can move items, affect plants
and animals, and change her physical appearance into other
forms. These forms have different abilities, such as firing
projectiles at hostile creatures or passing through barriers
inaccessible to her in her natural form. -- Wikipedia
This package provides only game engine. Proprietary game data files
have to be obtained separately.
https://github.com/AquariaOSE/Aquaria
Set the prefix for new jpeg dependenncy for those compilers that
need it. While here, incorporate dports configure patch to support
DragonFly.
Approved by: maintainer (lme)
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
(both 32- and 64-bit), and there's little reason to mention ia64 as it
is being officially killed in -CURRENT some time ago and we don't make
any packages for it anyways
- Rename options POPCNT_ENABLED -> POPCNT and PROFILE_BUILD -> PROFILE;
not just it makes more sense, it also allows to use shared description
text (PROFILE_DESC)
- Place PORTDATA and PORTDOCS right below PLIST_FILES where they belong
- Organize knobs in a more natural way, use `do-install-DOCS-on' target,
mute MKDIR's, improve and kill EOL whitespace in the port description
text, sort USES values, and fix some minor style issues while I'm here
--enable-verbose-build argument to configure script
- Register missing dependency on libjpeg, or Wintermute engine would be
disabled; because JPEG library is very common dependency, previously
this bug resulted in broken pkg-plist when built from ports locally
- Remove BROKEN statement for all architectures: it builds fine at least
on PowerPC; I cannot thoroughly test it on sparc64 and ia64, but given
their level of support at the moment, it makes more sense to ask for
forgiveness rather than permission
- While here, wrap some long lines that exceeded standard terminal width
Approved by: lme (maintainer)
overhaul. Which also simplies the port a bit, and gets rid of using
scripts the port supplies.
* Even if the old port defined CC/CXX/CPP, it was not actualy used.
Due to the reason in the next point.
* Instead of using the port supplied script, which call ./configure
and make install targets without any arguments and so. Copy the
"special" voodoo into pre-configure and pre-build targets. Define
GNU_CONFIGURE and use standard do-configure, do-build and
do-install, since this ports uses autotools when it matters.
* Drag USE_GITHUB macros out the macro mess. Use autoreconf USES
instead of having manual BUILD_DEPENDS lines.
* No more post-patch to fix the port supplied scripts, and no
do-install since we leave that to autotools.
* Set PATHFIX_MAKEFILEIN to patch the Makefile.am file instead of
the Makefile.in file due to us running autoreconf which
overwrites the .in file (if it existed at all).
* Wrap lines
* USE_GNOME=glib introspection:build are not needed, so remove them.
PR: 202901 [1]
Reported by: Kenneth Salerno <kennethsalerno@yahoo.com> [1]
PR: 202908
Submitted by: Bert Burgemeister <trebbu@googlemail.com> (maintainer)
ChangeLog:
- Fixed a syncing bug that could lead to lost reviews and sanity
check errors when deleting a filtered deck before syncing.
- Make default note type titles consistent (thanks to Soren).
- Load saved searches in alphabetical order (thanks to Houssam).
- Fix some fields not being renamed in template when renaming
field (thanks to Dave).
- Fixed an error message that could occur in add-ons (thanks to Thomas) .
- Add a few more media types in the file selector (thanks to Jonathan).
- Report an error if an add-on download is corrupt.
- Fix sync error being shown twice.
- Updated translations, thanks to the translators.
PR: 195800
Reviewed by: games (amdmi3)
Approved by: bapt (mentor, previous version)
Differential Revision: https://reviews.freebsd.org/D1807
The anonymous protagonist is diagnosed with a terminal illness shortly
after his twentieth birthday, and is admitted to a hospital in Mito,
Ibaraki. There he meets Setsumi, a woman a few years older, who is
also terminally ill. Finding that they both reject to die either in
hospital or at home, they steal a car and run away together. -- VNDB
This package includes English translation for both Narcissu and
Narcissu: Side 2nd.
http://www.neechin.net/narcissu/
From ChangeLog for 20150614:
- Added file associations for .orarep replay files and handling of
openra:// URLs for connecting directly to game servers.
[OpenRA#4528, OpenRA#7934]
2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead
2015-08-31 games/linux-majesty-demo: Broken for more than 6 months
2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months
2015-08-31 games/linux-hdb-demo: Broken for more than 6 months
2015-08-31 devel/rubygem-igraph: Broken for more than 6 months
2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months
2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months
2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November 2014.
Even though the port's build system checks which version of iconv(3) is
available, it ends up using the SDL wrappers instead, so there is no need to
depend on iconv in the Makefile.
Approved by: makc (maintainer)
Differential Revision: https://reviews.freebsd.org/D3519
The port does not actually use iconv for anything, so drop the unnecessary
dependency. Tested with 10.1 and HEAD.
PR: 202719
Approved by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)