For the platforms that require explicit linking, the recent qmake rework
broke this port. However, LDFLAGS now works again so just move QMAKE_LFLAGS
there to fix it.
Due to the harcoded "make" command, bmake was being used instead of the
specified gmake, which caused breakage on F10 and head.
PR: ports/184612
Approved by: maintainer (gahr)
Changes:
* Updated FXJSON JavaScript Object Notation I/O class:- removed limits to
token size in both input and output operations (formerly limited to
buffersize).
* Minor changes to FXVariant:- added some missing API's, removed toChar()
as its useless. Added has() to determine if key is present in case
FXVariant is a map.
* Simplified FXFile and other FXIO subclasses a bit to remove redundant
implementations.
* Added FXIOBuffer, an FXIO device that serializes to/from a memory
buffer.
* FXRanged, FXRangef: now check intersect() results a bit differently.
* Ray to FXSpheref, FXSphered intersection test changed to allow origin
inside sphere possibility.
* Fixed small bug in wc2nc().
* Possible buffer overrun in FXDir fixed.
* Added class FXStringMap.
* Changed some API's in FXDictionary. Added erase() API to allow removal
of slot already located. This is faster, and needed for successful
subclassing.
* FXStat problem fixed on Windows.
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH}
textproc/sphinxseach-devel port) [1]
* New style LIB_DEPENDS for libodbc
* Install DOCS and EXAMPLES to the stage directory unconditionally
Submitted by: danger [1]
- adds USE_GCC since that's how libpvm3.a (a dependency) was built;
- renames namespace Pvm::Internal to avoid conflict with class Pvm::Internal;
- adds #include <stdlib.h> where required.
While we are at it, migrate from USE_GMAKE to USES=gmake.
PR: 182136 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
Pointyhat to: gerald [1]
This port specifies gmake, but "make" was hardcoded. This becomes apparent
when bmake is used to build the port (it fails). The new post-patch
command allows gmake to be used as intended.
PR: ports/181731
Submitted by: Jan Beich
- Remove OPTIONS_DEFAULT, DOCS EXAMPLES are on by default
- Remove optional installation of files, staging takes care of that
PR: ports/184563 [1]
Submitted by: maintainer
Steer your ship(s) with the keyboard to rotate or move forward / backward.
Try to avoid enemy bullets and the floating yellow rectangles.
Become last ship floating to win the game.
WWW: http://thepythongamebook.com/en:resources:games:schiff
PR: ports/171237
Submitted by: nemysis (self)
Approved by: pawel (mentor)
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk.
For ports with maintainers, I haven't switched you to the new
PKGMESSAGE, but I have corrected paths in pkg-message.in where
necessary. I also got a little over-zealous in cleaning redundant
definitions from the headers. Apologies in advance if this rubs
you the wrong way.
This game was created 2010 during a 48-hour-game-creating contest at Viennas
Metalab computer lab. The theme was "black and white" (or was it "grid"?)
and only public available resources were allowed.
Lucky for me, that included ThePythonGameBook. In effect I worked around 3 hours
in the evening and around 4 hours in the next morning.
After that I lost interest and presented the game to the other participants
in the Metalab to make use of the weekend for non-computer related activities.
While I'm proud to report that I was the first participant to present a
"playable" game (way before the deadline) I'm less proud to report the results
of test-playing against the other coders. It turned out that while my game is
playable, it is simply boring and not much fun.
Also I got beaten in my own game by people who never played the game before.
WWW: http://thepythongamebook.com/en:resources:games:schwarzweiss
PR: ports/171236
Submitted by: nemysis (self)
Approved by: pawel (mentor)