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,17 @@
- default to OpenBSD detection (still overridable with OSTYPE env)
Index: src/fpm_environment.f90
--- src/fpm_environment.f90.orig
+++ src/fpm_environment.f90
@@ -114,6 +114,11 @@ contains
end if
end if
+ ! We are in ports tree, it is OpenBSD
+ r = OS_OPENBSD
+ ret = r
+ return
+
! Linux
inquire (file='/etc/os-release', exist=file_exists)