diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-11-29 09:41:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-11-29 09:41:47 +0000 |
commit | 06224687c38091c3ee3e3ccd9918d92215207a04 (patch) | |
tree | b974ef4bd73b34dca8bae77d92602ca86faaf387 | |
parent | 7d90239629d3130c4eb54c1698036508f6635dea (diff) | |
download | ports-06224687c38091c3ee3e3ccd9918d92215207a04.tar.gz ports-06224687c38091c3ee3e3ccd9918d92215207a04.zip |
Notes
-rw-r--r-- | games/vegastrike-data/Makefile | 17 | ||||
-rw-r--r-- | games/vegastrike-data/distinfo | 4 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 47 | ||||
-rw-r--r-- | games/vegastrike/distinfo | 4 | ||||
-rw-r--r-- | games/vegastrike/files/extra-patch-src-cmd-basecomputer.cpp | 38 | ||||
-rw-r--r-- | games/vegastrike/files/extra-patch-src-vsfilesystem.cpp | 29 | ||||
-rw-r--r-- | games/vegastrike/files/patch-objconv-basemaker-base_maker_texture.cpp | 20 | ||||
-rw-r--r-- | games/vegastrike/files/patch-setup-src-c-setup.cpp | 173 | ||||
-rw-r--r-- | games/vegastrike/files/patch-setup-src-include-file.cpp | 71 | ||||
-rw-r--r-- | games/vegastrike/files/patch-src-cmd-ai-docking.cpp | 9 | ||||
-rw-r--r-- | games/vegastrike/files/patch-src-cmd-collide2-opcodetypes.h | 18 | ||||
-rw-r--r-- | games/vegastrike/files/patch-src-gfx-vsimage.cpp | 29 | ||||
-rw-r--r-- | games/vegastrike/files/patch-src-python-universe_util_export.cpp | 26 |
13 files changed, 28 insertions, 457 deletions
diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index c75521ee6c1a..fa9670af371c 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -1,30 +1,25 @@ -# New ports collection makefile for: vegastrike-data -# Date created: 05 May 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= vegastrike -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1.r1 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ PKGNAMESUFFIX= -data -DISTNAME= vegastrike-linux-${PORTVERSION} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Vega Strike data files USE_BZIP2= yes NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MANUAL_PACKAGE_BUILD=huge post-patch: - @${RM} -rf ${WRKSRC}/bin ${WRKSRC}/I* ${WRKSRC}/.vsinstall.sh.swp @${FIND} ${WRKSRC} -name "Makefile.am" -delete pre-install: diff --git a/games/vegastrike-data/distinfo b/games/vegastrike-data/distinfo index 6b8b6bcc2629..6c76869b7e67 100644 --- a/games/vegastrike-data/distinfo +++ b/games/vegastrike-data/distinfo @@ -1,2 +1,2 @@ -SHA256 (vegastrike-linux-0.5.0.tar.bz2) = e273191dcdb3bed3edeff2618b0dfac56cc0ae2d2fe2855b4376c80ccadee02d -SIZE (vegastrike-linux-0.5.0.tar.bz2) = 520498096 +SHA256 (vegastrike-data-0.5.1.r1.tar.bz2) = b9c457f303fda7970d89338a7ff6c17c945420c9952cc7c1c2f3ab39a3dd381d +SIZE (vegastrike-data-0.5.1.r1.tar.bz2) = 447919499 diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index d76a9818fd50..3f358d8a0eb0 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: vegastrike -# Date created: 05 May 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= vegastrike -PORTVERSION= 0.5.0 -PORTREVISION= 19 +PORTVERSION= 0.5.1.r1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/OldFiles -DISTNAME= vegastrike-source-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ +DISTNAME= vegastrike-src-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Opensource 3D space simulator RUN_DEPENDS= ${DATADIR}/vegastrike.ico:${PORTSDIR}/games/vegastrike-data @@ -27,12 +22,11 @@ USE_GMAKE= yes USE_PYTHON= yes USE_SDL= sdl USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \ - xcomposite xdamage xfixes + xcomposite xdamage xfixes USE_GL= gl glu glut USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_SAFE= yes # cegui and ffmpeg are not used yet @@ -42,25 +36,23 @@ CONFIGURE_ARGS= --disable-cegui --disable-ffmpeg \ PLIST_FILES= bin/vegastrike bin/vssetup bin/vegaserver -.if !defined(NOPORTDOCS) PORTDOCS= README -.endif -OPTIONS= MESHER "Enable mesher modelling tool" off +OPTIONS_DEFINE= MESHER +MESHER_DESC= Enable mesher modelling tool .include <bsd.port.pre.mk> -.if defined(WITHOUT_MESHER) -CONFIGURE_ARGS+= --disable-ogre -.else +.if ${OSVERSION} < 800000 +BROKEN= fails to build on 7.x +.endif + +.if ${PORT_OPTIONS:MMESHER} PLIST_FILES+= bin/mesher BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d -.endif - -.if (${OSVERSION} >= 800501 && ${OSVERSION} < 900000) || ${OSVERSION} >= 900006 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-cmd-basecomputer.cpp \ - ${FILESDIR}/extra-patch-src-vsfilesystem.cpp +.else +CONFIGURE_ARGS+= --disable-ogre .endif post-patch: @@ -71,15 +63,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vegaserver ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vegastrike ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vssetup ${PREFIX}/bin -.if !defined(WITHOUT_MESHER) +.if ${PORT_OPTIONS:MMESHER} ${INSTALL_PROGRAM} ${WRKSRC}/mesher ${PREFIX}/bin .endif - -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif post-install: diff --git a/games/vegastrike/distinfo b/games/vegastrike/distinfo index 3560869c3006..70a41eeb94a3 100644 --- a/games/vegastrike/distinfo +++ b/games/vegastrike/distinfo @@ -1,2 +1,2 @@ -SHA256 (vegastrike-source-0.5.0.tar.bz2) = e4fe2aeeece103d87ae11ca8b27e48b72cc7ed8a0c1bed44e7131afd644fde72 -SIZE (vegastrike-source-0.5.0.tar.bz2) = 9093178 +SHA256 (vegastrike-src-0.5.1.r1.tar.bz2) = 5ef8bc4906746183f3b13fe7054fa37dee7672cf5749d1044ea511a85d2af125 +SIZE (vegastrike-src-0.5.1.r1.tar.bz2) = 10875771 diff --git a/games/vegastrike/files/extra-patch-src-cmd-basecomputer.cpp b/games/vegastrike/files/extra-patch-src-cmd-basecomputer.cpp deleted file mode 100644 index 9f690be05f01..000000000000 --- a/games/vegastrike/files/extra-patch-src-cmd-basecomputer.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- src/cmd/basecomputer.cpp.orig 2008-04-24 16:12:27.000000000 +0400 -+++ src/cmd/basecomputer.cpp 2010-04-03 08:25:45.000000000 +0400 -@@ -3099,7 +3099,7 @@ - // Make the title right. - recalcTitle(); - } --#if defined (__FreeBSD__) || defined(__APPLE__) -+#if defined(__APPLE__) - static int nodirs( struct dirent * entry) - #else - static int nodirs( const struct dirent * entry) -@@ -3128,14 +3128,12 @@ - return 0; - } - --static int datesort ( const void *v1, const void *v2 ) { -- const struct dirent *d1=*(const struct dirent**)v1; -- const struct dirent *d2=*(const struct dirent**)v2; -+static int datesort ( const struct dirent **d1, const struct dirent **d2 ) { - struct stat s1, s2; -- std::string tmp=VSFileSystem::homedir+"/save/"+d1->d_name; -+ std::string tmp=VSFileSystem::homedir+"/save/"+(*d1)->d_name; - if (stat(tmp.c_str(), &s1)) - return 0; -- tmp=VSFileSystem::homedir+"/save/"+d2->d_name; -+ tmp=VSFileSystem::homedir+"/save/"+(*d2)->d_name; - if (stat(tmp.c_str(), &s2)) - return 0; - -@@ -3160,7 +3158,7 @@ - const int playerNum=UnitUtil::isPlayerStarship(playerUnit); - struct dirent ** dirlist; - std::string savedir = VSFileSystem::homedir+"/save/"; -- int ret = scandir (savedir.c_str(),&dirlist,nodirs,(scancompare)&datesort); -+ int ret = scandir (savedir.c_str(),&dirlist,nodirs,datesort); - while( ret-->0) { - picker->addCell(new SimplePickerCell(dirlist[ret]->d_name)); - } diff --git a/games/vegastrike/files/extra-patch-src-vsfilesystem.cpp b/games/vegastrike/files/extra-patch-src-vsfilesystem.cpp deleted file mode 100644 index 574ee6de75cc..000000000000 --- a/games/vegastrike/files/extra-patch-src-vsfilesystem.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/vsfilesystem.cpp.orig 2008-04-24 16:12:39.000000000 +0400 -+++ src/vsfilesystem.cpp 2010-04-04 05:19:55.000000000 +0400 -@@ -77,7 +77,7 @@ - - string selectcurrentdir; - --#if defined (__FreeBSD__) || defined(__APPLE__) -+#if defined(__APPLE__) - int selectdirs( struct dirent * entry) - #else - int selectdirs( const struct dirent * entry) -@@ -106,7 +106,7 @@ - return 0; - } - --#if defined (__FreeBSD__) || defined(__APPLE__) -+#if defined(__APPLE__) - int selectpk3s( struct dirent * entry) - #else - int selectpk3s( const struct dirent * entry) -@@ -118,7 +118,7 @@ - return 0; - } - --#if defined (__FreeBSD__) || defined(__APPLE__) -+#if defined(__APPLE__) - int selectbigpk3s( struct dirent * entry) - #else - int selectbigpk3s( const struct dirent * entry) diff --git a/games/vegastrike/files/patch-objconv-basemaker-base_maker_texture.cpp b/games/vegastrike/files/patch-objconv-basemaker-base_maker_texture.cpp deleted file mode 100644 index c54e100c76e2..000000000000 --- a/games/vegastrike/files/patch-objconv-basemaker-base_maker_texture.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- objconv/basemaker/base_maker_texture.cpp.orig 2008-04-24 14:12:53.000000000 +0200 -+++ objconv/basemaker/base_maker_texture.cpp 2010-04-01 06:40:29.000000000 +0200 -@@ -73,7 +73,7 @@ - png_set_palette_to_rgb(png_ptr); - - if (ctype == PNG_COLOR_TYPE_GRAY && data->bpp < 8) -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - - png_set_expand (png_ptr); - png_read_update_info (png_ptr,info_ptr); -@@ -211,7 +211,7 @@ - unsigned char sig[8]; - fread(sig, sizeof(char), 8, fp); - fseek(fp,0,SEEK_SET); -- if (png_check_sig(sig, 8)) { -+ if (!png_sig_cmp(sig, 0, 8)) { - return FORMAT_PNG; - } - } diff --git a/games/vegastrike/files/patch-setup-src-c-setup.cpp b/games/vegastrike/files/patch-setup-src-c-setup.cpp deleted file mode 100644 index 7e1c3db91c20..000000000000 --- a/games/vegastrike/files/patch-setup-src-c-setup.cpp +++ /dev/null @@ -1,173 +0,0 @@ ---- setup/src/c/setup.cpp.orig 2008-04-24 16:16:49.000000000 +0400 -+++ setup/src/c/setup.cpp 2008-05-08 16:55:40.000000000 +0400 -@@ -25,6 +25,7 @@ - #include <stdio.h> - #include <unistd.h> - #include <pwd.h> -+#include <sys/stat.h> - #include <sys/types.h> - - #endif -@@ -33,6 +34,57 @@ - using std::string; - using std::vector; - char origpath[65536]; -+ -+static void changeToProgramDirectory(char *argv0) { -+ int ret = -1; /* Should it use argv[0] directly? */ -+ char *program = argv0; -+#ifndef _WIN32 -+ char buf[65536]; -+ { -+ char linkname[128]; /* /proc/<pid>/exe */ -+ linkname[0]='\0'; -+ pid_t pid; -+ -+ /* Get our PID and build the name of the link in /proc */ -+ pid = getpid(); -+ -+ sprintf(linkname, "/proc/%d/exe", pid); -+ ret = readlink(linkname, buf, 65535); -+ if (ret <= 0) { -+ sprintf(linkname, "/proc/%d/file", pid); -+ ret = readlink(linkname, buf, 65535); -+ } -+ if (ret <= 0) { -+ ret = readlink(program, buf, 65535); -+ } -+ if (ret > 0) { -+ buf[ret]='\0'; -+ /* Ensure proper NUL termination */ -+ program = buf; -+ } -+ } -+#endif -+ -+ char *parentdir; -+ int pathlen=strlen(program); -+ parentdir=new char[pathlen+1]; -+ char *c; -+ strncpy ( parentdir, program, pathlen+1 ); -+ c = (char*) parentdir; -+ while (*c != '\0') /* go to end */ -+ c++; -+ -+ while ((*c != '/')&&(*c != '\\')&&c>parentdir) /* back up to parent */ -+ c--; -+ -+ *c = '\0'; /* cut off last part (binary name) */ -+ if (strlen (parentdir)>0) { -+ chdir (parentdir);/* chdir to the binary app's parent */ -+ } -+ delete []parentdir; -+} -+ -+ - #if defined(_WINDOWS)&&defined(_WIN32) - typedef char FileNameCharType [65536]; - int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nShowCmd) { -@@ -44,20 +96,21 @@ - #else - int main(int argc, char *argv[]) { - #endif --#if 1 --//def _WIN32 -+ -+ if (argc>1) { -+ if (strcmp(argv[1], "--target")==0 && argc>2) { -+ chdir(argv[2]); -+ } else { -+ fprintf(stderr,"Usage: vssetup [--target DATADIR]\n"); -+ return 1; -+ } -+ } - getcwd (origpath,65535); - origpath[65535]=0; -- int i; -- for (i=strlen(argv[0]);argv[0][i]!='\\'&&argv[0][i]!='/'&&i>=0;i--) { -- } -- argv[0][i+1]='\0'; -- if (i>=0) { -- chdir(argv[0]); -- } --#endif - -- { -+ changeToProgramDirectory(argv[0]); -+ -+ { - vector<string> data_paths; - #ifdef DATA_DIR - data_paths.push_back( DATA_DIR); -@@ -69,6 +122,7 @@ - data_paths.push_back( string(origpath)+"/data4.x"); - data_paths.push_back( string(origpath)+"/data"); - data_paths.push_back( string(origpath)+"/../data"); -+ data_paths.push_back( string(origpath)+"/../Resources"); - getcwd (origpath,65535); - origpath[65535]=0; - data_paths.push_back( "."); -@@ -79,6 +133,8 @@ - data_paths.push_back( "../../data"); - data_paths.push_back( "../Resources"); - data_paths.push_back( "../Resources/data"); -+ data_paths.push_back( "../Resources/data4.x"); -+/* - data_paths.push_back( "/usr/share/local/vegastrike/data"); - data_paths.push_back( "/usr/local/share/vegastrike/data"); - data_paths.push_back( "/usr/local/vegastrike/data"); -@@ -86,7 +142,6 @@ - data_paths.push_back( "/usr/local/games/vegastrike/data"); - data_paths.push_back( "/usr/games/vegastrike/data"); - data_paths.push_back( "/opt/share/vegastrike/data"); -- data_paths.push_back( "../Resources/data4.x"); - data_paths.push_back( "/usr/share/local/vegastrike/data4.x"); - data_paths.push_back( "/usr/local/share/vegastrike/data4.x"); - data_paths.push_back( "/usr/local/vegastrike/data4.x"); -@@ -94,7 +149,7 @@ - data_paths.push_back( "/usr/local/games/vegastrike/data4.x"); - data_paths.push_back( "/usr/games/vegastrike/data4.x"); - data_paths.push_back( "/opt/share/vegastrike/data4.x"); -- -+*/ - // Win32 data should be "." - char tmppath[16384]; - for( vector<string>::iterator vsit=data_paths.begin(); vsit!=data_paths.end(); vsit++) -@@ -118,8 +173,8 @@ - #ifndef _WIN32 - struct passwd *pwent; - pwent = getpwuid (getuid()); -- string HOMESUBDIR=".vegastrike"; - -+ string HOMESUBDIR; - FILE *version=fopen("Version.txt","r"); - if (!version) - version=fopen("../Version.txt","r"); -@@ -135,13 +190,23 @@ - if (hsd.length()) { - HOMESUBDIR=hsd; - //fprintf (STD_OUT,"Using %s as the home directory\n",hsd.c_str()); -- } -+ } -+ } -+ if (HOMESUBDIR.empty()) { -+ fprintf(stderr,"Error: Failed to find Version.txt anywhere.\n"); -+ return 1; - } - chdir (pwent->pw_dir); -- chdir (HOMESUBDIR.c_str()); -+ -+ mkdir(HOMESUBDIR.c_str() -+#ifndef _WIN32 -+ , 0755 - #endif --#ifdef GTK --#endif //GTK -+ ); -+ -+#endif -+ chdir (HOMESUBDIR.c_str()); -+ - Start(&argc,&argv); - #if defined(_WINDOWS)&&defined(_WIN32) - delete []argv0; diff --git a/games/vegastrike/files/patch-setup-src-include-file.cpp b/games/vegastrike/files/patch-setup-src-include-file.cpp deleted file mode 100644 index 96fe0ee805a5..000000000000 --- a/games/vegastrike/files/patch-setup-src-include-file.cpp +++ /dev/null @@ -1,71 +0,0 @@ ---- setup/src/include/file.cpp.orig 2008-04-24 16:16:50.000000000 +0400 -+++ setup/src/include/file.cpp 2008-05-09 04:41:07.000000000 +0400 -@@ -15,6 +15,8 @@ - * * - **************************************************************************/ - #include <string> -+#include <sys/stat.h> -+ - using std::string; - #include "file.h" - extern char origpath[65536]; -@@ -98,6 +100,17 @@ - string mangle_config (string config) { - return string(origpath)+string("/")+config; - } -+ -+bool useGameConfig(void) { -+ struct stat st1,st2; -+ if (stat(CONFIG.config_file, &st1)==0 && stat(mangle_config(CONFIG.config_file).c_str(), &st2)==0) { -+ if (st2.st_mtime > st1.st_mtime) { -+ return true; -+ } -+ } -+ return false; -+} -+ - void LoadConfig(void) { - FILE *fp; - char line[MAX_READ+1]; -@@ -108,8 +121,7 @@ - G_CURRENT = &GROUPS; - C_CURRENT = &CATS; - -- -- if ((fp = fopen(CONFIG.config_file, "r")) == NULL) { -+ if (useGameConfig() || (fp = fopen(CONFIG.config_file, "r")) == NULL) { - origconfig=true; - if ((fp = fopen(mangle_config(CONFIG.config_file).c_str(), "r")) == NULL) { - fprintf (stderr, "Unable to read from %s\n", CONFIG_FILE ); -@@ -185,7 +197,8 @@ - char *p, *parm, *n_parm, *start_write, *end_write; - int commenting = 0; // 0 if scanning, 1 if adding comments, 2 if removing comments - int skip; -- if ((rp = fopen(CONFIG.config_file, "r")) == NULL) { -+ -+ if (useGameConfig() || (rp = fopen(CONFIG.config_file, "r")) == NULL) { - if ((rp = fopen(mangle_config(CONFIG.config_file).c_str(), "r")) == NULL) { - fprintf (stderr, "Unable to read from %s\n", CONFIG_FILE ); - exit(-1); -@@ -288,11 +301,20 @@ - } - } - string tmp1 = CONFIG.config_file; -+/* - if(origconfig) { - tmp1 = mangle_config (CONFIG.config_file); - } -+*/ - if ((wp = fopen(tmp1.c_str(), "w")) == NULL) { -- fprintf (stderr, "Unable to write to %s\n", CONFIG.config_file ); -+ tmp1 = mangle_config (CONFIG.config_file); -+ if ((wp = fopen(tmp1.c_str(), "w")) == NULL) { -+ tmp1 = CONFIG.config_file; -+ if ((wp = fopen(tmp1.c_str(), "w")) == NULL) { -+ fprintf (stderr, "Unable to write to %s\n", CONFIG.config_file ); -+ exit(1); -+ } -+ } - } - while ((p = fgets(line, MAX_READ, rp)) != NULL) { - fprintf(wp, line); diff --git a/games/vegastrike/files/patch-src-cmd-ai-docking.cpp b/games/vegastrike/files/patch-src-cmd-ai-docking.cpp deleted file mode 100644 index d2e6b43d4645..000000000000 --- a/games/vegastrike/files/patch-src-cmd-ai-docking.cpp +++ /dev/null @@ -1,9 +0,0 @@ ---- src/cmd/ai/docking.cpp.orig 2008-04-24 16:12:16.000000000 +0400 -+++ src/cmd/ai/docking.cpp 2008-05-05 23:55:37.000000000 +0400 -@@ -1,5 +1,5 @@ --#include <string> - #include "python/python_compile.h" -+#include <string> - #include "docking.h" - #include "xml_support.h" - #include "config_xml.h" diff --git a/games/vegastrike/files/patch-src-cmd-collide2-opcodetypes.h b/games/vegastrike/files/patch-src-cmd-collide2-opcodetypes.h deleted file mode 100644 index f6917488c02f..000000000000 --- a/games/vegastrike/files/patch-src-cmd-collide2-opcodetypes.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/cmd/collide2/opcodetypes.h.orig 2008-04-24 16:12:20.000000000 +0400 -+++ src/cmd/collide2/opcodetypes.h 2008-05-05 23:57:08.000000000 +0400 -@@ -198,13 +198,13 @@ - #include <wctype.h> - #endif - #if !defined(CS_HAVE_WCHAR_T) && !defined(_WCHAR_T_DEFINED) --typedef uint16 wchar_t; -+//typedef uint16 wchar_t; - #define _WCHAR_T_DEFINED - #define CS_WCHAR_T_SIZE 2 - #endif - #if !defined(CS_HAVE_WINT_T) && !defined(_WCTYPE_T_DEFINED) && \ - !defined(_WINT_T) --typedef wchar_t wint_t; -+//typedef wchar_t wint_t; - #define _WCTYPE_T_DEFINED - #define _WINT_T - #endif diff --git a/games/vegastrike/files/patch-src-gfx-vsimage.cpp b/games/vegastrike/files/patch-src-gfx-vsimage.cpp deleted file mode 100644 index 75a529293995..000000000000 --- a/games/vegastrike/files/patch-src-gfx-vsimage.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/gfx/vsimage.cpp.orig 2008-04-24 14:12:37.000000000 +0200 -+++ src/gfx/vsimage.cpp 2012-06-15 21:20:32.000000000 +0200 -@@ -147,7 +147,7 @@ - unsigned char sig[8]; - file->Begin(); - file->Read(sig, 8); -- if (!png_check_sig(sig, 8)) -+ if (png_sig_cmp(sig, 0, 8)) - ret = BadFormat; - - return ret; -@@ -349,7 +349,7 @@ - png_set_palette_to_rgb(png_ptr); - - if (this->img_color_type == PNG_COLOR_TYPE_GRAY && this->img_depth < 8) -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - - png_set_expand (png_ptr); - png_read_update_info (png_ptr,info_ptr); -@@ -865,7 +865,7 @@ - png_destroy_write_struct(&png_ptr, (png_infopp)NULL); - return BadFormat; - } -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf( png_ptr ))) { - png_destroy_write_struct(&png_ptr, &info_ptr); - return BadFormat; - } diff --git a/games/vegastrike/files/patch-src-python-universe_util_export.cpp b/games/vegastrike/files/patch-src-python-universe_util_export.cpp deleted file mode 100644 index c03570b7f048..000000000000 --- a/games/vegastrike/files/patch-src-python-universe_util_export.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/python/universe_util_export.cpp.orig 2008-04-24 16:11:53.000000000 +0400 -+++ src/python/universe_util_export.cpp 2008-05-05 23:56:04.000000000 +0400 -@@ -3,17 +3,18 @@ - /* ToDo: Fix so Boost 1.28 is supported */ - #if BOOST_VERSION != 102800 - --#include "cmd/container.h" --#include <string> --#include "init.h" --#include "gfx/vec.h" --#include "cmd/unit_generic.h" - #include "python_class.h" - #if BOOST_VERSION != 102800 - #include <boost/python.hpp> - #else - #include <boost/python/objects.hpp> - #endif -+ -+#include "cmd/container.h" -+#include <string> -+#include "init.h" -+#include "gfx/vec.h" -+#include "cmd/unit_generic.h" - #include "universe_util.h" - #include "cmd/unit_util.h" - #include "faction_generic.h" |