summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2001-09-05 18:13:00 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc8fe1ea1a803457c0a6b7319354abe15c247adb7 (patch)
tree48ff307f0bc8d6f4a0773a01338699ae1d890b3d
parent92689d3a4645a6c7094cee7df8308c6755be7e74 (diff)
downloadmangoquest-c8fe1ea1a803457c0a6b7319354abe15c247adb7.zip
mangoquest-c8fe1ea1a803457c0a6b7319354abe15c247adb7.tar.gz
- outdated
Changed files: mangoquest-CFLAGS.patch -> 1.2 mangoquest-DESTDIR.patch -> 1.2 mangoquest-nodoc.patch -> 1.2
-rw-r--r--mangoquest-CFLAGS.patch14
-rw-r--r--mangoquest-DESTDIR.patch114
-rw-r--r--mangoquest-nodoc.patch6
3 files changed, 0 insertions, 134 deletions
diff --git a/mangoquest-CFLAGS.patch b/mangoquest-CFLAGS.patch
deleted file mode 100644
index 96edead..0000000
--- a/mangoquest-CFLAGS.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -durN mangoquest-0.6.1.orig/configure.in mangoquest-0.6.1/configure.in
---- mangoquest-0.6.1.orig/configure.in Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/configure.in Tue Aug 7 10:05:23 2001
-@@ -31,8 +31,8 @@
- dnl General options
- dnl --------------------------------------------------------------------------
- TR_CPPFLAGS=""
--TR_CFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations"
--TR_CXXFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations"
-+TR_CFLAGS="-Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations"
-+TR_CXXFLAGS="-Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations"
- TR_LIBS=""
-
- case "$host" in
diff --git a/mangoquest-DESTDIR.patch b/mangoquest-DESTDIR.patch
deleted file mode 100644
index bc8195f..0000000
--- a/mangoquest-DESTDIR.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-diff -durN mangoquest-0.6.1.orig/doc/Makefile.am mangoquest-0.6.1/doc/Makefile.am
---- mangoquest-0.6.1.orig/doc/Makefile.am Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/doc/Makefile.am Tue Aug 7 10:48:18 2001
-@@ -3,15 +3,15 @@
- SHELL=@SHELL@
-
- install:
-- $(SHELL) ./../mkinstalldirs $(pkgdatadir)/
-- $(SHELL) ./../mkinstalldirs $(pkgdatadir)/doc
-- cp -r manuals.tar.bz2 $(pkgdatadir)/doc/
-- chmod -R 755 $(pkgdatadir)
-+ $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)/
-+ $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)/doc
-+ cp -r manuals.tar.bz2 $(DESTDIR)$(pkgdatadir)/doc/
-+ chmod -R 755 $(DESTDIR)$(pkgdatadir)
-
- # Directories in EXTRA_DIST doen't work?
- dist-hook:
-- #cp -r -p schema.fig.gz $(distdir)
-+ #cp -r -p schema.fig.gz $(DESTDIR)$(distdir)
-
- uninstall:
-- @echo "Removing $(pkgdatadir) ..."
-- rm -rf $(pkgdatadir)
-+ @echo "Removing $(DESTDIR)$(pkgdatadir) ..."
-+ rm -rf $(DESTDIR)$(pkgdatadir)
-diff -durN mangoquest-0.6.1.orig/game_data/Makefile.am mangoquest-0.6.1/game_data/Makefile.am
---- mangoquest-0.6.1.orig/game_data/Makefile.am Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/game_data/Makefile.am Tue Aug 7 10:45:42 2001
-@@ -3,19 +3,19 @@
- SHELL=@SHELL@
-
- install:
-- $(SHELL) ./../mkinstalldirs $(pkgdatadir)
-- cp -r fonts hud sons textures maps $(pkgdatadir)
-- chmod -R 755 $(pkgdatadir)
-+ $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)
-+ cp -r fonts hud sons textures maps $(DESTDIR)$(pkgdatadir)
-+ chmod -R 755 $(DESTDIR)$(pkgdatadir)
-
- # Directories in EXTRA_DIST doen't work?
- dist-hook:
-- cp -r -p fonts $(distdir)
-- cp -r -p hud $(distdir)
-- cp -r -p sons $(distdir)
-- cp -r -p textures $(distdir)
-- cp -r -p maps $(distdir)
-- cp -r -p $(distdir)
-+ cp -r -p fonts $(DESTDIR)$(distdir)
-+ cp -r -p hud $(DESTDIR)$(distdir)
-+ cp -r -p sons $(DESTDIR)$(distdir)
-+ cp -r -p textures $(DESTDIR)$(distdir)
-+ cp -r -p maps $(DESTDIR)$(distdir)
-+ cp -r -p $(DESTDIR)$(distdir)
-
- uninstall:
-- @echo "Removing $(pkgdatadir) ..."
-- rm -rf $(pkgdatadir)
-+ @echo "Removing $(DESTDIR)$(pkgdatadir) ..."
-+ rm -rf $(DESTDIR)$(pkgdatadir)
-diff -durN mangoquest-0.6.1.orig/mangopeeler/doc/Makefile.am mangoquest-0.6.1/mangopeeler/doc/Makefile.am
---- mangoquest-0.6.1.orig/mangopeeler/doc/Makefile.am Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/mangopeeler/doc/Makefile.am Tue Aug 7 10:46:18 2001
-@@ -4,12 +4,12 @@
-
-
- install:
-- $(SHELL) ./../mkinstalldirs $(pkgdatadir)
-- chmod -R 755 $(pkgdatadir)
-+ $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)
-+ chmod -R 755 $(DESTDIR)$(pkgdatadir)
-
- # Directories in EXTRA_DIST doen't work?
- dist-hook:
-
- uninstall:
-- @echo "Removing $(pkgdatadir) ..."
-- rm -rf $(pkgdatadir)
-+ @echo "Removing $(DESTDIR)$(pkgdatadir) ..."
-+ rm -rf $(DESTDIR)$(pkgdatadir)
-diff -durN mangoquest-0.6.1.orig/mangopeeler/editor_data/Makefile.am mangoquest-0.6.1/mangopeeler/editor_data/Makefile.am
---- mangoquest-0.6.1.orig/mangopeeler/editor_data/Makefile.am Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/mangopeeler/editor_data/Makefile.am Tue Aug 7 10:46:47 2001
-@@ -3,19 +3,19 @@
- SHELL=@SHELL@
-
- install:
-- $(SHELL) ./../mkinstalldirs $(pkgdatadir)
-- cp -r bonus fonts interface autres icone.bmp splash.png $(pkgdatadir)/
-- chmod -R 755 $(pkgdatadir)
-+ $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)
-+ cp -r bonus fonts interface autres icone.bmp splash.png $(DESTDIR)$(pkgdatadir)/
-+ chmod -R 755 $(DESTDIR)$(pkgdatadir)
-
- # Directories in EXTRA_DIST doen't work?
- dist-hook:
-- cp -r -p bonus $(distdir)
-- cp -r -p fonts $(distdir)
-- cp -r -p interface $(distdir)
-- cp -r -p icone.bmp $(distdir)
-- cp -r -p splash.png $(distdir)
-- cp -r -p autres $(distdir)
-+ cp -r -p bonus $(DESTDIR)$(distdir)
-+ cp -r -p fonts $(DESTDIR)$(distdir)
-+ cp -r -p interface $(DESTDIR)$(distdir)
-+ cp -r -p icone.bmp $(DESTDIR)$(distdir)
-+ cp -r -p splash.png $(DESTDIR)$(distdir)
-+ cp -r -p autres $(DESTDIR)$(distdir)
-
- uninstall:
-- @echo "Removing $(pkgdatadir) ..."
-- rm -rf $(pkgdatadir)
-+ @echo "Removing $(DESTDIR)$(pkgdatadir) ..."
-+ rm -rf $(DESTDIR)$(pkgdatadir)
diff --git a/mangoquest-nodoc.patch b/mangoquest-nodoc.patch
deleted file mode 100644
index d318420..0000000
--- a/mangoquest-nodoc.patch
+++ /dev/null
@@ -1,6 +0,0 @@
-diff -durN mangoquest-0.6.1.orig/Makefile.am mangoquest-0.6.1/Makefile.am
---- mangoquest-0.6.1.orig/Makefile.am Fri Aug 3 22:09:04 2001
-+++ mangoquest-0.6.1/Makefile.am Tue Aug 7 10:34:20 2001
-@@ -1 +1 @@
--SUBDIRS=src game_data doc mangopeeler
-+SUBDIRS=src game_data mangopeeler