Fixes/features in this release:
Save CFD export options.
Automatically add *.vsp extension when saving.
Add *.ram files to file-open dialog.
Write propellers to XSec *.hrm files.
Fixed PovRay *.inc file bug.
Fix FEA elements not getting written.
Fix 64-bit GLFont support and embed font in executable.
Fix parameter linking and design files for propeller.
While here:
- Use MASTER_SITES=GH as the distfile is not on GHC
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Convert to STAGEDIR
PR: ports/182974
Submitted by: maintainer
- generate a set of config files from the example ones, if no config file
exists (on first install or if the config didn't change from the example
one) [1]
PR: 182711 [1]
Submitted by: Jason Unovitch <jason.unovitch@gmail.com> [1]
- Convert to new LIB_DEPENDS format (x11/libxfce4menu, x11/xfce4-conf)
- Switch to USES= gmake (x11/libxfce4menu)
- Update Perl dependencies versions (x11/xfce4-conf)
- Add patch, to use new GLib 2.32 mutex API (x11/xfce4-conf)
Reviewed by: Perl (az@, bapt@, and mat@)
The compiler.mk comments and code state that COMPILER_TYPE can only be
of the value "clang" or "gcc". However, the code that determines this
allows for a possible undefined third state (empty string). BMake
will emit a lot of errors about badly formatted conditionals if
COMPILER_TYPE is empty.
Since, by definition, if the COMPILER_TYPE is not clang, it must be
gcc, so skip the conditional gcc check and just set it. The entire
file must be updated if support for additional compilers is desired.
This bug was discovered because the gcc detection code failed to
identify the DragonFly base compiler (GCC 4.7.3) as gcc.
Approved by: portmgr (bapt)
to blow up all the bombs on each level then escape off the edge of the screen.
To blow up a bomb, push it to where you want to cause an explosion, then collect
a match (originally a detonator in the Archimedes version) and touch the bomb
again and quickly get out of the way. A bomb destroys everything surrounding it
except the metallic walls; if it blows up another bomb, that takes out
everything around it too so you can set off chain reactions.
WWW: http://bombz.sourceforge.net/
PR: ports/171576
Submitted by: nemysis (self)
Approved by: wg/pawel (mentors)
This folder contains a reference implementation for an ACES container
file writer intended to be used with the Academy Color Encoding System (ACES).
The resulting file is compliant with the ACES container specification
(SMPTE S2065-4). However, there are a few things that are not demonstrated by
this reference implementation.
Stereo channels
EndOfFileFiller
Arbitrary attributes and naming validations
half type attributes
keycode value validations
WWW: https://github.com/ampas/aces_container
Approved by: wg/pawel (mentors)
This release is particularly important for people using PostgreSQL as
Akonadi's backend (note this is not the default), as Qt 4.8.5 and older
versions of Akonadi do not play well.
Full list of changes:
- Fix crash when there are no flags to update during flags change
- Fix crash on Akonadi shutdown when using PostgreSQL
- Fix notification to clients about database upgrade
- Send dummy requests to MySQL from time to time to keep the connection
alive
- Bug #277839 – Fix problem with too long socket paths
- Bug #323977 – Check minimum MySQL version at runtime
- Bug #252120, Bug #322931 – Use text instead of bytea column type for
QString in PostgreSQL