jmcneill
563065df0b
+thinkpad(4)
2008-10-18 20:46:43 +00:00
pooka
f6e8419ce8
update set lists for:
...
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}
2008-10-16 09:39:43 +00:00
wrstuden
e5d0434bf7
sys/sa.h and sys/satypes.h are both needed, so revive/include them.
2008-10-16 03:51:54 +00:00
mrg
86340158d0
- install ldscripts on sparc64
...
- move ldscripts to /usr/libdata/ldscripts
2008-10-12 23:00:53 +00:00
bouyer
540cab1ec8
jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
...
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
2008-10-11 21:54:11 +00:00
joerg
db5825abd5
Add u3g(4) driver from FreeBSD. This driver provides better support for
...
3G datacards than ugensa and will replace the latter for the supported
devices.
2008-10-10 16:37:15 +00:00
pgoyette
fc071384c8
Since I nuked the old adt7467c driver, I might as well nuke the man page.
2008-10-08 01:15:11 +00:00
pgoyette
3b3e1e2687
Document the -1 and -2 options, and include this in amd64 as well as i386
...
Fixes my PR/38816
2008-10-06 20:25:42 +00:00
cube
91b124cba3
Fix a file name who lost its extension. Noted by mrg@.
2008-10-05 20:24:33 +00:00
cube
5d3c2f77c1
Install API manual pages for fontcnfig as well as fonts-conf(5).
2008-10-05 18:32:40 +00:00
cube
b9e97732a5
Note installation of fc-cat(1) and fc-match(1) from fontconfig.
2008-10-05 17:55:01 +00:00
cube
47c0c4a814
Note installation of xmlwf(1).
2008-10-05 17:37:53 +00:00
cube
e476bbf8b6
Note installation of vmmouse(4).
2008-10-05 03:35:44 +00:00
cube
259136022a
Install manual pages for libXScrnSaver.
2008-10-05 03:15:20 +00:00
cube
861cba71eb
Install manual pages for libXau.
2008-10-05 02:42:53 +00:00
cube
adefabf808
Install manual pages for libXcomposite.
2008-10-05 02:28:01 +00:00
cube
bd3cd76bfc
Install manual pages for libXevie.
2008-10-05 02:05:39 +00:00
cube
084d47127e
Install manual pages for libXext.
2008-10-05 01:47:55 +00:00
cube
e850c9445c
Install manual page for libXfixes.
2008-10-05 00:53:12 +00:00
cube
d9d69194b0
Note installation of xft-config.
2008-10-05 00:45:12 +00:00
cube
83f200a900
Install manual pages for libXi.
2008-10-05 00:33:35 +00:00
cube
52d4d5b272
Install manual pages for libXinerama.
2008-10-04 22:41:42 +00:00
cube
94d27555f4
Install manual pages for libXp.
2008-10-04 22:29:00 +00:00
cube
ffe904a923
Install manual pages for libXres.
2008-10-04 21:59:49 +00:00
cube
a443d713e6
Install manual pages (the 267 of them) of libXt.
2008-10-04 20:53:12 +00:00
cube
d359a0d531
Install manual pages for libXtst.
2008-10-04 19:00:19 +00:00
cube
028ab7f280
Install manual pages for libXv.
2008-10-04 18:46:20 +00:00
cube
db9907590f
Install manual pages for libXxf86misc.
2008-10-04 18:32:25 +00:00
cube
39d1e319db
Add previously not installed headers.
2008-10-04 02:32:26 +00:00
cube
50c01ad317
Move freetype-config to xcomp, and note installation of xft-config, with
...
manual.
2008-10-03 03:53:22 +00:00
joerg
39741d2848
Hook up libfetch and pkg_install update.
2008-10-02 17:54:51 +00:00
pgoyette
4d6d694c47
Add dbcool man page and associated links
2008-10-02 00:52:17 +00:00
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
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
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
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
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
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
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
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
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
rtr
719482780c
fix amd64 lists for MKDEBUG=yes MKXORG=yes
2008-09-09 08:25:31 +00:00
jmcneill
c0fb860aa0
uvideo(4)
2008-09-09 01:17:23 +00:00
rtr
8fa1918353
add xorg locale module entries
2008-09-07 13:15:49 +00:00
jmcneill
871986c8c4
Add pseye(4)
2008-09-06 19:41:38 +00:00
jmcneill
86cec39a87
Add video(4) and video(9) man pages
2008-09-06 19:14:44 +00:00
jmcneill
623f49d4ea
Add videoio.h
2008-09-06 19:04:53 +00:00
rtr
c669328d60
install libX11 man,cat,html pages
2008-09-06 07:34:24 +00:00
rtr
bf2203f0f9
add xorg list entries for xinput binary and manpages
2008-09-06 06:37:58 +00:00
bjs
b500f5fe95
Add profile tag to libfoo_p.a xorg libraries.
2008-09-06 05:20:58 +00:00
rtr
ff4672e4f8
add entry for xorgversion.def that is now installed
2008-09-06 03:22:04 +00:00
lukem
490ac90f8e
Add strunvisx(3) as a link to unvis(3)
2008-09-05 04:52:34 +00:00
agc
ead06104de
Sync set list with reality for html page for rump_sysvbfs.
2008-09-04 20:37:30 +00:00
pooka
91abea38e6
untypo previous
2008-09-04 16:20:15 +00:00
pooka
795cda8d6a
Add rump support for sysvbfs.
2008-09-04 12:21:25 +00:00
pooka
9e37085d2e
Install sysvbfs argument structure header into userlandia.
2008-09-04 12:07:29 +00:00
rtr
bd887bd6a3
add chooser.debug and xorgconfig.debug entries for xorg when MKDEBUG=yes
2008-09-04 08:04:31 +00:00
pgoyette
be03c1978e
Fix a cut-and-pasto - the html files are *.html not *.9
2008-09-04 01:53:56 +00:00
ober
c476955fc4
Updates to enable the iwn man page
2008-09-03 23:44:24 +00:00
erh
fe87d891c6
Add the man9 and html9 entries for the linedisc symlinks too.
2008-09-03 18:30:13 +00:00
erh
d004547533
Add man page links from ttyldisc_{add,lookup,remove} to linedisc
2008-09-03 03:02:48 +00:00
lukem
5c4783ee40
Use "-obsolete-" instead of "-unknown-" as the syspkg tag for obsolete entries.
...
Suggested by Alan Barrett <apb>
2008-09-02 21:51:09 +00:00
lukem
9c3ad8c3fd
Reformat the columns
2008-09-02 21:45:42 +00:00
christos
d49f7b0d13
properly fix groff.info
2008-09-02 18:13:49 +00:00
njoly
40d03853e6
+rgb.debug
2008-09-02 11:05:20 +00:00
njoly
22eed021bc
Add back a few x11 man pages that werew lost in r1.25.
2008-09-02 10:09:21 +00:00
christos
e5a9222681
enable groff.info and vi.info now that we have texinfo-4.8
2008-09-02 09:30:25 +00:00
lukem
9147898ee3
Reformat the columns
2008-09-02 02:23:11 +00:00
lukem
386a8c674a
remove pointless "obsolete" X11R7 entries
2008-09-02 02:21:27 +00:00
lukem
04daf7ba02
Reformat the columns
2008-09-02 02:17:48 +00:00
lukem
54dfa7d530
* reformat the (non-comment) columns
...
* use "-unknown-" as the syspkg tag for obsolete entries for consistency
with in-use entries
2008-09-02 02:16:26 +00:00
lukem
e95fba0e95
* reformat the (non-comment) columns
...
* use "-unknown-" as the syspkg tag for obsolete entries for consistency
with in-use entries
* remove pointless "obsolete" X11R7 entries
2008-09-02 02:14:08 +00:00
lukem
d57cea4179
modules aren't .man pages ... (hi mrg!)
...
fix type of intel.4 entries
2008-09-02 01:56:35 +00:00
lukem
26297d149c
fix .cat/html tag on intel.{0,html}
2008-09-02 01:55:34 +00:00
lukem
0c4bca54b5
add missing XF86Config.5 entries
2008-09-02 01:48:52 +00:00
lukem
4c32df2846
fix wrong tag for wsfb.4
2008-09-02 01:47:33 +00:00
njoly
4cf89a9f0b
s/.debug/debug/ for tags.
2008-09-01 11:53:34 +00:00
rtr
6c4b42c91b
- move build of showrgb to x11/bin/showrgb
...
- build and install rgb to destdir
- use host rgb to generate rgb.db database at build time and install it
- fix set list for above
should resolve pr/36836
2008-09-01 10:37:19 +00:00
rtr
1462d0ec41
remove x11 entry for XF86Config.5 since it is not mi
...
discovered by: Juergen Hannken-Illjes while building evbppc
2008-09-01 08:08:36 +00:00
mrg
f727693fb5
add intel and sis driver files.
2008-09-01 05:55:27 +00:00
mrg
29ced7c3fa
fix set lists for amd64.
2008-08-31 21:47:55 +00:00
chris
2d5bc38e34
Check in xorg set list updates for cats.
2008-08-31 14:52:52 +00:00
christos
dc050a906d
one more catalog
2008-08-31 12:55:44 +00:00
christos
dc8d73c793
obsolete the old vi catalogs
2008-08-31 12:07:46 +00:00
rtr
c978394d78
add back some entries that ended up in xbase/mi
2008-08-31 10:52:52 +00:00
rtr
9bb9e469e9
- fix set lists for xorg/shark
...
- remove some non-mi stuff that snuck into xbase/mi
2008-08-31 10:49:37 +00:00
mrg
0cc1081690
add ./usr/X11R7/man/html1/xorgconfig.html
2008-08-31 10:43:04 +00:00
mrg
e7ed4bbf35
add several missing i386 xorg files. now i386 sets work again.
2008-08-31 09:07:25 +00:00
mrg
bde163d62b
move XF86VM.3 into xcomp where it belongs.
2008-08-31 09:06:40 +00:00
christos
cf944fb95b
fix sets for nvi
2008-08-31 05:27:22 +00:00
lukem
bee9ff71a1
fix previous; need "obsolete" in the third column
2008-08-31 01:17:12 +00:00
lukem
e95c8a6849
Remove set lists for the non-cross-compiled ("vendor provided") build of
...
XFree86; we've used our src/x11 framework for four years.
2008-08-31 00:19:33 +00:00
christos
45ee307f3b
no more magic.mime
2008-08-30 12:25:41 +00:00
reinoud
627e960617
Back out dirhash kernel module for now.
2008-08-30 10:49:27 +00:00
mrg
b86fa1af90
clean up a lot of macppc xorg sets. still not done.
2008-08-30 09:34:58 +00:00
mrg
9f828072d4
make xorg sets for amd64 almost entirely correct.
2008-08-30 07:15:50 +00:00
mrg
f0adb03741
fix most of the amd64 sets.
2008-08-30 06:33:57 +00:00
rtr
08255ad080
add entries for ./etc/mtree/set.x{server,font,etc} when MKXORG=yes
2008-08-30 06:30:28 +00:00
rtr
def2d9e9ee
rename entries to libXTrap to libxtrap
2008-08-30 06:29:03 +00:00
mrg
3632dc6202
fix the module list.
2008-08-30 00:59:35 +00:00
reinoud
0a5ad4e15d
Add dirhash kernel module for sharing dirhashing support with other FS
...
other than UDF. Its FS agnostic and could be used for any FS
Note to self: manpage needs to follow.
2008-08-29 14:20:25 +00:00
lukem
afd8405835
Entries for HTML man pages generated with MKHTML=yes.
...
PR 29233
2008-08-29 06:08:39 +00:00
lukem
794ef73292
add entries for /usr/X11R[67]/man/html[13457]
2008-08-29 05:34:07 +00:00
rtr
21d4494b34
put ./usr/X11R6/lib/libXft.so.1.1 we need it for src/x11
2008-08-29 05:33:00 +00:00
rtr
4c407bbc68
move pic archives from mi to shl.mi (where they belong)
2008-08-29 02:55:51 +00:00
rtr
88ab4ee092
move xorg library entries from xcomp to xbase (where they belong)
...
- shl.mi should contain lib.so.<maj>.<min>.<tiny>
- shl.elf should contain lib.so and lib.so.<maj> links
2008-08-29 02:50:47 +00:00
mrg
261ad1f138
- fix the "tag" list i got wrong earlier - it is comma separated.
2008-08-29 02:28:16 +00:00
mrg
1ce3b5728f
- fix the "tag" list i got wrong earlier - it is comma separated.
...
- add a bunch of xorg stuff for other platforms.
2008-08-29 02:21:48 +00:00
rtr
996a4416b7
add the last of the xorg list entries
2008-08-29 02:08:00 +00:00
rtr
856104271e
remove trailing ^M chars that snuck in
2008-08-29 01:56:16 +00:00
mrg
283e3462ce
mark all src/x11 built files with "x11" tag.
2008-08-29 01:06:34 +00:00
rtr
a17deda51d
put CVS $Id$ back in the right place, fix empty comment lines after last sort
2008-08-29 00:21:36 +00:00
rtr
e983d828df
- add missing xorg entries
2008-08-29 00:20:55 +00:00
rtr
57aa6195cc
- add debuglib tag to appropriate xorg entries
2008-08-29 00:19:19 +00:00
rtr
5e3dfebdbc
- add debug tag to appropriate entries
2008-08-28 23:52:53 +00:00
rtr
8a15adb168
- add x11 tag to x11 entries
...
- add debuglib tag where appropriate
2008-08-28 23:49:33 +00:00
rtr
658e7f53c4
- add x11 tag to all entries
...
- add most of the entries required for xorg (with xorg tag)
2008-08-28 23:40:11 +00:00
rtr
930efbcc89
- add x11 tag to all entries
...
- add most of the entries required for xorg (with xorg tag)
- add most of the entries required for debuglib (with debuglib tag)
2008-08-28 23:39:01 +00:00
rtr
695aeec15e
- add x11 tag to all entries
...
- add most of the entries required for xorg (with xorg tag)
2008-08-28 23:32:47 +00:00
mrg
644d129f67
add /usr/X11R7 dirs.
2008-08-28 09:01:23 +00:00
lukem
77e36d9955
add debuglib keyword. per rtr
2008-08-28 07:22:41 +00:00
lukem
d6e6997551
Improve support for MKXORG!=no to enable builds into external/mit/xorg.
...
This will be mutually exclusive to MKX11!=no.
2008-08-28 07:21:49 +00:00
lukem
1373597cb4
Add support for MKHTML and MKXORG enabling "html" and "xorg" keywords
...
(respectively).
MKXORG also sets x11_version as per MKX11.
(Eventually we'll deprecate the non cross-build X11 sets and remove
the need for the x11_version variable here)
2008-08-28 07:17:13 +00:00
lukem
79f9952a54
sort various files (before adding new entries)
2008-08-27 05:08:33 +00:00
lukem
c456fe3536
sort various files (before adding new entries)
2008-08-27 04:43:53 +00:00
lukem
421b8d4ecc
Add "dynamicroot" keyword to various entries in /lib and /libexec.
...
PR 33503
2008-08-25 07:58:37 +00:00