| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=96722
|
| |
|
|
|
|
|
|
|
|
| |
a lot of nasty STRIP= problems. This has the added side effect
if neatening up some leaf makefiles very nicely.
Submitted by: ru
Notes:
svn path=/head/; revision=90479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62161
|
| |
|
|
|
|
|
|
| |
This is cleaned up quite a lot since 5.00502, and the library modules
are broken out into individual dirs. This should please a lot folk.
Notes:
svn path=/head/; revision=62081
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
| |
not currently enabled. Thread-boffins are welcome to send me patches.
Notes:
svn path=/head/; revision=46316
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/include/sys. Specifically we need /usr/include/machine
since "syslog.h" includes "machine/ansi.h". To be safe we
translate all of /usr/include/* and /usr/include/*/*.
sample error case:
echo "require 'syslog.ph';" | /usr/bin/perl
will fail when syslog.ph tries to include machine/ansi.ph
Submitted by: Doug Ambrisko
Notes:
svn path=/head/; revision=44865
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o make install ; make install now works
o make all ; make all is quiet the second time
o Dependancies are properliy debugged; this means that make -jN has a
far hihjer likelyhood of working.
o a proper 'link farm' has been constructed for the build. This
dramatically simplifies the dependancy tangle.
o for perldoc's use, all the .pod files are installed.
o the man3 docs are properly compressed.
o the man pages and libary code are installed by the makefiles, not
by a perl script.
o at the end, h2ph is run.
Notes:
svn path=/head/; revision=40232
|
|
|
I'll be doiung the rest in stages.
Notes:
svn path=/head/; revision=38983
|