freebsd-ports/www/httest
Tobias C. Berner 834e273d02 www/httest: enable only for lua <= 5.2
From lua_module.c:
  #if ( LUA_VERSION_NUM == 501 )
    failed = (lua_load(L, lua_get_line, reader, "@client") != 0 ||
              lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
  #elif ( LUA_VERSION_NUM  == 502 )
    failed = (lua_load(L, lua_get_line, reader, "@client", NULL) != 0 ||
              lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
  #else
    #error this lua version is not supported
  #endif

PR:		220281
2022-09-08 09:51:35 +02:00
..
files
distinfo
Makefile www/httest: enable only for lua <= 5.2 2022-09-08 09:51:35 +02:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist