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,14 @@
Needs itself to renerate de PDF documentation.
--- docs/userguide/genuserguide.py.orig Wed Mar 26 21:17:14 2014
+++ docs/userguide/genuserguide.py Mon Jan 4 13:20:01 2016
@@ -8,7 +8,8 @@ This module contains the script for building the user
"""
def run(pagesize=None, verbose=0, outDir=None):
- import sys,os
+ import sys,os,site
+ site.addsitedir("${WRKINST}${MODPY_SITEPKG}")
from reportlab.lib.utils import open_and_read, asUnicode
cwd = os.getcwd()
docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd)