Package: neko / 2.0.0-3

Metadata

Package Version Patches format
neko 2.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
soname strip.diff | (download)

Makefile | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

---
include and link.diff | (download)

src/tools/install.neko | 70 10 + 60 - 0 !
1 file changed, 10 insertions(+), 60 deletions(-)

---
kfreebsd compile fix.diff | (download)

libs/ui/ui.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix build failure on gnu/kfreebsd.
 Use NEKO_POSIX instead of NEKO_LINUX.
kfreebsd executable path.diff | (download)

vm/main.c | 21 19 + 2 - 0 !
1 file changed, 19 insertions(+), 2 deletions(-)

 make executable_path() work on kfreebsd
 Fix for finding executable_path() on kFreeBSD, which only seemed to
 work when invoked from bash, thanks to Roman Neuhauser.
hurd.diff | (download)

libs/common/osdef.h | 8 6 + 2 - 0 !
libs/std/sys.c | 17 16 + 1 - 0 !
vm/main.c | 4 3 + 1 - 0 !
vm/neko.h | 8 6 + 2 - 0 !
4 files changed, 31 insertions(+), 6 deletions(-)

 fix compile errors on hurd-i386.
 The following are the issues I found (and how I fixed them), and
 other changes needed:
  * __MACH__ identifies the Mach microkernel which both Mac OSX and
apache2.4.diff | (download)

libs/mod_neko/cgi.c | 4 2 + 2 - 0 !
libs/mod_neko/mod_neko.c | 6 3 + 3 - 0 !
libs/mod_neko/mod_neko.h | 2 1 + 1 - 0 !
libs/mod_tora/mod_tora.c | 8 4 + 4 - 0 !
4 files changed, 10 insertions(+), 10 deletions(-)

---