1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Satoshi Asami
4c82c24952 c++ -g -O2 -Wall -o le about.o block.o calc.o chset.o cmd.o color.o edit.o editcalc.o ehelp.o ext.o file.o format.o frames.o getch.o getstr.o help.o history.o kern.o keymap.o keymapdf.o keymapfn.o loadsave.o mainmenu.o menu.o menu1.o options.o pipe.o rus.o screen.o search.o signals.o tables.o textpoin.o user.o window.o highli.o clipbrd.o keynames.o mouse.o ../lib/liblib.a -lncurses -lm
keymap.o: Undefined symbol `_tigetstr' referenced (use -lmytinfo ?)
ld: Spurious undefined symbols: # undefined symbols 1, reported 0
*** Error code 1

Stop.
1998-07-25 11:56:15 +00:00
Thomas Gellekum
4df1f92e44 Import le port. le is a text editor with many block operations with
stream and rectangular blocks, can edit both unix and dos style files
(LF/CRLF), is binary clean, has hex mode, can edit large files and
mmap'pable devices in MAP_SHARED mode, has tunable syntax
highlighting, tunable color scheme (can use default colors), tunable
key map.

PR:		4777
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-16 14:08:19 +00:00