head	1.2;
access;
symbols
	pkgsrc-2019Q2:1.1.0.36
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.34
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.32
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.30
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.28
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.26
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.24
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.22
	pkgsrc-2017Q3-base:1.1
	pkgsrc-2017Q2:1.1.0.18
	pkgsrc-2017Q2-base:1.1
	pkgsrc-2017Q1:1.1.0.16
	pkgsrc-2017Q1-base:1.1
	pkgsrc-2016Q4:1.1.0.14
	pkgsrc-2016Q4-base:1.1
	pkgsrc-2016Q3:1.1.0.12
	pkgsrc-2016Q3-base:1.1
	pkgsrc-2016Q2:1.1.0.10
	pkgsrc-2016Q2-base:1.1
	pkgsrc-2016Q1:1.1.0.8
	pkgsrc-2016Q1-base:1.1
	pkgsrc-2015Q4:1.1.0.6
	pkgsrc-2015Q4-base:1.1
	pkgsrc-2015Q3:1.1.0.4
	pkgsrc-2015Q3-base:1.1
	pkgsrc-2015Q2:1.1.0.2
	pkgsrc-2015Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2019.08.21.17.40.42;	author nia;	state dead;
branches;
next	1.1;
commitid	Jj5koSbnUmv48VzB;

1.1
date	2015.04.05.17.01.37;	author tnn;	state Exp;
branches;
next	;
commitid	0CLydJyf9Z9Qjqgy;


desc
@@


1.2
log
@Remove graphics/MesaLib7, x11/modular-xorg-server112

Also remove legacy drivers only building against mxs112:

* x11/xf86-video-newport
* x11/xf86-video-modesetting (integrated into later X versions)

According to tnn, these are no longer useful.

* Originally kept for drm1 users (NetBSD 6).
* The one use case that actually worked was xf86-video-ati6.
* That driver has been patched to work with the new server ABI.
@
text
@# $NetBSD: gen_matypes.awk,v 1.1 2015/04/05 17:01:37 tnn Exp $

BEGIN {
	while (getline) {
		if (/int main/) break;
	}
}

/printf/ {
	printf("printf %s\n", substr($0, 12, length($0) - 14))
}
/OFFSET\(/ {
	split(substr($0,12, length($0) - 14), offsets, ",");
	printf("offset %s \"%s\" \"%s\"\n", offsets[1], offsets[2], offsets[3]);
}
/OFFSET_HEADER/ {
	printf("offset_header %s\n", substr($0,19, length($0) - 21))
}

/DEFINE\(/ {
	split(substr($0,12, length($0) - 14), offsets, ",");
	printf("define %s \"%s\"\n", offsets[1], offsets[2]);
}
/DEFINE_HEADER/ {
	printf("define_header %s\n", substr($0,19, length($0) - 21))
}

/SIZEOF\(/ {
	split(substr($0,12, length($0) - 14), offsets, ",");
	printf("sizeof %s \"%s\"\n", offsets[1], offsets[2]);
}
@


1.1
log
@Re-import the old MesaLib package as graphics/MesaLib7.
Set INSTALLATION_PREFIX to allow this to co-exist with graphics/MesaLib.

This package is here to allow x11/modular-xorg-server112 to find
dri drivers, which it should pick up from /usr/pkg/MesaLib7/lib/dri.
@
text
@d1 1
a1 1
# $NetBSD: gen_matypes.awk,v 1.1 2007/08/06 13:47:39 joerg Exp $
@

