2011-07-21 12:51:05 +02:00
|
|
|
Index: src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
|
|
|
|
===================================================================
|
2010-12-23 11:08:49 +01:00
|
|
|
--- src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp.orig
|
|
|
|
+++ src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -386,11 +386,11 @@ extern "C" DECLEXPORT(int) TrustedMain (
|
|
|
|
uint32_t secureLabelPointSize = 12;
|
|
|
|
char *secureLabelFontFile = NULL;
|
2011-01-26 18:14:02 +01:00
|
|
|
#endif
|
|
|
|
int rc = VINF_SUCCESS;
|
|
|
|
|
|
|
|
- RTPrintf(VBOX_PRODUCT " Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
|
|
|
|
+ RTPrintf(VBOX_PRODUCT " Simple SDL GUI\n");
|
|
|
|
|
|
|
|
// less than one parameter is not possible
|
|
|
|
if (argc < 2)
|
2012-10-02 16:03:09 +02:00
|
|
|
{
|
|
|
|
show_usage();
|
|
|
|
@@ -1049,14 +1049,13 @@ DECLCALLBACK(int) VMPowerUpThread(RTTHRE
|
|
|
|
/* some introductory information */
|
|
|
|
RTTIMESPEC TimeSpec;
|
2010-12-23 11:08:49 +01:00
|
|
|
char szNowUct[64];
|
|
|
|
RTTimeSpecToString(RTTimeNow(&TimeSpec), szNowUct, sizeof(szNowUct));
|
|
|
|
RTLogRelLogger(pLogger, 0, ~0U,
|
|
|
|
- "VBoxBFE %s (%s %s) release log\n"
|
|
|
|
+ "VBoxBFE %s release log\n"
|
|
|
|
"Log opened %s\n",
|
|
|
|
- VBOX_VERSION_STRING, __DATE__, __TIME__,
|
|
|
|
- szNowUct);
|
|
|
|
+ VBOX_VERSION_STRING, szNowUct);
|
|
|
|
|
|
|
|
/* register this logger as the release logger */
|
|
|
|
RTLogRelSetDefaultInstance(pLogger);
|
2012-10-02 16:03:09 +02:00
|
|
|
}
|
|
|
|
else
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
|
|
|
===================================================================
|
2010-12-23 11:08:49 +01:00
|
|
|
--- src/VBox/Frontends/VBoxFB/VBoxFB.cpp.orig
|
|
|
|
+++ src/VBox/Frontends/VBoxFB/VBoxFB.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -60,11 +60,11 @@ int main(int argc, char *argv[])
|
|
|
|
{ "scale", no_argument, NULL, 'c' }
|
|
|
|
};
|
2010-12-23 11:08:49 +01:00
|
|
|
|
|
|
|
printf("VirtualBox DirectFB GUI built %s %s\n"
|
|
|
|
"(C) 2004-" VBOX_C_YEAR " " VBOX_VENDOR "\n"
|
|
|
|
- "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
|
|
|
|
+ "(C) 2004-2005 secunet Security Networks AG\n");
|
|
|
|
|
|
|
|
for (;;)
|
|
|
|
{
|
2012-10-02 16:03:09 +02:00
|
|
|
c = getopt_long(argc, argv, "s:", options, NULL);
|
|
|
|
if (c == -1)
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/VBox/Runtime/common/string/uniread.cpp
|
|
|
|
===================================================================
|
2010-12-23 11:08:49 +01:00
|
|
|
--- src/VBox/Runtime/common/string/uniread.cpp.orig
|
|
|
|
+++ src/VBox/Runtime/common/string/uniread.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -977,11 +977,11 @@ int PrintHeader(const char *argv0)
|
|
|
|
{
|
|
|
|
Stream1Printf("/** @file\n"
|
2010-12-23 11:08:49 +01:00
|
|
|
" *\n"
|
|
|
|
" * IPRT - Unicode Tables.\n"
|
|
|
|
" *\n"
|
|
|
|
- " * Automatically Generated by %s (" __DATE__ " " __TIME__ ")\n"
|
|
|
|
+ " * Automatically Generated by %s\n"
|
|
|
|
" */\n"
|
|
|
|
"\n"
|
|
|
|
"/*\n"
|
2012-10-02 16:03:09 +02:00
|
|
|
" * Copyright (C) 2006-2010 Oracle Corporation\n"
|
|
|
|
" *\n"
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
|
|
|
===================================================================
|
2011-04-11 21:35:35 +02:00
|
|
|
--- src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c.orig
|
|
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -40,20 +40,17 @@
|
|
|
|
|
|
|
|
/************************************************************************/
|
2011-04-11 21:35:35 +02:00
|
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
|
|
/************************************************************************/
|
|
|
|
#include "_pl_bld.h"
|
|
|
|
-#if !defined(_BUILD_TIME)
|
2011-04-16 01:03:52 +02:00
|
|
|
-#ifdef HAVE_LONG_LONG
|
|
|
|
-#define _BUILD_TIME 0
|
|
|
|
-#else
|
|
|
|
+
|
2011-04-11 21:35:35 +02:00
|
|
|
+#undef _BUILD_TIME
|
2011-04-16 01:03:52 +02:00
|
|
|
#define _BUILD_TIME {0, 0}
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-#if !defined(_BUILD_STRING)
|
|
|
|
+
|
|
|
|
+#undef _BUILD_STRING
|
|
|
|
#define _BUILD_STRING ""
|
|
|
|
-#endif
|
|
|
|
+
|
|
|
|
#if !defined(_PRODUCTION)
|
|
|
|
#define _PRODUCTION ""
|
|
|
|
#endif
|
2012-10-02 16:03:09 +02:00
|
|
|
#if defined(DEBUG)
|
|
|
|
#define _DEBUG_STRING " (debug)"
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
|
|
|
===================================================================
|
2011-04-16 01:03:52 +02:00
|
|
|
--- src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c.orig
|
|
|
|
+++ src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -42,20 +42,14 @@
|
|
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
|
|
/************************************************************************/
|
2011-04-16 01:03:52 +02:00
|
|
|
#ifndef XP_MAC
|
|
|
|
#include "_pr_bld.h"
|
|
|
|
#endif
|
|
|
|
-#if !defined(_BUILD_TIME)
|
|
|
|
-#ifdef HAVE_LONG_LONG
|
|
|
|
-#define _BUILD_TIME 0
|
|
|
|
-#else
|
|
|
|
+#undef _BUILD_TIME
|
|
|
|
#define _BUILD_TIME {0, 0}
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-#if !defined(_BUILD_STRING)
|
|
|
|
+#undef _BUILD_STRING
|
|
|
|
#define _BUILD_STRING ""
|
|
|
|
-#endif
|
|
|
|
#if !defined(_PRODUCTION)
|
|
|
|
#define _PRODUCTION ""
|
|
|
|
#endif
|
2012-10-02 16:03:09 +02:00
|
|
|
#if defined(DEBUG)
|
|
|
|
#define _DEBUG_STRING " (debug)"
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
|
|
|
===================================================================
|
2011-04-16 01:03:52 +02:00
|
|
|
--- src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c.orig
|
|
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -40,20 +40,17 @@
|
|
|
|
|
|
|
|
/************************************************************************/
|
2011-04-16 01:03:52 +02:00
|
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
|
|
/************************************************************************/
|
|
|
|
#include "_pl_bld.h"
|
|
|
|
-#if !defined(_BUILD_TIME)
|
|
|
|
-#ifdef HAVE_LONG_LONG
|
|
|
|
-#define _BUILD_TIME 0
|
|
|
|
-#else
|
|
|
|
+
|
|
|
|
+#undef _BUILD_TIME
|
|
|
|
#define _BUILD_TIME {0, 0}
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-#if !defined(_BUILD_STRING)
|
|
|
|
+
|
|
|
|
+#undef _BUILD_STRING
|
|
|
|
#define _BUILD_STRING ""
|
|
|
|
-#endif
|
|
|
|
+
|
|
|
|
#if !defined(_PRODUCTION)
|
|
|
|
#define _PRODUCTION ""
|
|
|
|
#endif
|
2012-10-02 16:03:09 +02:00
|
|
|
#if defined(DEBUG)
|
|
|
|
#define _DEBUG_STRING " (debug)"
|
2011-07-21 12:51:05 +02:00
|
|
|
Index: src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
|
|
|
===================================================================
|
2011-04-16 01:03:52 +02:00
|
|
|
--- src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c.orig
|
|
|
|
+++ src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -40,20 +40,17 @@
|
|
|
|
|
|
|
|
/************************************************************************/
|
2011-04-16 01:03:52 +02:00
|
|
|
/**************************IDENTITY AND VERSIONING***********************/
|
|
|
|
/************************************************************************/
|
|
|
|
#include "_pl_bld.h"
|
|
|
|
-#if !defined(_BUILD_TIME)
|
|
|
|
-#ifdef HAVE_LONG_LONG
|
|
|
|
-#define _BUILD_TIME 0
|
|
|
|
-#else
|
|
|
|
+
|
|
|
|
+#undef _BUILD_TIME
|
|
|
|
#define _BUILD_TIME {0, 0}
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-#if !defined(_BUILD_STRING)
|
|
|
|
+
|
|
|
|
+#undef _BUILD_STRING
|
|
|
|
#define _BUILD_STRING ""
|
|
|
|
-#endif
|
|
|
|
+
|
|
|
|
#if !defined(_PRODUCTION)
|
|
|
|
#define _PRODUCTION ""
|
|
|
|
#endif
|
2012-10-02 16:03:09 +02:00
|
|
|
#if defined(DEBUG)
|
|
|
|
#define _DEBUG_STRING " (debug)"
|
2012-04-29 20:59:19 +02:00
|
|
|
Index: src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
|
|
|
===================================================================
|
|
|
|
--- src/VBox/Additions/common/VBoxService/VBoxService.cpp.orig
|
|
|
|
+++ src/VBox/Additions/common/VBoxService/VBoxService.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -155,14 +155,14 @@ static void VBoxServiceLogHeaderFooter(P
|
|
|
|
switch (enmPhase)
|
|
|
|
{
|
2012-04-29 20:59:19 +02:00
|
|
|
case RTLOGPHASE_BEGIN:
|
|
|
|
{
|
|
|
|
pfnLog(pLoggerRelease,
|
|
|
|
- "VBoxService %s r%s (verbosity: %d) %s (%s %s) release log\n"
|
|
|
|
+ "VBoxService %s r%s (verbosity: %d) %s (%s %s) release log\n"
|
|
|
|
"Log opened %s\n",
|
|
|
|
RTBldCfgVersion(), RTBldCfgRevisionStr(), g_cVerbosity, VBOX_BUILD_TARGET,
|
|
|
|
- __DATE__, __TIME__, szTmp);
|
|
|
|
+ "openSUSE","Buildservice",szTmp);
|
|
|
|
|
|
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
2012-10-02 16:03:09 +02:00
|
|
|
pfnLog(pLoggerRelease, "OS Product: %s\n", szTmp);
|
|
|
|
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
|
2012-04-29 20:59:19 +02:00
|
|
|
Index: src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
|
|
|
===================================================================
|
|
|
|
--- src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp.orig
|
|
|
|
+++ src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
|
2012-10-02 16:03:09 +02:00
|
|
|
@@ -146,11 +146,11 @@ static int vboxInitLogging(const char *p
|
|
|
|
#ifdef VBOX_BLEEDING_EDGE
|
|
|
|
"EXPERIMENTAL build " VBOX_BLEEDING_EDGE "\n"
|
2012-04-29 20:59:19 +02:00
|
|
|
#endif
|
|
|
|
"Log opened %s\n",
|
|
|
|
VBOX_VERSION_STRING, RTBldCfgRevision(), VBOX_BUILD_TARGET,
|
|
|
|
- __DATE__, __TIME__, szTmp);
|
|
|
|
+ "openSUSE", "Buildservice", szTmp);
|
|
|
|
|
|
|
|
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
2012-10-02 16:03:09 +02:00
|
|
|
RTLogRelLogger(loggerRelease, 0, ~0U, "OS Product: %s\n", szTmp);
|
|
|
|
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
|
|
|
|
Index: src/VBox/Devices/PC/BIOS/bios.c
|
|
|
|
===================================================================
|
|
|
|
--- src/VBox/Devices/PC/BIOS/bios.c.orig
|
|
|
|
+++ src/VBox/Devices/PC/BIOS/bios.c
|
|
|
|
@@ -149,11 +149,11 @@ void set_mode(uint8_t mode);
|
|
|
|
//@todo: restore
|
|
|
|
//#undef VBOX
|
|
|
|
|
|
|
|
#define BX_PCIBIOS 1
|
|
|
|
#define BX_APPNAME "VirtualBox"
|
|
|
|
-#define BIOS_BUILD_DATE __DATE__
|
|
|
|
+#define BIOS_BUILD_DATE "openSUSE Buildservice"
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
// print_bios_banner
|
|
|
|
// displays a the bios version
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
void BIOSCALL print_bios_banner(void)
|
|
|
|
Index: src/VBox/Main/glue/com.cpp
|
|
|
|
===================================================================
|
|
|
|
--- src/VBox/Main/glue/com.cpp.orig
|
|
|
|
+++ src/VBox/Main/glue/com.cpp
|
|
|
|
@@ -238,11 +238,11 @@ static void vboxHeaderFooter(PRTLOGGER p
|
|
|
|
#ifdef VBOX_BLEEDING_EDGE
|
|
|
|
"EXPERIMENTAL build " VBOX_BLEEDING_EDGE "\n"
|
|
|
|
#endif
|
|
|
|
"Log opened %s\n",
|
|
|
|
g_pszLogEntity, VBOX_VERSION_STRING, RTBldCfgRevision(),
|
|
|
|
- RTBldCfgTargetDotArch(), __DATE__, __TIME__, szTmp);
|
|
|
|
+ RTBldCfgTargetDotArch(), "openSUSE", "Buildservice", szTmp);
|
|
|
|
|
|
|
|
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
|
|
|
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
|
|
|
pfnLog(pReleaseLogger, "OS Product: %s\n", szTmp);
|
|
|
|
vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
|