summaryrefslogtreecommitdiff
path: root/graphics/Mesa3/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-13 14:57:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-13 14:57:27 +0000
commit9f672be6c8f5c911da9bd89b07ec3b4f00a8d15f (patch)
tree3faa5688c65e3a0347c2879a8ecac4ef94b6253e /graphics/Mesa3/files
parentImport of gd, a graphics library for fast GIF creation. (diff)
Upgrade to 2.1.
Closes PR #2659. Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Notes
Notes: svn path=/head/; revision=5595
Diffstat (limited to 'graphics/Mesa3/files')
-rw-r--r--graphics/Mesa3/files/patch-aa41
1 files changed, 16 insertions, 25 deletions
diff --git a/graphics/Mesa3/files/patch-aa b/graphics/Mesa3/files/patch-aa
index fca00c048a52..1059c4e5417a 100644
--- a/graphics/Mesa3/files/patch-aa
+++ b/graphics/Mesa3/files/patch-aa
@@ -1,20 +1,20 @@
-*** Makefile.old Wed Dec 4 01:51:17 1996
---- Makefile Wed Dec 4 01:53:57 1996
+*** Makefile.old Wed Jan 29 19:27:49 1997
+--- Makefile Wed Jan 29 19:28:44 1997
***************
-*** 118,123 ****
---- 118,146 ----
- cd samples ; $(MAKE) $@
- cd book ; $(MAKE) $@
+*** 289,291 ****
+--- 289,318 ----
+ 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.0 ${X11BASE}/lib
++ install -c -m 444 lib/libMesaGL.so.2.1 ${X11BASE}/lib
+ install -c -m 444 lib/libMesaGLU.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaGLU.so.13.0 ${X11BASE}/lib
++ install -c -m 444 lib/libMesaGLU.so.2.1 ${X11BASE}/lib
+ install -c -m 444 lib/libMesaaux.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesaaux.so.13.0 ${X11BASE}/lib
++ install -c -m 444 lib/libMesaaux.so.2.1 ${X11BASE}/lib
+ install -c -m 444 lib/libMesatk.a ${X11BASE}/lib
-+ install -c -m 444 lib/libMesatk.so.13.0 ${X11BASE}/lib
++ install -c -m 444 lib/libMesatk.so.2.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
@@ -27,19 +27,10 @@
+ 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
-+
- amiga:
- @echo "See the README.AMIGA file for installation information"
-
---- ./mklib.freebsd.org Tue Aug 13 19:56:47 1996
-+++ ./mklib.freebsd Mon Dec 16 19:52:10 1996
-@@ -6,7 +6,7 @@
- # First argument is name of output library
- # Rest of arguments are object files
-
--VERSION="2.0"
-+VERSION="13.0"
-
- LIBRARY=$1
- shift 1
++