The NetBSD Project

CVS log for src/external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun

[BACK] Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / xorg-server / hw / sun

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 26 17:16:57 2023 UTC (22 months, 2 weeks ago) by tsutsui
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -1 lines
Fix link errors now complained by new ld(1) from binutils 2.39.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 28 09:43:59 2022 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
put reallocarray() in the public namespace

reallocarray() will be part of the next POSIX release, see
https://austingroupbugs.net/view.php?id=1218

adapt an errno value to match POSIX expectations

As discussed on tech-userlevel

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 15 19:12:39 2022 UTC (2 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
fix driver list for sgimips, make Xsun and Xvfb build.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:57:00 2021 UTC (3 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Fix link erorrs on ancient monolithic Xservers after DRI3 was enabled.

https://mail-index.netbsd.org/source-changes/2021/08/19/msg131652.html
> fix dri3 extension building and build it.
>
> needed for amdgpu.

XXX: I wonder if each Xorg server extension can be enabled/disabled
     per ${MACHINE} basis rather than in MI include/dix-config.h header.

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 27 09:05:37 2020 UTC (4 years, 3 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +128 -0 lines
Pull up following revision(s) (requested by tsutsui in ticket #1061):

	distrib/sets/lists/xdebug/md.sun3: revision 1.4
	distrib/sets/lists/xserver/md.sun3: revision 1.16
	external/mit/xorg/server/xorg-server/hw/sun/Xsun/Makefile: revision 1.1
	external/mit/xorg/server/xorg-server/hw/Makefile: revision 1.6
	external/mit/xorg/server/xorg-server/hw/sun/Makefile: revision 1.1
	external/mit/xorg/server/xorg-server/hw/sun/Xsun24/Makefile: revision 1.1
	external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.1
	external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.2
	external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.3
	external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.4
	external/mit/xorg/server/xorg-server/Makefile.common: revision 1.28
	external/mit/xorg/server/xorg-server.old/Makefile.common: revision 1.3
	external/mit/xorg/server/xorg-server/hw/sun/XsunMono/Makefile: revision 1.1

Add build glue for Xorg-Server-1.20'fied monolithic Xsun servers.

Don't build Xsun servers for sparc and sparc64.

Not tested, and maybe not worth for wscons'fied ports.

Add .debug binaries for Xsun servers.

Note daily build.sh on releng.netbsd.org has MKDEBUG=yes
so local test builds should also include it.
fix build:
- add .../xorg subdir to the path
- add dbe and present extensions, both wanted via linkage
.. but maybe these shouldn't be built?  they're not in sets.

Explicitly disable dbe, record, and present DIX extentions.

Specify default /var/log/Xsun.%s.log path definitions.

Revision 1.5.2.1
Wed Aug 5 15:48:09 2020 UTC (4 years, 4 months ago) by martin
Branches: netbsd-9
FILE REMOVED
Changes since revision 1.5: +0 -125 lines
file Makefile.Xsun was added on branch netbsd-9 on 2020-08-27 09:05:37 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 5 15:48:09 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: netbsd-9
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -4 lines
No need to build fbcmap_mi.c in each DDX server.

Per upstream commit:
 https://cgit.freedesktop.org/xorg/xserver/commit/?id=432fc37e2ca833f1ec3cb614cbdc3a7ae13f22b7
> Build fbcmap_mi.c once, rather than once for each DDX, and make it part of libfb
> or libwfb convenience library.

Tested on sun3 and x68k.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 4 14:31:58 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Specify default /var/log/Xsun.%s.log path definitions.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 24 02:25:58 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -10 lines
Explicitly disable dbe, record, and present DIX extentions.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 23 09:59:36 2020 UTC (4 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
fix build:
- add .../xorg subdir to the path
- add dbe and present extensions, both wanted via linkage

.. but maybe these shouldn't be built?  they're not in sets.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 22 20:54:08 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Add build glue for Xorg-Server-1.20'fied monolithic Xsun servers.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>