[arch-commits] Commit in virtualbox/trunk (003-gcc-48.patch PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 23 10:17:47 UTC 2013


    Date: Sunday, June 23, 2013 @ 12:17:47
  Author: bpiotrowski
Revision: 93046

upgpkg: virtualbox 4.2.14-1

- upstream release

Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/003-gcc-48.patch

------------------+
 003-gcc-48.patch |   39 ---------------------------------------
 PKGBUILD         |    8 +++-----
 2 files changed, 3 insertions(+), 44 deletions(-)

Deleted: 003-gcc-48.patch
===================================================================
--- 003-gcc-48.patch	2013-06-23 10:14:58 UTC (rev 93045)
+++ 003-gcc-48.patch	2013-06-23 10:17:47 UTC (rev 93046)
@@ -1,39 +0,0 @@
-Index: configure
-===================================================================
---- a/configure	(revision 45449)
-+++ a/configure	(revision 45450)
-@@ -416,7 +416,7 @@
-       elif [ $cc_maj -lt 3 \
-              -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
-              -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
--             -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
-+             -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
-              -o $cc_maj -gt 4 ]; then
-         log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
-         fail really
-Index: Config.kmk
-===================================================================
---- a/Config.kmk	(revision 45449)
-+++ a/Config.kmk	(revision 45450)
-@@ -1503,7 +1503,7 @@
- #
- # Compiler optimization flags.
- #
--VBOX_GCC_WARN     ?= -Wall $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) -Wno-unused -Wno-trigraphs $(VBOX_GCC_fdiagnostics-show-option)
-+VBOX_GCC_WARN     ?= -Wall $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) -Wno-unused -Wno-trigraphs $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_no-unused-parameter)
- VBOX_GCC_WARN_PEDANTIC = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long
- ifdef VBOX_WITH_MASOCHISTIC_WARNINGS
-  VBOX_GCC_WARN_PEDANTIC += -Wunused-variable -Wunused-function -Wunused-label -Wunused-parameter
-@@ -2285,6 +2285,12 @@
- 	$(QUIET)$(APPEND) '$@' ' endif'
- 	$(QUIET)$(APPEND) '$@' 'endif'
- endif
-+# Prevent warnings about unused parameters as of gcc-4.8 as this warning is now very verbose
-+	$(QUIET)$(APPEND) '$@' 'ifneq ($$(VBOX_GCC_VERSION_CXX),)'
-+	$(QUIET)$(APPEND) '$@' ' ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40800),)'
-+	$(QUIET)$(APPEND) '$@' '  VBOX_GCC_no-unused-parameter ?= -Wno-unused-parameter'
-+	$(QUIET)$(APPEND) '$@' ' endif'
-+	$(QUIET)$(APPEND) '$@' 'endif'
- ifeq ($(KBUILD_TARGET),solaris)
- 	$(QUIET)$(APPEND) '$@' 'VBOX_GCC_msave-args            ?= $(call VBOX_GCC_CHECK_CXX,-msave-args,)'
- # Detect the solaris assembler. It is used by the the 4.x gcc compilers,

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-23 10:14:58 UTC (rev 93045)
+++ PKGBUILD	2013-06-23 10:17:47 UTC (rev 93046)
@@ -9,8 +9,8 @@
          'virtualbox-sdk'
          'virtualbox-guest-utils'
          'virtualbox-ext-vnc')
-pkgver=4.2.12
-pkgrel=3
+pkgver=4.2.14
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -55,9 +55,8 @@
         'vboxweb.service'
         '001-vboxdrv-reference.patch'
         '002-change_default_driver_dir.patch'
-        '003-gcc-48.patch'
         '004-system-xorg.patch')
-md5sums=('654e45054ae6589452508d37403dc800'
+md5sums=('be834de415adaf2f696f7a499f88b4e6'
          '5f85710e0b8606de967716ded7b2d351'
          'ed1341881437455d9735875ddf455fbe'
          '58d6e5bb4b4c1c6f3f0b3daa6aaeed03'
@@ -65,7 +64,6 @@
          'bc9efed88e0469cd7fc460d5a5cd7b4b'
          '6dbd16b9d1530fc42ff6904cd80be91d'
          '97e193f050574dd272a38e5ee5ebe62b'
-         '7cf8611ae5850b86323b690e430eeed7'
          '4da461f8c90caa123b47c62479f426b4')
 
 prepare() {




More information about the arch-commits mailing list