Commit Graph

10187 Commits

Author SHA1 Message Date
jmcneill
c46c423e8e Remove esl(4) 2008-09-30 16:45:33 +00:00
njoly
d79dceef56 Add strfile.debug and unstr.debug 2008-09-29 11:39:37 +00:00
lukem
cc11735df8 Obsolete libXres* as they were mistakenly installed with the wrong name.
NOTE: As nothing should have linked against this, it should be ok to
obsolete the major shared library, which I've done contrary to the
usual rules for such files.
2008-09-28 06:34:48 +00:00
tsutsui
9957bf949d Use \*[Am]' rather than \*&' for ampersand. 2008-09-27 23:15:21 +00:00
reed
c3d4726944 Instead of removing entries, I should have marked them obsolete.
Sorry I didn't read the "Note" at the top of the file.
2008-09-27 13:16:53 +00:00
reed
8e4f10c1d5 ndiscvt is architecture specific.
So install manual page to architecture sub directory.
And add architecture to the manual page document title.
(Note that ndis(4) is already done that way.)

On netbsd-docs, I was told if it is made machine independent
in the future, we can then revert this change.
2008-09-27 04:33:04 +00:00
tsutsui
d1a2dd9a18 Use a 192.0.2.0/24 address in example per RFC 3330. Suggested by tron@. 2008-09-27 01:26:28 +00:00
apb
9536f79402 Install unstr:
* in games/fortune/Makefile, add unstr to SUBDIR;
* in games/fortune/unstr/Makefile, include ../../Makefile.inc;
* in games/fortune/strfile/Makefile, add MLINKS for unstr man page;
* in distrib/sets/lists/games/mi, add new files.
2008-09-26 18:56:43 +00:00
tsutsui
cb6c399677 Put boot.cfg for bootfloppy into ustarfs without path
so that bootloader can load it properly.
2008-09-26 18:36:44 +00:00
apb
520cbbf81f Build strfile both as a host tool and as an installed program:
* in games/fortune/strfile/Makefile, build strfile as a
  regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
  databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.
2008-09-26 18:23:09 +00:00
tsutsui
12cf7a7189 - use appropriate IFnames for each port
- use le0 as the default IFname for our favorite but orphaned antique ports,
  rather than modern but obsolete de0
- use a private IP address in example
2008-09-26 12:42:48 +00:00
rtr
01313ea852 install font configurations to /etc/fonts/conf.d 2008-09-26 07:02:57 +00:00
rtr
cdbc96d9c4 build and install the libGLcore server module 2008-09-26 06:57:03 +00:00
cube
e481a6bdeb The library provided by the libXres package is actually XRes, and not Xres.
Consistency(R) is a trademark of the X.Org Foundation.
2008-09-25 17:12:11 +00:00
tsutsui
b8968a60a8 Remove useless contents. 2008-09-25 15:41:52 +00:00
rtr
968f739190 add entries for the libglx extension module in xorg 2008-09-25 14:15:55 +00:00
rtr
12823682ae ioport.debug does not belong in the mi set 2008-09-25 14:08:12 +00:00
rtr
05397e426c fix netwinder sets for xorg 2008-09-25 14:06:52 +00:00
rtr
84b55d4784 - add exa cat,man,html entries (from hubertf@)
- sort and make uniq
- remove commented out Xmacppc
2008-09-24 10:11:29 +00:00
hubertf
3315dfcbf7 Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible
mode. Patch submitted by Andy Shevchenko <andy.shevchenko@gmail.com>
on tech-userlevel.
2008-09-23 23:59:03 +00:00
hannken
95da771bbd Build modular fss driver.
Reviewed by: Quentin Garnier <cube@netbsd.org>
2008-09-23 07:56:59 +00:00
skrll
826062446a Build and install a libgcov. 2008-09-23 06:59:42 +00:00
cube
763642fd37 Note intsallation of the exa module. 2008-09-22 16:19:57 +00:00
rtr
6dedfbb43b mach64 driver set list entries for amd64 and i386 2008-09-22 08:22:44 +00:00
tsutsui
c25b4d193d Add a note about a version mismatch warning of pkg_add(1) command. 2008-09-21 14:24:00 +00:00
lukem
3c38ddd7dd Add some more entries now we're using LIBISMODULE to install the dri .so files. 2008-09-21 14:10:54 +00:00
rtr
c45a4b99dd add /usr/X11R7/lib/modules/dri 2008-09-21 12:10:33 +00:00
hannken
cb5bd77c51 Obsolete fssbs(4). The kernel thread is named fssN now. 2008-09-21 10:25:07 +00:00
cube
875a0c3b84 Install DRI modules. If you don't like that they're in xbase or under
modules/dri, or even MI or whatever, please submit a proposal to tech-x11.
2008-09-21 01:32:40 +00:00
cube
f2865b8252 Register the build of libOSMesa for native X.Org. 2008-09-20 15:29:25 +00:00
tsutsui
c5424a41b2 Update URLs for packages PKG_PATH from obsolete one:
ftp://ftp.NetBSD.org/pub/NetBSD/packages/{VERSION}/{MACHINE}/All
to newer one:
ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/{MACHINE}/{VERSION}/All
which is documented in the pkgsrc guide, and also note the alternative path:
/pub/NetBSD/packages/current-packages/NetBSD/{MACHINE}/{VERSION}/All
for mirrors which don't mirror /pub/pkgsrc but have only /pub/NetBSD.
2008-09-20 08:34:28 +00:00
tsutsui
97e276be34 Sigh, fix previous properly. 2008-09-19 18:33:29 +00:00
tsutsui
5beeb7d847 Fix a typo in previous. 2008-09-19 18:18:37 +00:00
tsutsui
3e414a4b6b Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.

XXX: maybe ramdisk kernels should be installed into binary/kernel dir
XXX: as other ports rather than installation dir, and
XXX: kernel config names should be preserved in their filenames.
2008-09-19 17:38:43 +00:00
tsutsui
4154691ca5 Add ${IMAGE}.gz to dependency list of release:: target as well as the one
in src/distrib/common/Makefile.image so that ${MAKESUMS} will be invoked
after the target image is installed into the releasedir, not before,
even if make -jN is specified.

XXX some ports do ${MAKESUMS} for installation/miniroot files
XXX in etc/etc.${MACHINE}/Makefile.inc later again.
2008-09-19 17:23:32 +00:00
cube
96cb838ebe Note that shared libraries for libXprintUtil and libXprintAppUtil are now
installed.
2008-09-18 15:29:15 +00:00
pgoyette
5874ba97c9 One more cut&pasto.
There really oughtta be a way to automate this stuff!
2008-09-16 17:52:53 +00:00
pgoyette
03a3099266 Fix cut&pasto in previous 2008-09-16 17:34:53 +00:00
pgoyette
8146645e68 Add cnmagic.* aliases 2008-09-16 17:18:01 +00:00
kleink
051e58ca17 Update for tzdata2008f. 2008-09-15 22:00:16 +00:00
cube
08b7b8edae Libs in /lib have symlinks in /usr/lib. [hi haad!] 2008-09-15 20:03:50 +00:00
haad
664f39465e Bump libprop minor number, I forgot to do it when I have added
prop_array_add_* routines. In version 1.2 of prop_array_util.c.

Pointed by bad@.
2008-09-15 18:19:25 +00:00
tsutsui
cbda6f9085 Use proper .Pq macro to restore parentheses removed by my wrong fix
in rev 1.90.
2008-09-14 23:39:02 +00:00
tsutsui
9264e132c6 Install bootloader into the FAT partition, not root partition. 2008-09-13 16:59:42 +00:00
tsutsui
d58de8d3e7 Reformat port-maintainers list and use @NetBSD.org address as other lists.
XXX: list-portmasters.pl needs to be updated.
2008-09-13 15:54:57 +00:00
tsutsui
c07124b6d6 First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.

I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p
2008-09-13 15:43:07 +00:00
tsutsui
28c30d59ac - enable dhclient(8) in RAMDISK kernel
- bump mdroot size
2008-09-13 07:36:30 +00:00
cube
bf310cb861 Add pkgconfig files. 2008-09-13 04:33:05 +00:00
mrg
687809ae3c make these actually correct for xorg. 2008-09-12 06:54:07 +00:00
dyoung
3c17f72932 I guess it is about time that I added my name. 2008-09-09 15:44:10 +00:00