This is the core pack for RetroArch. Mostly these cores are
intended for playing/interpreting the retrogames. They are for the
most part distributed by the Libretro organization, and are usually
licensed under GPL.
WWW: http://www.libretro.com/
PR: 204452
Submitted by: yuri@rawbw.com
RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and
game engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries. We refer to these as "libretro cores".
WWW: http://github.com/libretro/RetroArch
PR: 204347
Submitted by: yuri@rawbw.com
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
Windows, Linux, Mac OS X and FreeBSD.
The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all
suitable platforms.
Bugs present in the original DOOM 3 will be fixed (when identified)
without altering the original gameplay.
WWW: https://github.com/dhewm/dhewm3
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
The checksum was mismatching because the zip file named hllib244.zip is actually
the hllib 2.45 now (and it's failing to build). I've uploaded the original file
to my local directory until it be fixed.
Adjust CFLAGS to pick bundled speex instead of one installed on the system, that is,
apparently, incompatible with the bundled one.
A similar fix was already done for games/ioquake3 in r398218.
PR: 203389
or completing missions. Use your earnings to buy a better ship or
to upgrade the weapons and engines on your current one. Blow up
pirates. Take sides in a civil war. Or leave human space behind and
hope to find some friendly aliens whose culture is more civilized
than your own...
Endless Sky is a sandbox-style space exploration game similar to
Elite, Escape Velocity, or Star Control. You start out as the captain
of a tiny space ship and can choose what to do from there. The game
includes a major plot line and many minor missions, but you can
choose whether you want to play through the plot or strike out on
your own as a merchant or bounty hunter or explorer.
WWW: http://endless-sky.github.io/
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
The use of "$(prefix)" in the configure file seems not to be
understand. On FreeBSD, it's ignored but it actually causes failures
on DragonFly. I suspect these flags aren't actually used.
If it turns out they are used, and support for non-standard PREFIX
(not /usr/local) is desired, the REINPLACE_CMD macro can adjust
/usr/local with in a post-patch target.
This one has failed on me multiple times under high contention.
It appears that its is trying to create objects files in the objs
directory before that directory is created (a race between c++
and mkdir)
games/iourbanterror ships its own pkg-descr file, but does not define
DESCR, so pkg-descr from its parent port, games/ioquake3, is used.
Define DESCR to point to the proper file for games/iourbanterror and
games/iourbanterror-server.
While here, fix tabs/space mix in intendation and drop trailing whitespace
as pointed by portlint.
The build system uses incorrect include order and it picks system
libspeex headers instead of bundled one so build fails because of
the interface difference.
Fix that by forcing including bundled libspeex. This also fixes
build of iourbanterror build.
PR: 201926
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680
- Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address
- Add pkgconfig to USES
- Change USE_SDL value to sdl2, because of new dependency
- Explicitly define used wxWidgets version through WXVER CMake's define
- Adapt patches for new version
- Remove WX_UNICODE define, after ports r397085 changes
Changes: https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0
PR: 202939
Submitted by: lightside <lightside@gmx.com> (maintainer)
The -Qunused-arguments flags is unique to clang and the last few
releases of GCC will break if they don't recognize the flag. Use
compiler features to limit this cflag to clang. Covered by GCC
support blanket.
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.
The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2977
- 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)
errors with a recent Clang 3.7.0 snapshot (final linking fails).
This is because the program uses the wrong form of inline function, causing
linking to fail. This can be fixed easily by using "static inline" instead.
PR: 202498
Submitted by: dim
<conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
<conrads@cox.net> invalid recipient - Refer to Error Codes section at
http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for
more information. (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S
Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.
This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).
Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
retrieved from the CMAKE_CXX_COMPILER variable in the build
system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
has no effect on the build system.
Reviewed by: makc
Differential Revision: https://reviews.freebsd.org/D3403
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
- Use LDFLAGS for -L/foo
- Sort plist to avoid noise on the next update
- Drop redundant slash in MASTER_SITES
- Clarify LICENSE
PR: 201843
Submitted by: tkato432@yahoo.com
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Make 2D action adventure games. For programmers and nonprogrammers alike.
Create a games like Legend of Zelda: Oracle of Ages and Oracle of Seasons.
WWW: http://lillian-lemmer.github.io/hypatia
PR: 201802
Submitted by: Lillian Lynn Lemmer <lillian.lynn.lemmer@gmail.com>
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980