Commit Graph

128 Commits

Author SHA1 Message Date
Hidetoshi Shimokawa 13a29a8a17 Enable gprof on alpha.
* alpha.{c,h} are same as i386.{c,h}.
* Force address calculation to be done in long precision(64bit on alpha)
  rather than double precision(52bit).
1999-07-16 07:22:10 +00:00
Peter Wemm 2ec18d8b24 Disconnect modload/modunload/modstat from their Makefiles.. 1999-04-18 15:56:20 +00:00
David E. O'Brien 3136806974 Turn off f2c. Superseeded by EGCS's g77. 1999-04-18 09:51:43 +00:00
Dag-Erling Smørgrav 28bfda3471 lsock(1) -> sockstat(1) 1999-04-15 13:42:48 +00:00
Dag-Erling Smørgrav aa9e9524c9 Activate lsock(1). 1999-04-14 16:17:52 +00:00
Luoqi Chen 7840630d80 Re-enable doscmd build. 1999-02-16 17:57:25 +00:00
Bruce Evans 0600c89080 Fixed disorder. 1998-11-10 12:19:26 +00:00
Dima Ruban 87bc830f60 Reenable fstat for alpha. 1998-11-09 11:08:48 +00:00
Dima Ruban 8df85cf6dc Reenable systat/vmstat for alpha. 1998-11-09 10:52:43 +00:00
Gary Palmer 370402654f dig, dnsquery & host seem to work on the alpha now 1998-11-08 12:37:30 +00:00
Joerg Wunsch 489c66fe33 Include `enigma' into the list of usr.bin programs. 1998-11-02 11:01:38 +00:00
Peter Wemm bde6c54e06 +gensetdefs 1998-10-14 03:41:25 +00:00
Sean Eric Fagan c3b3cd1be5 Move truss from i386-specific to always-build.
Submitted by:	Alex Nash <nash@mcs.net>
1998-10-03 17:59:26 +00:00
Doug Rabson e4dc55c3ca mt now builds on the alpha. 1998-10-03 10:59:57 +00:00
Jordan K. Hubbard 2786a038a2 Take doscmd back out - it relies on installed X components to build (!). 1998-09-25 02:15:56 +00:00
Bruce Evans 9106cde53c Fixed disorder and long lines.
Decrypted a comment.
1998-09-24 10:28:28 +00:00
Luoqi Chen fdfedb52f5 Enable elf build for doscmd. 1998-09-24 01:15:56 +00:00
Doug Rabson aaa4171279 Put ldd back in the standard list since it builds on alpha now. 1998-09-16 09:32:29 +00:00
Satoshi Asami ff5fcc93d4 Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*
a port so there is nothing to be done on that side now.

Approved by:	jkh
===
To: "Jordan K. Hubbard" <jkh@time.cdrom.com>
cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org
Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued)
From: David Greenman <dg@root.com>
Date: Sun, 03 Aug 1997 20:23:31 -0700

>decision is, I'll respect it.

   Another chance to architect people's principles...I can hardly wait. Seems
quite appropriate for a Sunday - I just need to get one of those collection
plates (and money envelopes) so I can profit, too. :-)
   Tcl stays in /usr/src for now, but it needs to be kept up to date; same
for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0,
then tcl will be yanked prior to the 3.0 release (and made into a port).
   As for the ports tree only supporting the last FreeBSD release, this seems
sensible to me. The "ports" have always been a moving target between releases
and the problem is only going to get worse when we expand to supporting other
processor architectures. In any case, Satoshi is and always has been in charge
of the ports tree and whatever he wants to do with it (within reason :-)) is
his decision.
   Does this cover the issue completely? I admit to deleting messages in this
thread with unusual fervor (people have FAR too much time on their hands!).
There's a fair bit of reasoning behind the above, but since everyone is sick
of arguing about this, I'll spare you the analysis.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project
1998-09-05 12:25:55 +00:00
Gary Palmer cb7f1224bb Split lines into one subdir per line. 1998-08-30 20:28:50 +00:00
John Birrell 839de40e6e BINFORMAT -> OBJFORMAT ready for E-day. 1998-08-30 02:52:04 +00:00
Gary Palmer 590c5955be Delete trailing space that may have caused problems 1998-08-26 12:41:11 +00:00
Gary Palmer 23f353f34a Move kdump & ktrace out of i386 specific section. 1998-08-26 10:03:28 +00:00
John Birrell 96a332e8f9 More programs that build on alpha now. 1998-08-18 12:55:32 +00:00
Gary Palmer 83314c7206 lorder is needed on the alpha too 1998-08-17 07:37:55 +00:00
Peter Wemm 5307b90005 The doscmd build process and doscmd.kernel loader is very a.out specific
and doesn't fly too well on in an elf enviroment yet.
1998-06-12 16:18:27 +00:00
Peter Wemm 89ccd25417 SUBDIR += ldd 1998-06-01 14:30:58 +00:00
John Birrell 218a1b63d6 objformat is part of the i386 mid life identity crisis. On alpha, things
are in their normal places, so objformat isn't required.
1998-05-31 10:48:06 +00:00
Søren Schmidt 77dfb966d9 ELF preparation step 1:
Move our old a.out utils to /usr/libexec/aout.
Enable binutils and put the utils in /usr/libexec/elf
Enable objformat, a little helper program that calls the right
utils based on /etc/objformat and $OBJFORMAT.

This will enable the ELF generating tools.
Remember that this is only step one, the system is still compiled
and run in a.out format ONLY.

Problem left to solve: The BSD manpages wins over the GNU equivalents
as the are installed last. We need to distinguish between the manpages
somehow...
1998-05-25 17:34:42 +00:00
John Birrell 4d47d82d5f More programs are now broken on alpha due to the libbind changes
that prevent the programs from being linked static (duplicated
symbols).

Other programs depend on kernel internals. These will have to wait
for a custom alpha kernel. For now, let's just make the build safe.
1998-05-15 12:33:56 +00:00
Peter Wemm 46fec6d189 Add mktemp directory 1998-04-14 07:40:47 +00:00
John Birrell df93fef29b Ouch, that nm is aout which is not alpha-friendly. Make it i386
specific.
1998-03-24 01:43:45 +00:00
John Birrell 1b31c7dd49 Remove a bunch of unsupported machines, and the 'other' case where
some subdirs were only processed for install and clean (which caused
builds to fail on alpha). Install and clean should always follow
SUBDIRS.
1998-03-22 08:55:28 +00:00
Bruce Evans 861999b4c1 Updated MISSING list. 1998-03-20 12:34:21 +00:00
John Birrell 5c931089a9 Some things only work on i386. 1998-03-13 19:41:06 +00:00
Wolfgang Helbig e84b212f83 Remove cal, add ncal. 1997-12-15 20:52:24 +00:00
Mike Smith cae80f25d3 Add minigzip 1997-12-13 09:59:32 +00:00
Sean Eric Fagan b4a363e523 Add truss to the list of subdirectories. 1997-12-06 05:23:59 +00:00
Mark Murray 9cac174188 Changes for KTH KerberosIV. 1997-09-28 09:14:41 +00:00
Joerg Wunsch 7b10af512a Activate c89(1). 1997-09-17 20:46:58 +00:00
Jonathan Lemon 6f86349ac3 Add doscmd. 1997-08-18 18:51:46 +00:00
John Fieber 2ef9b73dba Remove SGML tools from -current. 1997-07-19 15:19:08 +00:00
Peter Wemm 593718bea0 .if exists(../eBones) tests the obj dir, not the source dir's existance.
The existance of a stale obj dir does not imply the source too.
1997-07-05 14:22:15 +00:00
Bill Paul e4efe27e0b Grr... curse my fumble-fingered hide: logmane -> logname
Inscribed onto my chest with razor blades and then doused with
lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
1997-05-29 15:03:32 +00:00
Bill Paul 0e04d559eb Activate new Secure RPC programs. 1997-05-28 16:05:18 +00:00
Jordan K. Hubbard 666a6cbbb1 Add global 1997-04-15 12:31:09 +00:00
Peter Wemm 51e16fc108 Make tclsh conditional on the src/contrib/tcl directory existing, and
allow it to be disabled via NOTCL in /etc/make.conf (similar to other
stuff in src/Makefile, eg: NOGAMES)
1997-04-12 07:09:18 +00:00
Joerg Wunsch 8187fe4813 Include `top'. 1997-03-23 18:59:47 +00:00
Peter Wemm c115df18cd Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
Paul Traina f89bbf631f Activate new OPIE programs 1997-02-07 03:57:21 +00:00