diff options
author | asami <asami@FreeBSD.org> | 1998-03-21 12:44:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-21 12:44:08 +0000 |
commit | 4692ae4618e56a27adf1c275a4384e5fa819ee2f (patch) | |
tree | b81bd15b56e33231d6aa208aea2bd28257ac3700 /net-mgmt/scotty3 | |
parent | 265ed5e009b5b040e6c7c7457f36a6738e9b71bd (diff) | |
download | FreeBSD-ports-4692ae4618e56a27adf1c275a4384e5fa819ee2f.zip FreeBSD-ports-4692ae4618e56a27adf1c275a4384e5fa819ee2f.tar.gz |
Mark this port broken:
===> Installing for scotty-2.1.8
===> scotty-2.1.8 depends on shared library: tk80\.1\. - found
Installing ntping
Installing straps
Making directory /usr/local/lib/tnm2.1.8
Installing scotty2.1.8 and tnm2.1.8.so
Making directory /usr/local/lib/tnm2.1.8/library
Installing ./../tnm/library/README
Installing ./../tnm/library/dialog.tcl
Installing ./../tnm/library/output.tcl
Installing ./../tnm/library/snmp.tcl
Installing ./../tnm/library/monitor.tcl
Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl
initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic number in "/usr/local/lib/tnm2.1.8"
*** Error code 1
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index d9a938a..193fe0e 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.24 1998/02/18 01:10:40 asami Exp $ +# $Id: Makefile,v 1.25 1998/03/04 08:25:10 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -18,6 +18,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 + +BROKEN= install + WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 |