History log of /freebsd-10.2-release/gnu/lib/libreadline/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 56804 29-Jan-2000 obrien

Move the header installation down into `readline' which is the subsystem
the headers are part of.


# 50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50332 25-Aug-1999 obrien

Try to get /usr/include/readline back into the snapshots.

Submitted by: bde


# 47569 28-May-1999 ache

upgrade to 4.0


# 35492 28-Apr-1998 ache

Upgrade to 2.2


# 26501 07-Jun-1997 ache

Upgrade to 2.1


# 22996 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 21595 12-Jan-1997 peter

Patch up the readline info building. This one is a bit of a problem
since the source name is not the same as the texinfo name so we have to
use SRCS=. This means we can't build two info sets in the same directory
so I've split it.


# 21584 12-Jan-1997 peter

Disconnect the doc subdir until somebody fixes this. I don't see how this
could possibly have worked during the testing before the last commit. :-(


# 21342 05-Jan-1997 ache

Use contrib version now


# 17951 30-Aug-1996 ache

Add HAVE_STRING_H
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines


# 17937 30-Aug-1996 peter

cmp -s || install -c ==> install -C
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files


# 9970 06-Aug-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.


# 8350 08-May-1995 ache

Bump major number


# 6467 15-Feb-1995 ache

Remove dir creating, done by mtree
Add missing file name for cmp


# 5660 16-Jan-1995 ache

Add doc to SUBDIR


# 4998 06-Dec-1994 ache

Upgrade to version 2.0


# 4052 01-Nov-1994 ache

Fix beforeinstall compare
Submitted by: jc@cleat.irbs.com


# 4042 01-Nov-1994 pst

Don't reinstall includes when not necessary


# 3527 12-Oct-1994 ache

Add LDADD+= -ltermcap


# 1710 12-Jun-1994 ache

Change includes in proper way, i.e.
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)


# 1707 11-Jun-1994 paul

Put back -I${.CURDIR}/readline in Makefile.

The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.


# 1698 10-Jun-1994 ache

Remove -I./readline, unneded with make includes


# 1583 27-May-1994 csgr

Remove explicit specification of SHLIB major and minor nos.


# 1493 14-May-1994 ache

Make local changes more portable.


# 1492 13-May-1994 ache

Upgrade to readline 2.0 from bash1.14.1


# 1484 11-May-1994 ache

Add PAREN_MATCHING to CFLAGS


# 1482 11-May-1994 ache

Add HAVE_VARARGS_H to CFLAGS
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS


# 1480 11-May-1994 ache

Add VI_MODE to CFLAGS


# 1473 09-May-1994 ache

Merged with new readline 2.0 from bash


# 1472 09-May-1994 ache

Merge with much improved version from gdb4.11


# 1471 09-May-1994 ache

Install history.h to /usr/include/readline too, gdb4 include it


# 1467 09-May-1994 ache

This commit was generated by cvs2svn to compensate for changes in r1466,
which included commits to RCS files with non-trunk default branches.


# 1466 09-May-1994 ache

Port readline lib into gnu system tree.
Really we don't need copy of this library into each program
(gdb f.e.)

P.S. it is much cleaner port than /usr/ports version and based
on /usr/ports version. /usr/ports version will be removed.