matthieu
|
1656661794
|
Unbreak Xprint builds. Noticed by todd@.
|
2007-05-25 16:15:41 +00:00 |
|
matthieu
|
6949127de8
|
required bits to build Xwscons
|
2007-05-25 15:47:16 +00:00 |
|
matthieu
|
5bda13aab6
|
Add skeleton implentation of Xwscons a kdrive based X server for
wscons's dumb framebuffer mode. This is an empty shell for now.
|
2007-05-25 15:33:32 +00:00 |
|
matthieu
|
15235d0d22
|
Fix for CVE-2007-2754: integer overflow that can lead to an heap overflow.
Discovered by Victor Stinner. Patch from Freetype repository.
|
2007-05-25 01:23:29 +00:00 |
|
jasper
|
8326dc8ba6
|
autoconf junk was zapped, so no need for HAVE_CONFIG_H
|
2007-05-22 22:14:42 +00:00 |
|
jasper
|
1706741235
|
remove useless #ifdef
ok pedro@
|
2007-05-22 17:59:17 +00:00 |
|
jasper
|
c79e190087
|
remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL)
ok pedro@
|
2007-05-22 17:38:51 +00:00 |
|
robert
|
6f6554cb81
|
more information about passing scale values to wsconsctl(8)
|
2007-05-22 09:43:22 +00:00 |
|
robert
|
12bf0133a6
|
hook xtsscale(4) to the build
|
2007-05-22 09:23:09 +00:00 |
|
jasper
|
9f4c24c2df
|
we don't use this file on openbsd, so zap it.
ok matthieu@ pedro@
|
2007-05-21 19:24:46 +00:00 |
|
jasper
|
620c663fe1
|
fix optind
ok ray@
|
2007-05-21 07:53:11 +00:00 |
|
robert
|
22432ec2e5
|
add xtsscale(1), an application that can be used to
calibrate touchscreens driven by the uts(4) driver.
it is not linked to the build yet; discussed with matthieu@
|
2007-05-20 14:43:12 +00:00 |
|
matthieu
|
ab470482ad
|
remove a file that gets generated during build
|
2007-05-18 22:02:36 +00:00 |
|
matthieu
|
5e3d3f0c72
|
regen
|
2007-05-17 09:48:54 +00:00 |
|
matthieu
|
d603235ce2
|
Remove extraneous dependency on libXt
|
2007-05-17 09:48:27 +00:00 |
|
matthieu
|
97b0c49761
|
use ${INSTALL_DATA} to install pixmaps. From Tim van der Molen. Thanks.
|
2007-05-16 19:59:15 +00:00 |
|
todd
|
c04ca009ce
|
sync
|
2007-05-13 04:02:47 +00:00 |
|
matthieu
|
48be8e35f5
|
Don't build mesa on landisk.
|
2007-05-12 14:54:57 +00:00 |
|
matthieu
|
987805ed7b
|
- Disable OpenGL parts on vax and sgi
- Disable Xprt on vax and landisk
Xenocara now builds on vax
|
2007-05-12 14:24:59 +00:00 |
|
matthieu
|
dc24f310db
|
Add.
|
2007-05-12 10:24:28 +00:00 |
|
matthieu
|
0485d9744a
|
resize doesn't need X libs.
|
2007-05-11 06:54:20 +00:00 |
|
matthieu
|
e4a722ff69
|
libXaw needs libXpm.
|
2007-05-11 06:42:50 +00:00 |
|
matthieu
|
3209d0529b
|
regen
|
2007-05-10 21:38:25 +00:00 |
|
matthieu
|
16e2433edc
|
Work-around gcc segfault on landisk
|
2007-05-10 21:37:15 +00:00 |
|
jasper
|
a9c22dfab1
|
- new sentence, new line.
- use .Pp instead of just a newline
- no empty lines between sections.
ok jmc@ matthieu@
|
2007-05-10 21:28:23 +00:00 |
|
matthieu
|
a5dd1a0f30
|
No X server, no drivers on landisk.
|
2007-05-10 19:35:29 +00:00 |
|
jasper
|
275aee2374
|
- add a "-d" option, to specify the display cwm should be started on
- adjust argc/argv by optind
- add an ENVIRONMENT section to the manpage
ok matthieu@ ray@
|
2007-05-10 17:23:49 +00:00 |
|
matthieu
|
8c005bdc41
|
Disable xfs on landisk and vax for now.
|
2007-05-09 06:19:30 +00:00 |
|
matthieu
|
a6079ffe8c
|
Fix build on systems with static libs only.
|
2007-05-08 21:07:55 +00:00 |
|
todd
|
27e6aae127
|
sync
|
2007-05-08 17:31:37 +00:00 |
|
matthieu
|
3a8e461dc8
|
Keep architecture lists sorted.
|
2007-05-08 16:33:02 +00:00 |
|
todd
|
9c936fe656
|
no video driver for hppa for now
|
2007-05-08 14:46:39 +00:00 |
|
matthieu
|
bd6867077c
|
Disable loadable font modules on static only architectures.
|
2007-05-08 09:00:45 +00:00 |
|
todd
|
84d10f0777
|
sync
|
2007-05-07 03:36:20 +00:00 |
|
matthieu
|
552b97fd53
|
regen
|
2007-05-05 10:55:41 +00:00 |
|
matthieu
|
5c6404f005
|
- generate manual pages for the tools from their sgml sources,
- unbreak Makefiles.am so that if the nroff man pages are present they
get installed, even without docbook tools.
|
2007-05-05 10:32:29 +00:00 |
|
todd
|
48a65bbad1
|
sync
|
2007-05-02 16:10:31 +00:00 |
|
matthieu
|
0ad4bd156e
|
Fix for a divide by zero that can be triggered by a malicious client.
Problem reported by Derek Abdine of rapid7.com, patch by Keith Packard.
|
2007-05-02 09:56:36 +00:00 |
|
espie
|
b66ac032df
|
like src, warn if base obj dir does not exist.
|
2007-05-01 08:31:47 +00:00 |
|
matthieu
|
0c8fca2585
|
wm2 is going to ports...
|
2007-04-27 18:27:54 +00:00 |
|
bernd
|
7b0c14c612
|
Connect cwm. ok matthieu@
|
2007-04-27 18:19:00 +00:00 |
|
bernd
|
6f6ac0afb1
|
Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/.
|
2007-04-27 18:10:39 +00:00 |
|
bernd
|
7065381a5a
|
Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new
key binding.
|
2007-04-27 18:08:14 +00:00 |
|
bernd
|
7e895a0aca
|
Remove autoconf crap and other stuff we don't need.
|
2007-04-27 18:04:40 +00:00 |
|
bernd
|
6c8a95a45f
|
Simple Makefile to build cwm.
|
2007-04-27 18:01:38 +00:00 |
|
bernd
|
1d12f3d8c4
|
Initial import of cwm-3.
tested by sturm@, ok matthieu@
|
2007-04-27 17:58:48 +00:00 |
|
bernd
|
74ce17ab9b
|
Bump expat major library version number and build the xmlwf tool.
Preparation for the expat removal from ports.
help & ok matthieu@ and sturm@
|
2007-04-26 11:55:28 +00:00 |
|
ajacoutot
|
4d3f7d1a95
|
- /usr/xobj is now part of the system
"why not" mblamer@, ok krw@ todd@
|
2007-04-23 08:52:58 +00:00 |
|
matthieu
|
f502a94636
|
Don't fall back to wsfb on autoconfig
|
2007-04-20 10:25:12 +00:00 |
|
matthieu
|
02f3c1452c
|
Don't build wsfb on i386 until it's ready.
|
2007-04-20 10:23:52 +00:00 |
|