sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
marcel
9dd41e3647
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
mp
3ee51a00f3
Update to tcsh 6.18.01.
2012-02-22 03:36:15 +00:00
ume
77ef92289d
When WITH_ICONV is set, use our in-tree iconv.
2011-02-26 18:54:54 +00:00
uqs
9242c645f8
Move most of the remaining USD/PSD/SMM papers into share/doc
2010-12-04 10:11:20 +00:00
ed
521728584f
Let csh(1) use utmpx instead of utmp.
...
csh allows you to monitor the utmp(x) file to monitor certain user
logins. Unfortunately it needs to directly stat() this file. I don't
want to break this module , but eventually it shouldn't do that. The
idea of the getutxent(3) API is to hide file access.
Approved by: mp
2010-01-13 17:49:35 +00:00
ume
ec8bf5ddac
Check error of dlfunc(3).
...
MFC after: 3 days
2009-10-17 15:53:15 +00:00
mp
9df330a802
Work around a vendor issue that was causing the builtin malloc to be
...
used instead of the system malloc.
Submitted by: ume
2007-05-16 21:22:38 +00:00
mp
36b44d59ff
Build updates for tcsh-6.15.00 import.
...
Reviewed by: ume
Reminded by: Divacky Roman
MFC after: 1 week
2007-03-11 22:41:19 +00:00
ru
9e7d2c38b6
Fix spelling.
2006-03-19 19:10:39 +00:00
ru
388e590f95
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
ume
30ad96b704
Enable NLS catalog of csh(1).
...
The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset
dynamically. However, we don't have libiconv in our tree. So, I made
some hack to load libiconv dynamically. If libiconv is available, you
can use catalogs for more locales than the locales which catalog is
actually installed.
To use this feature, you need to symlink catalogs to appropriate
locales. You can do this by installing ports/shells/tcsh_nls.
Reviewed by: arch (no objection)
MFC after: 1 week
2006-02-19 06:40:29 +00:00
mp
d6a716bd2a
Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow
...
ports builds in the cluster to work correctly.
Tested by: kris
2005-09-22 18:32:53 +00:00
phk
92097805fa
Don't install examples of NO_EXAMPLES
2005-08-03 09:22:03 +00:00
keramida
b1ddd2636a
Spell "background" correctly.
2005-07-28 12:40:23 +00:00
mp
dc094aca69
Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment
...
variable to show up correctly.
Note: This is really a bug with the stock tcsh configure.in script not
including <sys/types.h> before <utmp.h>. But, since config.h is maintained
separate from the contrib sources, this is the correct fix.
Noticed by: ache
2005-05-04 20:21:57 +00:00
mp
00d3abec3b
Add in FreeBSD specific options for tcsh 6.14.
2005-04-24 19:51:57 +00:00
mp
ed3d22bc12
Add the config.h resulting from running the configure script.
...
Note: the contents of this file has changed between 6.13 and 6.14.
The old contents of this file has been repocopied to config_p.h.
2005-04-24 19:50:22 +00:00
mp
f9691e638d
Add new file (tc.nls.c) to the build.
2005-04-24 19:44:43 +00:00
phantom
fc580aadfc
Fix typo
2005-02-27 18:18:32 +00:00
phantom
110a2bf37c
Use LC_MESSAGES locale category instead of value of LANG environment variable
...
while opening of tcsh's message catalog. It gives us more flexibility, and
do not change current behaviour (since we call setlocale() here)
Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
PR: bin/76773
MFC After: 3 days
2005-02-01 08:48:15 +00:00
imp
a76898b849
/*- or .\"- or #- to begin license clauses.
2005-01-10 08:39:26 +00:00
mp
cd89d3f759
KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.
2004-07-11 02:23:38 +00:00
markm
4383f14801
Remove clause 3 from the UCB licenses.
...
OK'ed by: imp, core
2004-04-06 20:06:54 +00:00
johan
c1045205c1
style.Makefile:
...
Use WARNS?= instead of WARNS=
2004-02-23 20:05:14 +00:00
kan
a886ff4dbd
Temporarily turn off -Werror for these components.
2003-07-11 05:24:32 +00:00
gordon
6b7019d5ed
Tweak a couple of utilities so they compile cleanly for /rescue. Mostly
...
path fixes.
Submitted by: Tim Kientzle <kientzle@acm.org>
2003-06-29 18:46:18 +00:00
markm
aafc494847
Get this area compiling with the highest WARNS= that it works with.
...
Obsolete WFORMAT= junk also removed where possible.
OK'ed by: obrien
Tested on: sparc64, alpha, i386
2003-06-13 07:04:02 +00:00
kuriyama
f0a040c72b
Use
...
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
2003-06-06 13:46:55 +00:00
obrien
9bb7fb74d1
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
...
sized/unsigned comparisons.
2003-05-02 06:39:13 +00:00
trhodes
4c186b49ac
Remove another unused doc Makefile.
2003-02-04 20:46:23 +00:00
schweikh
86f7487fb6
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
trhodes
9618da3e35
s/filesystem/file system/ as discussed on -developers
2002-08-21 17:32:44 +00:00
mp
9fbc2019e8
Remove WARNS and WFORMAT overrides.
2002-07-24 22:26:44 +00:00
ru
5179f05e33
Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.
...
Provided the (previously missing) dependency on source files
for intermediate .msg files.
Provided the default for NLSSRCDIR (defaults to .CURDIR).
Slightly changed the API: NLS should now list plain locale
names, without the .msg suffix.
When included from bsd.prog.mk, NLSNAME defaults to PROG.
2002-07-02 12:37:09 +00:00
phantom
9124a610d0
Use NLSLINKS to setup symbolic links in NLS area
2002-03-04 12:29:21 +00:00
phantom
63f07ef33b
This file is not used anymore
2002-03-04 11:10:17 +00:00
phantom
d12220dfdb
Use bsd.nls.mk for building/installing NLS files
...
XXX: links handling simplify
2002-03-04 10:34:51 +00:00
mp
5d2ae7a01f
Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.
...
PR: misc/34800 (from Steven Grady)
Submitted by: phantom (patch)
MFC after: 3 days
2002-02-12 04:50:12 +00:00
kris
bb3058824a
Lock down with WFORMAT=1 except those directories with unfixed warnings.
...
Tested on i386 and alpha.
2002-02-04 02:49:19 +00:00
obrien
099f8ecbe9
Default to WARNS=2. Binary builds that cannot handle this must explicitly
...
set WARNS=0.
Reviewed by: mike
2001-12-04 01:57:47 +00:00
mp
1674546f60
Enable BSD style color ls support.
...
PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>
2001-09-05 22:56:58 +00:00
mp
99362cccf4
Update to the tcsh-6.11 version.
...
This file could be removed as the alpha changes have been incorporated into
the base release. However, it is probably best to leave this here since there
are additional FreeBSD architectures in the pipeline that should be added.
2001-09-05 21:11:56 +00:00
mp
e74bda1062
Add new tcsh-6.11 NLS sets for Estonian and Russian.
...
(Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
2001-09-05 18:10:29 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
ache
df5dcfcf6e
Use new locale names
2001-06-10 15:28:39 +00:00
ru
011f71f63c
MAN[1-9] -> MAN.
2001-03-27 10:03:10 +00:00
ache
844ba44ac0
DIS -> ISO
2001-03-17 20:15:21 +00:00
asmodai
819c742648
Revert this file back to how it was in the STABLE branch, this means:
...
put greek and ja in the correct alphabetical place in the SUBDIR line.
2001-03-05 09:50:43 +00:00
ache
64179cca15
Activate Greek message catalog
2001-01-17 16:54:43 +00:00