Commit Graph

3533 Commits

Author SHA1 Message Date
luigi
6a07ae7b3f Move commands to create stripped kernel into Makefile.conf,
so as to make the "picobsd" script less version-specific.

Improve handling of cross-builds (which requires creation of
includes and libraries for the new source tree).

The "picobsd" script will not probably work on -current because it still
uses 'vn' instead of 'md', but i am commiting it anyways to keep it
in sync with the version in -stable.
2001-09-04 02:01:52 +00:00
obrien
b4610a422a Try to build mkisofs' first, and only pkg_add -r' if you cannot. 2001-09-03 20:29:21 +00:00
obrien
13be009ee5 Cause an error condition to be sensed by make(1) if we have trouble
making the ISO.
2001-09-03 20:27:03 +00:00
obrien
165aca5d8c Fix my backwards logic.
Submitted by:	dirk
2001-09-03 20:23:59 +00:00
dd
973eb1653a If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in
DESTDIR.  This avoids redundant information in the path when DOCDIR
points to some directory that already implies (or specifies) a certain
language.  This is the case with the web site, where the release notes
are already installed under a language-specific directory.  This
behavior is not being made mandatory because it might still be useful
to install all the translations in one directory, such as during
testing, or in a hypothetical release notes archive.  Furthermore, it
is not being made the default because that breaks consistency with
stuff under doc/.

Reviewed by:	bmah
2001-09-03 14:39:32 +00:00
dd
dc570acf4d Extend the release note about ftpd -o to cover ftpd -O, too. 2001-09-03 14:25:59 +00:00
bmah
1706b25d58 New release note: am-utils 6.0.7. 2001-09-03 06:30:17 +00:00
jkh
b3ac075229 Use sh to execute scripts and just check that the script is readable.
I guess I pooched the permissions on the scripts before committing them
since they're not executable and now it's too late to change (I think -
I suppose you could chmod the ,v files and it might inheirit but I don't
feel like asking the repomeisters to try that).

Noticed by:	Dirk Froemberg <dirk@freebsd.org>
2001-09-02 19:05:27 +00:00
luigi
0dc160055e use correct "compile" directory, which is ../../compile/<filename>
This does not apply to RELENG_4 for which the compile directory is
../compile/<filename>
2001-09-01 21:19:15 +00:00
luigi
fe1db6c569 Supply a default value for the kernel config binary. 2001-09-01 19:16:00 +00:00
luigi
056bad6e37 Bugfix: Use the correct variable for picobsd type (same bug is
present in STABLE).  Also add a bit more logging (when enabled).
2001-09-01 18:27:39 +00:00
dd
a34f6bb0fc New release note: syslogd -b 2001-09-01 10:52:25 +00:00
bmah
8e06415e8a It is *indeed* possible to run Alpha Linux binaries under emulation.
Reviewed by:	gallatin
2001-09-01 04:39:16 +00:00
mjacob
f22f3e1a8b add 2300/2312 notes 2001-08-31 21:50:09 +00:00
bmah
44ebfe9763 Whitespace-only commit that can be ignored by translators.
The 1.2->1.4 deltas caused the indentation of this document to become
massively...well...confused.  Try to fix this.
2001-08-31 17:26:18 +00:00
bmah
00a6b7918c diskcheckd(8) is gone from the base system, so undo its release note. 2001-08-31 16:47:57 +00:00
alex
1b28c0b357 Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
discussed on the arch@ mailinglist (after repo-copy).

sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).

/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.

Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
luigi
3d846e3b57 add a missing -o.
There might be some other bug related to OBJDIR handling, once
fixed these changes can be MFC immediately.
2001-08-30 21:39:14 +00:00
scottl
b126e3170f Note the new cards supported by the asr and aac drivers.
MFC after:	1 day
2001-08-30 21:37:09 +00:00
bmah
238a15eeb7 New release note: SA-01:58. 2001-08-30 21:06:43 +00:00
bmah
e89f461ea7 Add some missing words, markup tweaks.
Commit from:		SIGCOMM 2001
2001-08-30 20:56:42 +00:00
jhb
2b1fd9ab5e Axe all the plists and supporting scripts to manage them and use them to
roll dists.
2001-08-30 18:11:42 +00:00
jhb
d407e15c63 Overhaul this script a bit:
- build_x.sh now does all the steps to build an X dist rather than being
  a child script of package_x_dists.sh
- Update the usage information to list the ports you need to install
  before running this script as well as needing to set CVSROOT.
- Make sure CVSROOT is set.  If not, exit with an error.
- We now take two parameters: a work directory and an output directory.
  The work directory is used as scratch space.  All of the bindist will
  end up in the output directory.
- Only apply XF86.patch to the checked out XFree86 port if it exists.
- Use XFree86's build-bindist tool to package up the dists using their
  distfiles rather than using our own packing lists that have to be
  manually updated each time the port changes.

Example usage:
	env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
2001-08-30 18:10:26 +00:00
jhb
31b4cb44e1 The current XFree86 port needs some help in the BUILD_XDIST case. Commit
this patch here until I can get the port fixed.
2001-08-30 17:53:00 +00:00
wilko
53170312d3 DS10 has it's USB interface disabled (by Compaq/DEC). I wonder where I got
the info that USB works in FreeBSD??
2001-08-30 12:46:53 +00:00
dd
d08cdff042 New release notes: ntp suite updated to 4.1.0, daemon(8).
Updated release notes: ACPI 20010816.
2001-08-30 05:34:37 +00:00
wilko
b1deb88543 Remove reference to mknod zs0 for TurboLaser console 2001-08-28 17:54:07 +00:00
dd
2746bbfebd New release note: ftpd -o 2001-08-28 12:08:57 +00:00
bmah
636614d36b New release note: SA-01:57. 2001-08-27 22:04:34 +00:00
dd
4efd284a6d New release note: config(8) ENV. I put this under the "kernel
changes" section, but I'm not sure it's appropriate there.  config(8)
is a userland utility, but this is actually a "kernel" feature.  There
are release notes about config(8) in both sections, but "kernel" seems
more appropriate for this one.
2001-08-27 13:41:15 +00:00
bmah
4892f8428a Try to make some sense out of the mess that used to be INSTALL.TXT.
1.  Bring floppies.sgml section in-line into install.sgml, where it
makes more sense.

2.  Slightly reorganize some sections of Installation section and
do some wordsmithing.

3.  Update distribution layout to reflect RELNOTESng and new compat
distributions.

4.  Update upgrade file list from 4-STABLE.

5.  It's been a long time since 2.2.X; get rid of instructions dealing
with "new" handling of compatability slices and fix up other references
in the text.

6.  Hunt down and kill emoticons with extreme prejudice.  Try to
tone down the use of exclamation points.

7.  Cross-reference new and improved Installation chapter in
Handbook.

8.  Add a proper abstract for this document.
2001-08-27 03:37:56 +00:00
bmah
e52902c064 Use &os.numports; to track how many ports we have. Don't need to give
an example of a specific release in CDROM/DVD ordering.
2001-08-26 17:31:03 +00:00
wilko
0dc66a506a Alpha uses openjade i.s.o. jade for docs generation. So go out
and build the right port for make release.

Submitted by:	bmah
Approved by:	bmah
MFC after:	2 days
2001-08-26 07:52:56 +00:00
bmah
515216377a Update rendition of a typical distribution directory. Text updates to
follow.
2001-08-25 04:22:24 +00:00
bmah
ae83ed4749 Reflect that the lge(4) driver has been tested on the Alpha.
Reviewed by:	wpaul
2001-08-24 00:30:50 +00:00
bmah
72642d727d New release note: SA-01:56.
Fix entry on SA-01:55, which was mislabeled as SA-01:54.  Also fix a
typo (I still can't spell "compatibility" correctly, it seems).
2001-08-23 21:14:42 +00:00
olgeni
7e0c531a0d Misc. changes:
* Rename cvsup-bin to cvsup (cvsup-bin does not exist anymore).
* Add the net/rsync port to the CDROM packages.
* Add the misc/compat* ports.

Approved by:	jkh
2001-08-23 19:54:11 +00:00
bmah
ce0c7adaa6 Expansions and clarification of some existing release notes items.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-23 18:39:04 +00:00
bmah
2406fd4d6b Typo and markup fixes.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-22 23:50:53 +00:00
bmah
85fe335d1b New release note: RFC 1948. 2001-08-22 03:13:33 +00:00
bmah
94b175e306 New release note: SA-01:54. 2001-08-21 22:26:02 +00:00
gshapiro
d8dc7487e0 sendmail 8.11.6 has been imported 2001-08-21 01:42:08 +00:00
obrien
13444b820b + do not hard code where a port may be installed to
+ uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger
  of the two
+ checks for `setcdboot's existsance and tries to pkg_add it if needed
+ removes English contraction

Approved by:	jkh
2001-08-20 21:22:33 +00:00
obrien
f44504864a + back out my `iso' target
+ allows one to set _R so one can more easily make an iso after the fact,
  in the directory `make release' was issued in
+ changes name from miniboot to miniinst since we make other bootable ISOs
  also (and we might confuse someone)

Approved by:	jkh
2001-08-20 21:22:01 +00:00
bmah
b262150ceb New release note: pppd(8) no longer world-executable/readable.
Submitted by:	kris
2001-08-20 20:45:55 +00:00
bmah
3c068b84c3 Typo and markup fixes.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-20 17:31:47 +00:00
bmah
d4133577d0 Fix an SGML glitch. 2001-08-20 04:56:37 +00:00
dd
c9d6bbb3f6 Use `an' where appropriate. 2001-08-20 02:08:26 +00:00
dd
60f9055f7d Expand a little on the note about apm_battery. Note that apmd can
execute commands when the battery level changes, and point users at
the examples in /etc/apmd.conf since this stuff isn't (yet?)
documented in the manual page.  Also note its MFC.

Submitted by:	nsayer
2001-08-19 23:36:49 +00:00
bmah
319cdcbb38 New release note: CDROM booting on IBMs.
Reminded by:	mp
2001-08-18 00:12:23 +00:00