Subject: patch: net/netcat fails to build on dragonfly
To: None <tech-pkg@netbsd.org>
From: Peter Schuller <peter.schuller@infidyne.com>
List: tech-pkg
Date: 03/26/2005 20:24:07
--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hello,
net/netcat fails to build on dragonfly with:
bmake: don't know how to make dragonfly. Stop
The attached (trival) patch fixes it.
(Is this the right venue for suggesting changes to make package DragonFly
compatible?)
--
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org
--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="netcat-Makefile.patch"
--- Makefile.old 2005-03-26 10:46:58.000000000 +0000
+++ Makefile.new 2005-03-26 10:46:11.000000000 +0000
@@ -27,6 +27,7 @@
NC_TARGET.IRIX= irix
NC_TARGET.Interix= netbsd
NC_TARGET.OpenBSD= netbsd
+NC_TARGET.DragonFly= netbsd
BUILD_TARGET= ${NC_TARGET.${OPSYS}}
EXTRA_PROGS= data rservice xor
--0F1p//8PRICkK4MW--