CVS commit: src/external/mit/xorg/lib/libGLU

2021-08-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Aug 24 03:10:11 UTC 2021

Modified Files:
src/external/mit/xorg/lib/libGLU: Makefile

Log Message:
don't install glu_mangle.h


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/mit/xorg/lib/libGLU/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/lib/libGLU/Makefile
diff -u src/external/mit/xorg/lib/libGLU/Makefile:1.21 src/external/mit/xorg/lib/libGLU/Makefile:1.22
--- src/external/mit/xorg/lib/libGLU/Makefile:1.21	Sun Jul 11 20:52:06 2021
+++ src/external/mit/xorg/lib/libGLU/Makefile	Tue Aug 24 03:10:11 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2021/07/11 20:52:06 mrg Exp $
+#	$NetBSD: Makefile,v 1.22 2021/08/24 03:10:11 mrg Exp $
 
 .include 
 
@@ -128,7 +128,7 @@ SRCS=		${SRCS.libutil} ${SRCS.libtess} \
 CFLAGS+=	-fno-strict-aliasing -fvisibility=hidden -pthread
 
 .PATH:		${X11SRCDIR.glu}/include/GL
-INCS=	glu.h glu_mangle.h
+INCS=	glu.h
 INCSDIR=${X11INCDIR}/GL
 
 LIBDPLIBS=	Xext	${.CURDIR}/../libXext \



CVS commit: src/external/mit/xorg/lib/libGLU

2021-08-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Aug 24 03:10:11 UTC 2021

Modified Files:
src/external/mit/xorg/lib/libGLU: Makefile

Log Message:
don't install glu_mangle.h


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/mit/xorg/lib/libGLU/Makefile

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



re: CVS commit: src/external/mit/xorg/lib/libGLU

2015-01-30 Thread matthew green

"Nathanial Sloss" writes:
> Module Name:  src
> Committed By: nat
> Date: Thu Jan 29 22:51:56 UTC 2015
> 
> Modified Files:
>   src/external/mit/xorg/lib/libGLU: shlib_version
> 
> Log Message:
> Fixes segfaults and crashing in applications that use libGLU.
> Minor version bump.
> 
> This commit was approved by wiz@

why bump the version?  this was just a bug fix, not any change
or addition to the ABI, right?


.mrg.