diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-21 16:49:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-21 16:49:47 +0000 |
commit | 28f0a684e348c4d8e3e83827f4367aaa4f21522f (patch) | |
tree | e38ebc9aa2355dfb946f62902a4bb8388051c5d0 /buildtools/build-freebsd-ports.py | |
parent | d9bd71463fc2d47503c3300b3a207a7b8124d8b6 (diff) | |
parent | 64011cf6642dae30517ade092c5830bac81ebc8b (diff) |
Merge FreeBSD ports and OpenSSL changes from last six months. Still
some merge conflicts in other parts of the tree to sort out.
svn path=/branches/tk705/; revision=6082
Diffstat (limited to 'buildtools/build-freebsd-ports.py')
-rw-r--r-- | buildtools/build-freebsd-ports.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/build-freebsd-ports.py b/buildtools/build-freebsd-ports.py index ab2f9be6..b4031302 100644 --- a/buildtools/build-freebsd-ports.py +++ b/buildtools/build-freebsd-ports.py @@ -122,7 +122,8 @@ for port in ("rpki-rp", "rpki-ca"): with open(fn, "w") as f: f.write(template % formatdict) - subprocess.check_call(("make", "makesum", "stage", "DISTDIR=" + args.portsdir), cwd = base) + subprocess.check_call(("make", "makesum", "stage", "DISTDIR=" + args.portsdir, "NO_DEPENDS=yes"), + cwd = base) with open(os.path.join(base, "pkg-plist"), "w") as f: usr_local = None |