Package: nqp / 0.1~2012.01-5

Metadata

Package Version Patches format
nqp 0.1~2012.01-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix example interpreter not absolute.patch | (download)

examples/fib.nqp | 2 1 + 1 - 0 !
examples/hello_world.nqp | 2 1 + 1 - 0 !
examples/json.nqp | 2 1 + 1 - 0 !
examples/load_bytecode.nqp | 2 1 + 1 - 0 !
examples/loops.nqp | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 use absolute interpreter in examples
02_fix version.patch | (download)

tools/build/gen-version.pl | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 do not fetch upstream version from git
03_disable bigint roundtrip tests.patch | (download)

t/nqp/60-bigint.t | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 disable bigint round-trip tests, which fail on 32bit architectures
04_use dpkg arch in dyncall conf.patch | (download)

3rdparty/dyncall/configure | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use dpkg-architecture to guess the build os and architecture
 This is to avoid misbuilding on e.g. chroots.
05_fix ftbfs sparc.patch | (download)

3rdparty/dyncall/dyncall/dyncall_callvm_sparc.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix declaration after statement in dyncall sparc code