From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1McakR-0006Sr-Ib for garchives@archives.gentoo.org; Sun, 16 Aug 2009 08:05:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6093EE039A; Sun, 16 Aug 2009 08:05:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E3B4E039A for ; Sun, 16 Aug 2009 08:05:50 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0054465287 for ; Sun, 16 Aug 2009 08:05:50 +0000 (UTC) Received: from mrness by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1McakP-0006pZ-H5 for gentoo-commits@lists.gentoo.org; Sun, 16 Aug 2009 08:05:49 +0000 From: "Alin Nastac (mrness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gammu/files: gammu-1.25.0-skip-locktest.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gammu-1.25.0-skip-locktest.patch X-VCS-Directories: app-mobilephone/gammu/files X-VCS-Committer: mrness X-VCS-Committer-Name: Alin Nastac Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alin Nastac Date: Sun, 16 Aug 2009 08:05:49 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d14237ef-b0a5-45b9-88dd-1192d2984417 X-Archives-Hash: 21ef1430da52e0221a9e3e82a44b873d mrness 09/08/16 08:05:49 Added: gammu-1.25.0-skip-locktest.patch Log: Version bump. Skip locking test (#279960). (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.1 app-mobilephone/gammu/files/gammu-1.25.0-skip-lockte= st.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/ga= mmu/files/gammu-1.25.0-skip-locktest.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/ga= mmu/files/gammu-1.25.0-skip-locktest.patch?rev=3D1.1&content-type=3Dtext/= plain Index: gammu-1.25.0-skip-locktest.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Nru gammu-1.25.0.orig/tests/CMakeLists.txt gammu-1.25.0/tests/CMake= Lists.txt --- gammu-1.25.0.orig/tests/CMakeLists.txt 2009-08-16 01:08:09.000000000 = +0200 +++ gammu-1.25.0/tests/CMakeLists.txt 2009-08-16 01:40:36.000000000 +0200 @@ -645,7 +645,7 @@ =20 # Test for locking, only on !WIN32 and if we can write to lock dir if (NOT WIN32) - execute_process(COMMAND test -w /var/lock/ RESULT_VARIABLE VAR_LOCK_= WRITABLE) + set (VAR_LOCK_WRITABLE 1) if (VAR_LOCK_WRITABLE EQUAL 0) add_executable(locking locking.c) target_link_libraries(locking libGammu)