SOURCES: doomsday-ac.patch (NEW), doomsday-runtimedir.patch - upda...

havner havner at pld-linux.org
Fri Sep 1 17:51:52 CEST 2006


Author: havner                       Date: Fri Sep  1 15:51:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update for beta4

---- Files affected:
SOURCES:
   doomsday-ac.patch (NONE -> 1.1)  (NEW), doomsday-runtimedir.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/doomsday-ac.patch
diff -u /dev/null SOURCES/doomsday-ac.patch:1.1
--- /dev/null	Fri Sep  1 17:51:52 2006
+++ SOURCES/doomsday-ac.patch	Fri Sep  1 17:51:47 2006
@@ -0,0 +1,13 @@
+--- deng-1.9.0-beta4/configure.ac.orig	2006-09-01 17:30:14.000000000 +0200
++++ deng-1.9.0-beta4/configure.ac	2006-09-01 17:33:59.216224250 +0200
+@@ -124,10 +124,8 @@
+ 	Src/dpDehRead/Makefile Src/dpMapLoad/Makefile
+ 	Src/dsSDLMixer/Makefile	Src/dsOpenAL/Makefile ])
+ 
+-cd ..
+ rm -f ./Data/Doomsday.pk3
+ zip -v -0  ./Data/Doomsday.pk3  ./Data/Graphics/* ./Data/Fonts/* ./Data/KeyMaps/*
+-cd Build
+ 
+ #cd ..
+ #python ./Scripts/makedmt.py < ./Include/mapdata.hs

================================================================
Index: SOURCES/doomsday-runtimedir.patch
diff -u SOURCES/doomsday-runtimedir.patch:1.1 SOURCES/doomsday-runtimedir.patch:1.2
--- SOURCES/doomsday-runtimedir.patch:1.1	Sun Apr 10 18:23:07 2005
+++ SOURCES/doomsday-runtimedir.patch	Fri Sep  1 17:51:47 2006
@@ -1,28 +1,19 @@
 --- ./Src/dd_main.c~	2005-04-10 18:52:35.000000000 +0300
 +++ ./Src/dd_main.c	2005-04-10 18:52:37.000000000 +0300
-@@ -248,6 +248,15 @@
+@@ -275,6 +275,16 @@
  
- 	DD_Verbosity();
+     DD_Verbosity();
  
 +#ifdef UNIX
-+	if (getenv("HOME")) {
-+		filename_t h;
-+		sprintf(h, "%s/.doomsday", getenv("HOME"));
-+		Dir_MakeDir(h, &ddRuntimeDir);
-+		userdir_ok = Dir_ChDir(&ddRuntimeDir);
-+	}
++    if (getenv("HOME")) {
++        filename_t h;
++        sprintf(h, "%s/.doomsday", getenv("HOME"));
++        M_CheckPath(h);
++        Dir_MakeDir(h, &ddRuntimeDir);
++        userdir_ok = Dir_ChDir(&ddRuntimeDir);
++    }
 +#endif
 +
- 	// The -userdir option sets the working directory.
- 	if(ArgCheckWith("-userdir", 1))
- 	{
---- ../Src/dd_main.c~	2005-04-10 18:53:29.000000000 +0300
-+++ ../Src/dd_main.c	2005-04-10 19:07:46.000000000 +0300
-@@ -252,6 +252,7 @@
- 	if (getenv("HOME")) {
- 		filename_t h;
- 		sprintf(h, "%s/.doomsday", getenv("HOME"));
-+		M_CheckPath(h);
- 		Dir_MakeDir(h, &ddRuntimeDir);
- 		userdir_ok = Dir_ChDir(&ddRuntimeDir);
- 	}
+     // The -userdir option sets the working directory.
+     if(ArgCheckWith("-userdir", 1))
+     {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/doomsday-runtimedir.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list