summaryrefslogtreecommitdiff
path: root/graphics/mesagl/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mesagl/files')
-rw-r--r--graphics/mesagl/files/patch-aa18
-rw-r--r--graphics/mesagl/files/patch-ad23
-rw-r--r--graphics/mesagl/files/patch-ae11
3 files changed, 0 insertions, 52 deletions
diff --git a/graphics/mesagl/files/patch-aa b/graphics/mesagl/files/patch-aa
deleted file mode 100644
index 80847a17c8d3..000000000000
--- a/graphics/mesagl/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri May 18 10:51:10 2001
-+++ configure Fri May 18 10:52:30 2001
-@@ -823,9 +823,9 @@
- MESA_MAJOR=3
- MESA_MINOR=4
- MESA_TINY=2
--LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY}
--LIBGLU_VERSION=1:1:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY}
--LIBGLUT_VERSION=3:7:0
-+LIBGL_VERSION=${GLVER}:0
-+LIBGLU_VERSION=${GLVER}:0
-+LIBGLUT_VERSION=${GLUTVER}:0
-
-
-
diff --git a/graphics/mesagl/files/patch-ad b/graphics/mesagl/files/patch-ad
deleted file mode 100644
index 147ed95df496..000000000000
--- a/graphics/mesagl/files/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Thu May 17 01:28:53 2001
-+++ Makefile.in Tue Jun 5 17:34:13 2001
-@@ -95,7 +95,7 @@
-
- @NEED_GLUT_TRUE@SUB_GLUT = src-glut
-
--SUBDIRS = include src src-glu $(SUB_GLUT) $(DEMO_DIRS) util
-+SUBDIRS = $(INCLUDE_GL) $(SUB_GL) $(SUB_GLUT) $(DEMO_DIRS) util
-
- EXTRA_DIST = docs/INSTALL docs/INSTALL.GNU docs/CONFIG docs/IAFA-PACKAGE docs/RELNOTES docs/VERSIONS docs/CONFORM docs/COPYING docs/COPYRIGHT docs/README docs/README.3DFX docs/README.BEOS docs/README.GGI docs/README.MINGW32 docs/README.MITS docs/README.QUAKE docs/README.THREADS docs/README.X11 images/girl.rgb images/reflect.rgb images/tile.rgb
-
-@@ -113,7 +113,7 @@
-
- TAR = gtar
- GZIP_ENV = --best
--DIST_SUBDIRS = include src src-glu src-glut book demos samples xdemos \
-+DIST_SUBDIRS = $(INCLUDE_GL) $(SUB_GL) src-glut book demos samples xdemos \
- util
- all: all-redirect
- .SUFFIXES:
diff --git a/graphics/mesagl/files/patch-ae b/graphics/mesagl/files/patch-ae
deleted file mode 100644
index 295ebbb601f6..000000000000
--- a/graphics/mesagl/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/config.c 2000/09/11 12:25:04 1.1
-+++ src/config.c 2000/09/11 12:25:27
-@@ -406,7 +406,7 @@
- #if defined(__WIN32__) || defined(__MSDOS__)
- const char *filename = "mesa.cnf";
- #else
-- const char *filename = "/etc/mesa.conf";
-+ const char *filename = "%%PREFIX%%/etc/mesa.conf";
- #endif
- FILE *file;
- struct cnode *list;