non port: lang/angelscript/Makefile |
SVNWeb
|
Number of commits found: 23 |
Fri, 17 Dec 2021
|
[ 13:36 Piotr Kubaj (pkubaj) ] 276eaf5
lang/angelscript: enable on riscv64
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 10 Jan 2021
|
[ 14:53 linimon ]
This port now builds on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run
|
Sun, 6 Dec 2020
|
[ 17:09 linimon ]
Also mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
|
Tue, 22 Oct 2019
|
[ 09:26 lwhsu ]
- Update to 2.34.0
- Change maintainer email address
PR: 241378
Submitted by: Nathan <ndowens04@gmail.com> (maintainer)
|
Sat, 24 Aug 2019
|
[ 12:38 pkubaj ]
lang/angelscript: fix build on powerpc64
Angelscript works on powerpc, but its naming convention is only 32-bit. Define
AS_MAX_PORTABILITY when building on powerpc64 to fix build.
PR: 239496
Approved by: ndowens@yahoo.com (maintainer timeout), linimon (mentor)
|
Wed, 26 Dec 2018
|
[ 22:01 swills ]
lang/angelscript: update to 2.33.0
PR: 234324
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
|
Mon, 27 Aug 2018
|
[ 17:08 swills ]
lang/angelscript: Remove hack for i386, using upstream clang fix
PR: 230923
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
|
Sun, 19 Aug 2018
|
[ 01:08 wen ]
- Update to 2.32.0
- Pass maintainership to submitter
PR: 230448
Submitted by: ndowens@yahoo.com
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Fri, 23 Feb 2018
|
[ 21:09 rene ] (Only the first 10 of 96 ports in this commit are shown above. )
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 29 Apr 2017
|
[ 05:44 linimon ] (Only the first 10 of 14 ports in this commit are shown above. )
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Tue, 8 Nov 2016
|
[ 19:29 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
|
[ 02:27 linimon ]
Also broken on arm64 and sparc64 (invokes x86 asm).
Approved by: portmgr (tier-2 blanket)
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Thu, 12 Nov 2015
|
[ 23:35 marino ]
lang/angelscript: Add USES=alias to fix malloc.h-less DF
|
Tue, 9 Sep 2014
|
[ 20:14 adamw ]
Fix build on 8 and 9.
|
Tue, 1 Jul 2014
|
[ 15:23 vg ]
- Upgrade to 2.29.0.
- Support staging.
- Removed shared library build.
|
Mon, 10 Mar 2014
|
[ 16:01 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Convert l* to USES=zip
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Mon, 12 Aug 2013
|
[ 07:56 vg ]
The AngelCode Scripting Library, or AngelScript as it is also known, is an
extremely flexible cross-platform scripting library designed to allow
applications to extend their functionality through external scripts. It has
been designed from the beginning to be an easy to use component, both for
the application programmer and the script writer.
Efforts have been made to let it call standard C functions and C++ methods
with little to no need for proxy functions. The application simply registers
the functions, objects, and methods that the scripts should be able to work
with and nothing more has to be done with your code. The same functions used
by the application internally can also be used by the scripting engine, which
eliminates the need to duplicate functionality.
For the script writer the scripting language follows the widely known syntax
of C/C++, but without the need to worry about pointers and memory leaks.
Contrary to most scripting languages, AngelScript uses the common C/C++
datatypes for more efficient communication with the host application.
WWW: http://www.angelcode.com/angelscript/
PR: ports/178078
Submitted by: vg
Approved by: osa (mentor)
|
Number of commits found: 23 |