aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mesagl/files
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-10-01 03:20:06 +0800
committermax <max@FreeBSD.org>1997-10-01 03:20:06 +0800
commit5cdc75043502992cb53e85428855598cc9a569fb (patch)
tree664e191a38343855f50e481fd029d852473b39a2 /graphics/mesagl/files
parentc5bbbe0e88228164038a37e4de97a6ce9734822a (diff)
downloadfreebsd-ports-gnome-5cdc75043502992cb53e85428855598cc9a569fb.tar.gz
freebsd-ports-gnome-5cdc75043502992cb53e85428855598cc9a569fb.tar.zst
freebsd-ports-gnome-5cdc75043502992cb53e85428855598cc9a569fb.zip
Upgrade, 2.1 -> 2.2.
Diffstat (limited to 'graphics/mesagl/files')
-rw-r--r--graphics/mesagl/files/patch-aa33
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/mesagl/files/patch-aa b/graphics/mesagl/files/patch-aa
deleted file mode 100644
index c5ec0c8de973..000000000000
--- a/graphics/mesagl/files/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.orig Sat Nov 30 15:35:50 1996
-+++ Makefile Fri Feb 14 12:15:16 1997
-@@ -289,3 +289,30 @@
- tar -cvf src.tar $(SRC_FILES) ; \
- gzip src.tar
-
-+install:
-+ install -c -m 444 lib/libMesaGL.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaGL.so.13.1 ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaGLU.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaGLU.so.13.1 ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaaux.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaaux.so.13.1 ${X11BASE}/lib
-+ install -c -m 444 lib/libMesatk.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesatk.so.13.1 ${X11BASE}/lib
-+ mkdir -p -m 0775 ${X11BASE}/include/Mesa/GL
-+ install -c include/glaux.h ${X11BASE}/include/Mesa
-+ install -c include/gltk.h ${X11BASE}/include/Mesa
-+ install -c include/GL/gmesa.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/fgl.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/gl.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/glu.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/glx.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/osmesa.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/svgamesa.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/wmesa.h ${X11BASE}/include/Mesa/GL
-+ install -c include/GL/xmesa.h ${X11BASE}/include/Mesa/GL
-+ mkdir -p -m 0775 ${PREFIX}/share/Mesa
-+ cp -rp samples ${PREFIX}/share/Mesa
-+ cp -rp demos ${PREFIX}/share/Mesa
-+ cp -rp book ${PREFIX}/share/Mesa
-+ cp -rp widgets-sgi ${PREFIX}/share/Mesa
-+ ldconfig -m ${X11BASE}/lib