SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
Index: test.lua
--- test.lua.orig
+++ test.lua
@@ -1,8 +1,8 @@
print "1..9"
local src_dir, build_dir = ...
-package.path = src_dir .. "?.lua;" .. package.path
-package.cpath = build_dir .. "?.so;" .. package.cpath
+--package.path = src_dir .. "?.lua;" .. package.path
+--package.cpath = build_dir .. "?.so;" .. package.cpath
local tap = require("tap")
local lz = require("zlib")
@@ -139,4 +139,4 @@ function test_version()
ok(type(patch) == "number", "patch version is number (" .. patch .. ")")
end
-main()
\ No newline at end of file
+main()