| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
has been switched to libedit long ago, libreadline was built as an
internallib for a while and kept only for gdbtui which was broken using
libreadline.
Since gdb has been mostly deorbitted in all arches, gdbtui was only installed
on arm and sparc64, given it has been removed, gdb has been switched to use
libedit, no consumers are left for libreadline. Thus this removal
Notes:
svn path=/head/; revision=328928
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
statically linked into consumers (GDB and variants) in the base
system, and the shared library is no longer installed.
That also allows ports to be able to use a modern version of readline
PR: 162948
Reviewed by: emaste
Notes:
svn path=/head/; revision=268461
|
| |
|
|
|
|
|
| |
the headers are part of.
Notes:
svn path=/head/; revision=56804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=50332
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=26501
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21595
|
| |
|
|
|
|
|
| |
could possibly have worked during the testing before the last commit. :-(
Notes:
svn path=/head/; revision=21584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21342
|
| |
|
|
|
|
|
| |
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
Notes:
svn path=/head/; revision=17951
|
| |
|
|
|
|
|
| |
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
Notes:
svn path=/head/; revision=17937
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=9970
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8350
|
| |
|
|
|
|
|
| |
Add missing file name for cmp
Notes:
svn path=/head/; revision=6467
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5660
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4998
|
| |
|
|
|
|
|
| |
Submitted by: jc@cleat.irbs.com
Notes:
svn path=/head/; revision=4052
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4042
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3527
|
| |
|
|
|
|
|
|
| |
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)
Notes:
svn path=/head/; revision=1710
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=1707
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1698
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1493
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1484
|
| |
|
|
|
|
|
|
| |
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS
Notes:
svn path=/head/; revision=1482
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1480
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1473
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1471
|
|
|
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.
Notes:
svn path=/vendor/misc-GNU/dist3/; revision=1466
|