[MacPorts] #56894: Codeblocks 17.12 Available
MacPorts
noreply at macports.org
Tue Jul 31 15:40:02 UTC 2018
#56894: Codeblocks 17.12 Available
-------------------------+--------------------
Reporter: pcallycat | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: codeblocks |
-------------------------+--------------------
Changes (by jmroot):
* version: 2.5.3 =>
* port: => codeblocks
Old description:
> Codeblocks 17.12 is available. It looks like the existing port has no
> maintainer. Current svn code will build with one small edit. The
> following patch to src/sdk/scripting/squirrel/sqvm.cpp will cause the
> software to be buildable.
>
> -#include "sqpcheader.h"
> #include <math.h>
> +#include "sqpcheader.h"
> #include <stdlib.h>
> #include "sqopcodes.h"
> #include "sqfuncproto.h"
New description:
Codeblocks 17.12 is available. It looks like the existing port has no
maintainer. Current svn code will build with one small edit. The
following patch to src/sdk/scripting/squirrel/sqvm.cpp will cause the
software to be buildable.
{{{
-#include "sqpcheader.h"
#include <math.h>
+#include "sqpcheader.h"
#include <stdlib.h>
#include "sqopcodes.h"
#include "sqfuncproto.h"
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/56894#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list