Commit Graph

3528 Commits

Author SHA1 Message Date
jkh
611c42a68f Adjust family tree to list some freebsd dates as well. 1998-08-19 12:58:38 +00:00
jkoshy
d75cc2dfd8 Add "pcm.4" to Makefile.
PR: 7636
Submitted by: <Janick.Taillandier@ratp.fr>
1998-08-19 01:54:13 +00:00
jb
c8766f4eda Add default OBJFORMAT so that the build process can test for this
without having to run objformat to determine it.
1998-08-18 00:50:36 +00:00
bde
c3b51c62cd Fixed order and formatting. 1998-08-17 16:39:07 +00:00
wpaul
a9c77e0e1c Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=
line. *hangs head in shame*
1998-08-16 19:54:20 +00:00
wpaul
97cf4b0cdb Whoops... really add the man page and update the Makefile this
time.
1998-08-16 17:19:58 +00:00
markm
f31c721766 Bump version number for latest perl 1998-08-15 17:34:00 +00:00
phk
1ed6b79eba I have added the support for BIG5 encoding into libc/libxpg4/mklocale.
the diff is attached below. This is done on the 3.0 source-tree.
I have test this on 2.2-stable before, but I don't have a 3.0 machine
right now.

This patch is mainly to make libc support BIG5 encoding, thus add
zh_TW.BIG5 locale to 3.0.

Submitted by:	Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
1998-08-15 12:51:49 +00:00
phk
0f8c912157 Remove half the file, somehow it got doubled... 1998-08-15 12:36:50 +00:00
thepish
6ca4073ece PR: 7613
Submitted by:	Sheldon Hearn <axl@iafrica.com>
set crt='' so that mail(1) will page according to stty(1) setting
1998-08-14 13:49:57 +00:00
wosch
e8e6184761 Update URL of BSD Hypertext Man Pages. 1998-08-13 10:10:10 +00:00
asami
c9478dae17 Merge 1.227.2.45 (perl version substitution in PLIST). 1998-08-12 09:47:47 +00:00
asami
88c125c531 Merge 1.227.2.44. 1998-08-12 01:47:47 +00:00
phk
cda9cb7dcf I have been running with these locale data for a while now and
I hope some other people might find them useful. They are for
zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding,
so I could only hope someone else would fill the gap.

PR:		7310
Submitted by:	Luoqi Chen <luoqi@chen.ml.org>
1998-08-10 09:49:42 +00:00
imp
8ecdefb50d Use us rather than ns, pre recent commits 1998-08-10 06:54:52 +00:00
imp
e0837bdf6b Add an emacs enhanced keyboard layout.
Submitted by: Rob Austein <sra@epilogue.com>
1998-08-10 06:51:47 +00:00
obrien
418d269d86 I presume Satoshi wanted `uname -r'' for OSREL not `uname -s''
Found by:	gcc28 port
1998-08-10 04:02:50 +00:00
asami
705c2bad72 Oops, forgot my source tree is at RELENG_2_2...MF22. (Add new
categories ports-deskutils, ports-x11-{clocks,fm,fonts,toolkits,wm}.)
1998-08-09 23:29:14 +00:00
jkh
e3fe20bf7e New man page for pcm(4) driver. Me, I think this is more likely
generic and should go one level up, but it can keep the sb(4) man
page company for now until somebody moves all the no-longer-x86-specific
driver man pages up some day.
Submitted by:	luigi
1998-08-09 19:42:53 +00:00
alex
71508a7d16 Typo fix. The PR suggested that "save are for old callslot entry" should
be "slot area for old callslot entry", but I think "save area for old
callslot entry" is what was intended.

PR:		7526
1998-08-08 14:19:16 +00:00
alex
464a21390c cince --> since
PR:		7525
Submitted by:	ziggy@ryan.org
1998-08-08 14:09:23 +00:00
peter
1bd78c4baa Clean up all temporaries that we can generate. 1998-08-08 13:22:06 +00:00
peter
60294d766b Use more standard ld commands when stripping symbols out; ld -O is a
freebsd-aout extension.  The binutils ld doesn't understand it.
Essentially this is backing out rev 1.33 for elf and other toolchain
support..
1998-08-08 13:11:44 +00:00
peter
e7ae2a4d0b Make ../Makefile.inc handling more consistant to prevent multiple includes
when certain .mk files include other .mk files.  This will remove the
need for multiple include protection in some other makefiles around the
tree (and helps some elf conditionals).
1998-08-08 07:02:08 +00:00
jb
2553b3cffa Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still
be added in /etc/make.conf. Yes folks, the alpha kernel is coming to
a screen (and hopefully a disk) near you. Thanks to Doug.
1998-08-08 02:08:37 +00:00
ache
0f1f05adaa add Hungarian clooate 1998-08-07 17:08:56 +00:00
ache
e1234f35a9 add Hungarian ctype 1998-08-07 17:07:12 +00:00
ache
642ee17ac8 add Hungarian keyboard
Submitted by: Zahemszky Gabor <zgabor@zg.CoDe.hu>
1998-08-07 17:04:42 +00:00
ache
6fc8aaf964 Add Hungarian defs
Submitted by: Gabor Zahemszky <zgabor@CoDe.hu>
1998-08-07 16:51:10 +00:00
markm
bab1531fc1 Update for Perl 5.005_01 1998-08-06 11:43:11 +00:00
yokota
9d47e3a5f8 Fix some definitions.
PR: conf/7497
Submitted by: Mas.TAKEMURA
1998-08-06 10:14:57 +00:00
yokota
5d92855d40 The control code ^_ (0x1f) should really be called us' rather than ns'. 1998-08-06 10:00:32 +00:00
asami
9c8c78ff7b (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it
means (change PREFIX to ${X11BASE}) and add a new variable USE_X11
    which means "this port requires the X window system (actually the
    library)".  USE_X_PREFIX implies USE_X11.  USE_X11 adds a
    LIB_DEPENDS to libX11 with the x11/XFree86 port.
Reviewed by:	the ports list, hoek in particular

(2) Remove NO_CONFIGURE and NO_PATCH, which never meant anything.
    Yell if they are defined.
Reviewed by:	the ports list

(3) Add new variable OSREL, which is automatically set to the
    numeric OS version (e.g., 2.2.1, 3.0).  It can be used to refer to
    files in gcc installations, for instance.

(4) Finally remove EXEC_DEPENDS hack after all these years.
Submitted by:	hoek

(5) Put quotes around some echo ${*_DEPENDS} statements so they won't
    blow up when the variables include regular expressions like
    "qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140".
1998-08-05 09:29:13 +00:00
cwt
67bba15372 Find sendmail source under contrib now. 1998-08-05 01:36:06 +00:00
bde
a7f06cbe47 FIxed missing include in synopsis. 1998-08-03 17:29:44 +00:00
bde
363d29a2a0 FIxed bitrot in prototype in synopsis. 1998-08-03 17:27:41 +00:00
bde
ea2b556e59 Changed prototype in synopsis to match prototype in <pthread.h>. 1998-08-03 16:54:51 +00:00
bde
917396a229 Fixed building -current under 2.2.6 using `make world'. Moved some
recently added definitions from sys.mk to bsd.own.mk.  Include the
src-relative bsd.own.mk in src/Makefile to pick up all new definitions.
Don't check that MACHINE_ARCH is defined in src/Makefile, since it is
(and should have been) guaranteed to be defined.
1998-08-03 08:28:14 +00:00
alex
4bdfb1c8a2 The pthreads standard has been published. Change:
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
   published.
to:
   ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
   Edition 1996-07-12.

Discussed with:	jb
1998-08-03 00:58:37 +00:00
bde
2b31020c7f Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mk
has to cd to ${SRCDIR} to support inclusion messes elsewhere).
Fortunately the previous commit forgot to remove it.
1998-08-02 14:21:35 +00:00
bde
49d0438101 Cleaned up. tmac.srefs was in both SRCS and EXTRAS. The
SRCDIR=${.OBDDIR} hack is now unnecessary.  It was never necessary
to use so many explicit paths to ${.OBJDIR} and ${.CURDIR}.
1998-08-02 14:07:27 +00:00
bde
15f2251bdf Don't use `::' to break dependencies. Cleaned some nearby things. 1998-08-02 14:00:39 +00:00
bde
a39a5e96b6 Use a different hack in the ${DFILE} rule to keep indirect dependencies
(mostly for includes) separate from direct dependencies (so that ${.ALLSRC}
can be used to find full paths to the sources for the direct dependencies
only).  The `::' hack just forgot the indirect dependendencies.  This
broke building doc/usd/13.viref with `make -jN' - the index got corrupted
by being built twice concurrently.

Cleaned up the ${DFILE} rule.  There was a .else clause with dead code in
it following a .else clause (make accepts this bad syntax).  ${.ALLSRC}
now works in the USE_SOELIMPP case.  Some client Makefiles no longer need
the SRCDIR=${.OBJDIR} hack.
1998-08-02 13:50:23 +00:00
dima
17390e0522 Introduce KRB5_HOME variable. 1998-08-01 19:55:32 +00:00
des
16b8da0648 Fix reference to /usr/share/misc/iso3166.
PR:		misc/7459
1998-08-01 09:41:09 +00:00
phk
4d7ab8fcdb I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).

PR:		7450
Submitted by:	Brian Cully <shmit@kublai.com>
1998-07-31 09:09:19 +00:00
sos
423b9d1199 Add singlehand dvorak keyboard layouts, one for right hand use and
one for lefthand use.

Submitted by: "Chris Csanady" <cc@tarsier.ca.sandia.gov>
1998-07-29 18:49:45 +00:00
bde
a6005bb898 Honor NOSHARED for tools. All tools should be built static for
`make world' to avoid problems with picking up (new) target or (stale)
host shared libraries.

Don't honor -static in LDFLAGS for linking LKMs.  LDFLAGS is not
actually for ld, but we use it anyway, and must prevent -static being
misinterpreted as -s.

Don't hide any of the link steps.
1998-07-29 14:19:48 +00:00
kjc
a2f4821769 add en ATM driver manual. 1998-07-29 05:42:20 +00:00
kjc
e0e3c3cc02 add Native ATM Protocol manual. 1998-07-29 05:41:20 +00:00