diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:40:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:40:23 +0000 |
commit | 016418cd61ae9f4c2f210dfe3d7b077420129cd3 (patch) | |
tree | f7c3ee6a1d5ba6374d234f3f190059d4a6d47262 /data | |
parent | 7b493b4c1beda8311ab3e9454ad77d10bdeb1363 (diff) |
Removed even more timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/bind/timestamp.diff | 15 | ||||
-rw-r--r-- | data/faad/timestamp.diff | 17 | ||||
-rw-r--r-- | data/ffmpeg_/timestamp.diff | 11 | ||||
-rw-r--r-- | data/lame/timestamp.diff | 111 | ||||
-rw-r--r-- | data/ncftp/timestamp.diff | 13 | ||||
-rw-r--r-- | data/python/timestamp.diff | 24 | ||||
-rw-r--r-- | data/unzip/timestamp.diff | 217 | ||||
-rw-r--r-- | data/zip/timestamp.diff | 20 |
8 files changed, 424 insertions, 4 deletions
diff --git a/data/bind/timestamp.diff b/data/bind/timestamp.diff new file mode 100644 index 000000000..2ae8d547f --- /dev/null +++ b/data/bind/timestamp.diff @@ -0,0 +1,15 @@ +diff -ru bind-9.4.2/bin/named/main.c bind-9.4.2+iPhone/bin/named/main.c +--- bind-9.4.2/bin/named/main.c 2006-11-10 18:51:14.000000000 +0000 ++++ bind-9.4.2+iPhone/bin/named/main.c 2008-06-19 04:33:26.000000000 +0000 +@@ -816,11 +816,7 @@ + * strings named.core | grep "named version:" + */ + strlcat(version, +-#ifdef __DATE__ +- "named version: BIND " VERSION " (" __DATE__ ")", +-#else + "named version: BIND " VERSION, +-#endif + sizeof(version)); + result = isc_file_progname(*argv, program_name, sizeof(program_name)); + if (result != ISC_R_SUCCESS) diff --git a/data/faad/timestamp.diff b/data/faad/timestamp.diff index 54d34e0a8..b5b0d9cf0 100644 --- a/data/faad/timestamp.diff +++ b/data/faad/timestamp.diff @@ -1,6 +1,6 @@ diff -ru faad2/frontend/main.c faad2+iPhone/frontend/main.c --- faad2/frontend/main.c 2007-11-01 12:33:29.000000000 +0000 -+++ faad2+iPhone/frontend/main.c 2008-06-18 00:51:36.000000000 +0000 ++++ faad2+iPhone/frontend/main.c 2008-06-19 04:37:40.000000000 +0000 @@ -1167,7 +1167,6 @@ @@ -11,7 +11,7 @@ diff -ru faad2/frontend/main.c faad2+iPhone/frontend/main.c if (cap & FIXED_POINT_CAP) diff -ru faad2/plugins/in_mp4/in_mp4.c faad2+iPhone/plugins/in_mp4/in_mp4.c --- faad2/plugins/in_mp4/in_mp4.c 2004-10-19 18:02:10.000000000 +0000 -+++ faad2+iPhone/plugins/in_mp4/in_mp4.c 2008-06-18 00:51:58.000000000 +0000 ++++ faad2+iPhone/plugins/in_mp4/in_mp4.c 2008-06-19 04:37:55.000000000 +0000 @@ -1219,7 +1219,7 @@ void about(HWND hwndParent) { @@ -21,9 +21,18 @@ diff -ru faad2/plugins/in_mp4/in_mp4.c faad2+iPhone/plugins/in_mp4/in_mp4.c "Visit the website for more info.\n" "Copyright 2002-2004 AudioCoding.com", "About", +@@ -2563,7 +2563,7 @@ + static In_Module module = + { + IN_VER, +- "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION " compiled on " __DATE__, ++ "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION, + 0, // hMainWindow + 0, // hDllInstance + NULL, diff -ru faad2/plugins/QCD/QCDFAAD.c faad2+iPhone/plugins/QCD/QCDFAAD.c --- faad2/plugins/QCD/QCDFAAD.c 2003-04-28 19:04:35.000000000 +0000 -+++ faad2+iPhone/plugins/QCD/QCDFAAD.c 2008-06-18 00:51:53.000000000 +0000 ++++ faad2+iPhone/plugins/QCD/QCDFAAD.c 2008-06-19 04:37:40.000000000 +0000 @@ -349,7 +349,7 @@ { static RECT rcLOGO, rcMail1, rcMail2/*, rcMail3*/; @@ -42,7 +51,7 @@ diff -ru faad2/plugins/QCD/QCDFAAD.c faad2+iPhone/plugins/QCD/QCDFAAD.c +} diff -ru faad2/plugins/QCDMp4/QCDMp4.c faad2+iPhone/plugins/QCDMp4/QCDMp4.c --- faad2/plugins/QCDMp4/QCDMp4.c 2003-12-06 04:24:17.000000000 +0000 -+++ faad2+iPhone/plugins/QCDMp4/QCDMp4.c 2008-06-18 00:51:45.000000000 +0000 ++++ faad2+iPhone/plugins/QCDMp4/QCDMp4.c 2008-06-19 04:37:40.000000000 +0000 @@ -1304,7 +1304,7 @@ void About(int flags) { diff --git a/data/ffmpeg_/timestamp.diff b/data/ffmpeg_/timestamp.diff new file mode 100644 index 000000000..266e7d614 --- /dev/null +++ b/data/ffmpeg_/timestamp.diff @@ -0,0 +1,11 @@ +diff -ru ffmpeg-export-2008-05-20/cmdutils.c ffmpeg-export-2008-05-20+iPhone/cmdutils.c +--- ffmpeg-export-2008-05-20/cmdutils.c 2008-05-09 11:56:36.000000000 +0000 ++++ ffmpeg-export-2008-05-20+iPhone/cmdutils.c 2008-06-19 04:35:45.000000000 +0000 +@@ -206,7 +206,6 @@ + #if ENABLE_AVFILTER + fprintf(stderr, " libavfilter version: " AV_STRINGIFY(LIBAVFILTER_VERSION) "\n"); + #endif +- fprintf(stderr, " built on " __DATE__ " " __TIME__); + #ifdef __GNUC__ + fprintf(stderr, ", gcc: " __VERSION__ "\n"); + #else diff --git a/data/lame/timestamp.diff b/data/lame/timestamp.diff new file mode 100644 index 000000000..d9188f5f5 --- /dev/null +++ b/data/lame/timestamp.diff @@ -0,0 +1,111 @@ +diff -ru lame-3.98b8/ACM/main.cpp lame-3.98b8+iPhone/ACM/main.cpp +--- lame-3.98b8/ACM/main.cpp 2006-12-25 21:37:34.000000000 +0000 ++++ lame-3.98b8+iPhone/ACM/main.cpp 2008-06-19 04:41:12.000000000 +0000 +@@ -155,8 +155,8 @@ + // nothing to do + if (debug != NULL) + { +-// debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, version %s %s %s", ACM_VERSION, __DATE__, __TIME__); +- debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, %s %s", __DATE__, __TIME__); ++// debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, version %s", ACM_VERSION); ++ debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD"); + } + return 1L; + } +diff -ru lame-3.98b8/Dll/BladeMP3EncDLL.c lame-3.98b8+iPhone/Dll/BladeMP3EncDLL.c +--- lame-3.98b8/Dll/BladeMP3EncDLL.c 2008-03-09 17:13:23.000000000 +0000 ++++ lame-3.98b8+iPhone/Dll/BladeMP3EncDLL.c 2008-06-19 04:43:31.000000000 +0000 +@@ -621,8 +621,6 @@ + __declspec(dllexport) VOID beVersion(PBE_VERSION pbeVersion) + { + // DLL Release date +- char lpszDate[20] = { '\0', }; +- char lpszTemp[5] = { '\0', }; + lame_version_t lv = { 0, }; + + +@@ -646,33 +644,14 @@ + + memset( pbeVersion->btReserved, 0, sizeof( pbeVersion->btReserved ) ); + +- // Get compilation date +- strcpy(lpszDate,__DATE__); +- + // Get the first three character, which is the month +- strncpy(lpszTemp,lpszDate,3); +- lpszTemp[3] = '\0'; +- pbeVersion->byMonth=1; +- +- // Set month +- if (strcmp(lpszTemp,"Jan")==0) pbeVersion->byMonth = 1; +- if (strcmp(lpszTemp,"Feb")==0) pbeVersion->byMonth = 2; +- if (strcmp(lpszTemp,"Mar")==0) pbeVersion->byMonth = 3; +- if (strcmp(lpszTemp,"Apr")==0) pbeVersion->byMonth = 4; +- if (strcmp(lpszTemp,"May")==0) pbeVersion->byMonth = 5; +- if (strcmp(lpszTemp,"Jun")==0) pbeVersion->byMonth = 6; +- if (strcmp(lpszTemp,"Jul")==0) pbeVersion->byMonth = 7; +- if (strcmp(lpszTemp,"Aug")==0) pbeVersion->byMonth = 8; +- if (strcmp(lpszTemp,"Sep")==0) pbeVersion->byMonth = 9; +- if (strcmp(lpszTemp,"Oct")==0) pbeVersion->byMonth = 10; +- if (strcmp(lpszTemp,"Nov")==0) pbeVersion->byMonth = 11; +- if (strcmp(lpszTemp,"Dec")==0) pbeVersion->byMonth = 12; ++ pbeVersion->byMonth=0; + + // Get day of month string (char [4..5]) +- pbeVersion->byDay=atoi( lpszDate + 4 ); ++ pbeVersion->byDay=0; + + // Get year of compilation date (char [7..10]) +- pbeVersion->wYear = atoi( lpszDate + 7 ); ++ pbeVersion->wYear = 0; + + memset( pbeVersion->zHomepage, 0x00, BE_MAX_HOMEPAGE ); + +diff -ru lame-3.98b8/frontend/gtkanal.c lame-3.98b8+iPhone/frontend/gtkanal.c +--- lame-3.98b8/frontend/gtkanal.c 2007-07-24 17:46:09.000000000 +0000 ++++ lame-3.98b8+iPhone/frontend/gtkanal.c 2008-06-19 04:41:53.000000000 +0000 +@@ -1119,11 +1119,11 @@ + #if MP3X_ALPHA_VERSION > 0 + static /*@observer@ */ const char *const str = + XSTR(MP3X_MAJOR_VERSION) "." XSTR(MP3X_MINOR_VERSION) +- " (alpha " XSTR(MP3X_ALPHA_VERSION) ", " __DATE__ " " __TIME__ ")"; ++ " (alpha " XSTR(MP3X_ALPHA_VERSION) ")"; + #elif MP3X_BETA_VERSION > 0 + static /*@observer@ */ const char *const str = + XSTR(MP3X_MAJOR_VERSION) "." XSTR(MP3X_MINOR_VERSION) +- " (beta " XSTR(MP3X_BETA_VERSION) ", " __DATE__ ")"; ++ " (beta " XSTR(MP3X_BETA_VERSION) ")"; + #else + static /*@observer@ */ const char *const str = + XSTR(MP3X_MAJOR_VERSION) "." XSTR(MP3X_MINOR_VERSION); +diff -ru lame-3.98b8/libmp3lame/version.c lame-3.98b8+iPhone/libmp3lame/version.c +--- lame-3.98b8/libmp3lame/version.c 2008-02-22 02:38:46.000000000 +0000 ++++ lame-3.98b8+iPhone/libmp3lame/version.c 2008-06-19 04:42:10.000000000 +0000 +@@ -62,11 +62,11 @@ + #if LAME_ALPHA_VERSION + static /*@observer@ */ const char *const str = + XSTR(LAME_MAJOR_VERSION) "." XSTR(LAME_MINOR_VERSION) " " +- "(alpha " XSTR(LAME_PATCH_VERSION) ", " __DATE__ " " __TIME__ ")"; ++ "(alpha " XSTR(LAME_PATCH_VERSION) ")"; + #elif LAME_BETA_VERSION + static /*@observer@ */ const char *const str = + XSTR(LAME_MAJOR_VERSION) "." XSTR(LAME_MINOR_VERSION) " " +- "(beta " XSTR(LAME_PATCH_VERSION) ", " __DATE__ ")"; ++ "(beta " XSTR(LAME_PATCH_VERSION) ")"; + #elif LAME_RELEASE_VERSION && (LAME_PATCH_VERSION > 0) + static /*@observer@ */ const char *const str = + XSTR(LAME_MAJOR_VERSION) "." XSTR(LAME_MINOR_VERSION) "." XSTR(LAME_PATCH_VERSION); +@@ -150,11 +150,11 @@ + #if PSY_ALPHA_VERSION > 0 + static /*@observer@ */ const char *const str = + XSTR(PSY_MAJOR_VERSION) "." XSTR(PSY_MINOR_VERSION) +- " (alpha " XSTR(PSY_ALPHA_VERSION) ", " __DATE__ " " __TIME__ ")"; ++ " (alpha " XSTR(PSY_ALPHA_VERSION) ")"; + #elif PSY_BETA_VERSION > 0 + static /*@observer@ */ const char *const str = + XSTR(PSY_MAJOR_VERSION) "." XSTR(PSY_MINOR_VERSION) +- " (beta " XSTR(PSY_BETA_VERSION) ", " __DATE__ ")"; ++ " (beta " XSTR(PSY_BETA_VERSION) ")"; + #else + static /*@observer@ */ const char *const str = + XSTR(PSY_MAJOR_VERSION) "." XSTR(PSY_MINOR_VERSION); diff --git a/data/ncftp/timestamp.diff b/data/ncftp/timestamp.diff new file mode 100644 index 000000000..93d3116e0 --- /dev/null +++ b/data/ncftp/timestamp.diff @@ -0,0 +1,13 @@ +diff -ru ncftp-3.2.1/ncftp/cmds.c ncftp-3.2.1+iPhone/ncftp/cmds.c +--- ncftp-3.2.1/ncftp/cmds.c 2007-07-27 03:11:04.000000000 +0000 ++++ ncftp-3.2.1+iPhone/ncftp/cmds.c 2008-06-19 04:46:12.000000000 +0000 +@@ -4536,9 +4536,6 @@ + (void) printf("Archived at: ftp://ftp.NcFTP.com/ncftp/\n"); + #endif + (void) printf("Library Version: %s\n", gLibNcFTPVersion + 5); +-#ifdef __DATE__ +- (void) printf("Compile Date: %s\n", __DATE__); +-#endif + if (gOS[0] != '\0') + (void) printf("Platform: %s\n", gOS); + } /* VersionCmd */ diff --git a/data/python/timestamp.diff b/data/python/timestamp.diff new file mode 100644 index 000000000..76642259f --- /dev/null +++ b/data/python/timestamp.diff @@ -0,0 +1,24 @@ +diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuildinfo.c +--- Python-2.5.1/Modules/getbuildinfo.c 2006-01-18 09:13:51.000000000 +0000 ++++ Python-2.5.1+iPhone/Modules/getbuildinfo.c 2008-06-19 08:00:45.000000000 +0000 +@@ -5,20 +5,12 @@ + #endif + + #ifndef DATE +-#ifdef __DATE__ +-#define DATE __DATE__ +-#else + #define DATE "xx/xx/xx" + #endif +-#endif + + #ifndef TIME +-#ifdef __TIME__ +-#define TIME __TIME__ +-#else + #define TIME "xx:xx:xx" + #endif +-#endif + + #ifdef SUBWCREV + #define SVNVERSION "$WCRANGE$$WCMODS?M:$" diff --git a/data/unzip/timestamp.diff b/data/unzip/timestamp.diff new file mode 100644 index 000000000..92d4f7e44 --- /dev/null +++ b/data/unzip/timestamp.diff @@ -0,0 +1,217 @@ +diff -ru unzip-5.52/consts.h unzip-5.52+iPhone/consts.h +--- unzip-5.52/consts.h 2002-03-23 15:52:48.000000000 +0000 ++++ unzip-5.52+iPhone/consts.h 2008-06-18 15:43:47.000000000 +0000 +@@ -50,5 +50,5 @@ + + #ifndef SFX + ZCONST char Far Zipnfo[] = "zipinfo"; +- ZCONST char Far CompiledWith[] = "Compiled with %s%s for %s%s%s%s.\n\n"; ++ ZCONST char Far CompiledWith[] = "Compiled with %s%s for %s%s.\n\n"; + #endif +diff -ru unzip-5.52/unix/unix.c unzip-5.52+iPhone/unix/unix.c +--- unzip-5.52/unix/unix.c 2005-02-26 19:43:42.000000000 +0000 ++++ unzip-5.52+iPhone/unix/unix.c 2008-06-18 15:43:35.000000000 +0000 +@@ -1323,147 +1323,147 @@ + IZ_OS_NAME, + + #if defined(sgi) || defined(__sgi) +- " (Silicon Graphics IRIX)", ++ " (Silicon Graphics IRIX)" + #else + #ifdef sun + # ifdef sparc + # ifdef __SVR4 +- " (Sun SPARC/Solaris)", ++ " (Sun SPARC/Solaris)" + # else /* may or may not be SunOS */ +- " (Sun SPARC)", ++ " (Sun SPARC)" + # endif + # else + # if defined(sun386) || defined(i386) +- " (Sun 386i)", ++ " (Sun 386i)" + # else + # if defined(mc68020) || defined(__mc68020__) +- " (Sun 3)", ++ " (Sun 3)" + # else /* mc68010 or mc68000: Sun 2 or earlier */ +- " (Sun 2)", ++ " (Sun 2)" + # endif + # endif + # endif + #else + #ifdef __hpux +- " (HP/UX)", ++ " (HP/UX)" + #else + #ifdef __osf__ +- " (DEC OSF/1)", ++ " (DEC OSF/1)" + #else + #ifdef _AIX +- " (IBM AIX)", ++ " (IBM AIX)" + #else + #ifdef aiws +- " (IBM RT/AIX)", ++ " (IBM RT/AIX)" + #else + #if defined(CRAY) || defined(cray) + # ifdef _UNICOS +- (sprintf(os_namebuf, " (Cray UNICOS release %d)", _UNICOS), os_namebuf), ++ (sprintf(os_namebuf, " (Cray UNICOS release %d)", _UNICOS), os_namebuf) + # else +- " (Cray UNICOS)", ++ " (Cray UNICOS)" + # endif + #else + #if defined(uts) || defined(UTS) +- " (Amdahl UTS)", ++ " (Amdahl UTS)" + #else + #ifdef NeXT + # ifdef mc68000 +- " (NeXTStep/black)", ++ " (NeXTStep/black)" + # else +- " (NeXTStep for Intel)", ++ " (NeXTStep for Intel)" + # endif + #else /* the next dozen or so are somewhat order-dependent */ + #ifdef LINUX + # ifdef __ELF__ +- " (Linux ELF)", ++ " (Linux ELF)" + # else +- " (Linux a.out)", ++ " (Linux a.out)" + # endif + #else + #ifdef MINIX +- " (Minix)", ++ " (Minix)" + #else + #ifdef M_UNIX +- " (SCO Unix)", ++ " (SCO Unix)" + #else + #ifdef M_XENIX +- " (SCO Xenix)", ++ " (SCO Xenix)" + #else + #ifdef __NetBSD__ + # ifdef NetBSD0_8 + (sprintf(os_namebuf, " (NetBSD 0.8%c)", (char)(NetBSD0_8 - 1 + 'A')), +- os_namebuf), ++ os_namebuf) + # else + # ifdef NetBSD0_9 + (sprintf(os_namebuf, " (NetBSD 0.9%c)", (char)(NetBSD0_9 - 1 + 'A')), +- os_namebuf), ++ os_namebuf) + # else + # ifdef NetBSD1_0 + (sprintf(os_namebuf, " (NetBSD 1.0%c)", (char)(NetBSD1_0 - 1 + 'A')), +- os_namebuf), ++ os_namebuf) + # else +- (BSD4_4 == 0.5)? " (NetBSD before 0.9)" : " (NetBSD 1.1 or later)", ++ (BSD4_4 == 0.5)? " (NetBSD before 0.9)" : " (NetBSD 1.1 or later)" + # endif + # endif + # endif + #else + #ifdef __FreeBSD__ +- (BSD4_4 == 0.5)? " (FreeBSD 1.x)" : " (FreeBSD 2.0 or later)", ++ (BSD4_4 == 0.5)? " (FreeBSD 1.x)" : " (FreeBSD 2.0 or later)" + #else + #ifdef __bsdi__ +- (BSD4_4 == 0.5)? " (BSD/386 1.0)" : " (BSD/386 1.1 or later)", ++ (BSD4_4 == 0.5)? " (BSD/386 1.0)" : " (BSD/386 1.1 or later)" + #else + #ifdef __386BSD__ +- (BSD4_4 == 1)? " (386BSD, post-4.4 release)" : " (386BSD)", ++ (BSD4_4 == 1)? " (386BSD, post-4.4 release)" : " (386BSD)" + #else + #ifdef __CYGWIN__ +- " (Cygwin)", ++ " (Cygwin)" + #else + #if defined(i686) || defined(__i686) || defined(__i686__) +- " (Intel 686)", ++ " (Intel 686)" + #else + #if defined(i586) || defined(__i586) || defined(__i586__) +- " (Intel 586)", ++ " (Intel 586)" + #else + #if defined(i486) || defined(__i486) || defined(__i486__) +- " (Intel 486)", ++ " (Intel 486)" + #else + #if defined(i386) || defined(__i386) || defined(__i386__) +- " (Intel 386)", ++ " (Intel 386)" + #else + #ifdef pyr +- " (Pyramid)", ++ " (Pyramid)" + #else + #ifdef ultrix + # ifdef mips +- " (DEC/MIPS)", ++ " (DEC/MIPS)" + # else + # ifdef vax +- " (DEC/VAX)", ++ " (DEC/VAX)" + # else /* __alpha? */ +- " (DEC/Alpha)", ++ " (DEC/Alpha)" + # endif + # endif + #else + #ifdef gould +- " (Gould)", ++ " (Gould)" + #else + #ifdef MTS +- " (MTS)", ++ " (MTS)" + #else + #ifdef __convexc__ +- " (Convex)", ++ " (Convex)" + #else + #ifdef __QNX__ +- " (QNX 4)", ++ " (QNX 4)" + #else + #ifdef __QNXNTO__ +- " (QNX Neutrino)", ++ " (QNX Neutrino)" + #else + #ifdef Lynx +- " (LynxOS)", ++ " (LynxOS)" + #else +- "", ++ "" + #endif /* Lynx */ + #endif /* QNX Neutrino */ + #endif /* QNX 4 */ +@@ -1494,12 +1494,6 @@ + #endif /* HP/UX */ + #endif /* Sun */ + #endif /* SGI */ +- +-#ifdef __DATE__ +- " on ", __DATE__ +-#else +- "", "" +-#endif + ); + + (*G.message)((zvoid *)&G, slide, (ulg)strlen((char *)slide), 0); diff --git a/data/zip/timestamp.diff b/data/zip/timestamp.diff new file mode 100644 index 000000000..096d7a1ba --- /dev/null +++ b/data/zip/timestamp.diff @@ -0,0 +1,20 @@ +diff -ru zip232/unix/unix.c zip232+iPhone/unix/unix.c +--- zip232/unix/unix.c 2006-05-29 22:35:00.000000000 +0000 ++++ zip232+iPhone/unix/unix.c 2008-06-18 15:38:50.000000000 +0000 +@@ -829,14 +829,7 @@ + #endif /* SGI */ + + +-/* Define the compile date string */ +-#ifdef __DATE__ +-# define COMPILE_DATE " on " __DATE__ +-#else +-# define COMPILE_DATE "" +-#endif +- +- printf("Compiled with %s for Unix (%s)%s.\n\n", +- COMPILER_NAME, OS_NAME, COMPILE_DATE); ++ printf("Compiled with %s for Unix (%s).\n\n", ++ COMPILER_NAME, OS_NAME); + + } /* end function version_local() */ |