From 80770716279ced2795dbdec6b92cc1a06be2ab61 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 7 Nov 2018 13:58:29 -0800 Subject: Build nc from libressl This way we don't have to maintain the nc linux port patch ourselves. It also avoids a circular dependency between the libressl and openbsd packages. --- pkg/openbsd/gen.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pkg/openbsd/gen.lua') diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index fb11c973..6434d5a4 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -56,14 +56,6 @@ exe('m4', [[ file('bin/m4', '755', '$outdir/m4') man{'usr.bin/m4/m4.1'} --- nc -exe('nc', [[ - usr.bin/nc/(netcat.c atomicio.c socks.c) - $builddir/pkg/libressl/libtls.a.d -]], {'pkg/libressl/headers'}) -file('bin/nc', '755', '$outdir/nc') -man{'usr.bin/nc/nc.1'} - -- patch exe('patch', 'usr.bin/patch/(patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c) libbsd.a') file('bin/patch', '755', '$outdir/patch') -- cgit v1.2.3