Commit graph

14 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
adam
c2e512f19f Changes 1.6.1:
The gl_event_handler() function had the endif of a
	conditional compilation clause in the wrong place. This
	only upset the compiler on unusual systems that don't
	have select(). The problem was seen under Mac OS X, due
	to the configuration problem in 1.6.0 that caused the
	configure script to mistakenly report that select wasn't
	available.
2005-02-21 14:56:07 +00:00
wiz
cf07c8c522 Remove -D_POSIX_C_SOURCE=199506L from CFLAGS to make build on -current. 2005-02-21 14:20:17 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
snj
a50c60886c Convert to buildlink3. 2004-05-02 23:02:06 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
grant
3c03a15b10 add files installed on Solaris. 2004-02-04 12:19:57 +00:00
kristerw
bb49e0cc74 Override config.sub and config.guess. 2004-01-23 23:59:54 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
kristerw
33f3c41c54 Fix path to installation program. 2004-01-03 15:46:00 +00:00
kristerw
a0f8b08bab Initial import of libtecla version 1.5.0.
The tecla library provides UNIX and LINUX programs with interactive
command line editing facilities, similar to those of the UNIX tcsh
shell. In addition to simple command-line editing, it supports recall
of previously entered command lines, TAB completion of file names or
other tokens, and in-line wild-card expansion of filenames. The
internal functions which perform file-name completion and wild-card
expansion are also available externally for optional use by programs.
2003-12-31 00:05:19 +00:00