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,13 @@
Fix a systrace warning when devel/subversion is installed.
--- build/version2code.py.orig Sun Jul 31 13:02:11 2016
+++ build/version2code.py Sat May 6 20:57:51 2017
@@ -6,7 +6,7 @@ from version import extractRevisionString, packageVers
import sys
def iterVersionInclude():
- revision = extractRevisionString()
+ revision = "unknown"
yield '// Automatically generated by build process.'
yield 'const bool Version::RELEASE = %s;' % str(releaseFlag).lower()