Module Name:    src
Committed By:   mrg
Date:           Sun Oct 16 23:38:02 UTC 2022

Modified Files:
        src/external/mit/xorg/bin/fslsfonts: Makefile
        src/external/mit/xorg/bin/xditview: Makefile
        src/external/mit/xorg/bin/xgc: Makefile

Log Message:
updates for fslsfonts 1.0.7, xditview 1.0.6, and xgc 1.0.6.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/fslsfonts/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xditview/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xgc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/fslsfonts/Makefile
diff -u src/external/mit/xorg/bin/fslsfonts/Makefile:1.3 src/external/mit/xorg/bin/fslsfonts/Makefile:1.4
--- src/external/mit/xorg/bin/fslsfonts/Makefile:1.3	Wed Jul 22 07:58:00 2015
+++ src/external/mit/xorg/bin/fslsfonts/Makefile	Sun Oct 16 23:38:02 2022
@@ -1,9 +1,11 @@
-#	$NetBSD: Makefile,v 1.3 2015/07/22 07:58:00 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2022/10/16 23:38:02 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=	fslsfonts
 
+CPPFLAGS+=	-DHAVE_REALLOCARRAY -D_OPENBSD_SOURCE
+
 LDADD+=	-lFS
 DPADD+=	${LIBFS}
 

Index: src/external/mit/xorg/bin/xditview/Makefile
diff -u src/external/mit/xorg/bin/xditview/Makefile:1.4 src/external/mit/xorg/bin/xditview/Makefile:1.5
--- src/external/mit/xorg/bin/xditview/Makefile:1.4	Wed May  9 08:39:55 2018
+++ src/external/mit/xorg/bin/xditview/Makefile	Sun Oct 16 23:38:02 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2018/05/09 08:39:55 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2022/10/16 23:38:02 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -6,6 +6,7 @@ PROG=	xditview
 SRCS=	xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
 	XFontName.c DviChar.c
 
+CPPFLAGS+=	-D_CONST_X_STRING
 CPPFLAGS+=	-DHAS_MKSTEMP
 CPPFLAGS+=	-DUSE_XFT -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/freetype2/freetype

Index: src/external/mit/xorg/bin/xgc/Makefile
diff -u src/external/mit/xorg/bin/xgc/Makefile:1.4 src/external/mit/xorg/bin/xgc/Makefile:1.5
--- src/external/mit/xorg/bin/xgc/Makefile:1.4	Fri May 31 07:22:21 2013
+++ src/external/mit/xorg/bin/xgc/Makefile	Sun Oct 16 23:38:02 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2013/05/31 07:22:21 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2022/10/16 23:38:02 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,6 +7,7 @@ SRCS=	dashlist.c planemask.c getfile.c t
 	choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
 
 YHEADER=1
+#CPPFLAGS+=-D_CONST_X_STRING
 CPPFLAGS+=-I. -I${X11SRCDIR.${PROG}}
 
 APPDEFS=Xgc Xgc-color

Reply via email to