[csw-devel] SF.net SVN: gar:[7564] csw/mgar/pkg/pinentry/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Dec 6 11:00:15 CET 2009


Revision: 7564
          http://gar.svn.sourceforge.net/gar/?rev=7564&view=rev
Author:   wahwah
Date:     2009-12-06 10:00:15 +0000 (Sun, 06 Dec 2009)

Log Message:
-----------
pinentry: Remove an obsolete patch

Modified Paths:
--------------
    csw/mgar/pkg/pinentry/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/pinentry/trunk/files/0001-remove-__extension__-from-util.c.patch

Modified: csw/mgar/pkg/pinentry/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pinentry/trunk/Makefile	2009-12-06 08:51:48 UTC (rev 7563)
+++ csw/mgar/pkg/pinentry/trunk/Makefile	2009-12-06 10:00:15 UTC (rev 7564)
@@ -13,8 +13,7 @@
 EXTRA_LIB = $(prefix)/X11/lib
 EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
 MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/pinentry/
-# PATCHFILES  = 0001-remove-__extension__-from-util.c.patch
-PATCHFILES += 0002-ncurses-include.patch
+PATCHFILES  = 0002-ncurses-include.patch
 PATCHFILES += 0003-TEMP_FAILURE_RETRY-macro-expansion.patch
 PATCHFILES += 0004-adding-prereq-2.59-to-configure.ac.patch
 PATCHFILES += 0005-Importing-getopt-posix-gnulib-module.patch

Deleted: csw/mgar/pkg/pinentry/trunk/files/0001-remove-__extension__-from-util.c.patch
===================================================================
--- csw/mgar/pkg/pinentry/trunk/files/0001-remove-__extension__-from-util.c.patch	2009-12-06 08:51:48 UTC (rev 7563)
+++ csw/mgar/pkg/pinentry/trunk/files/0001-remove-__extension__-from-util.c.patch	2009-12-06 10:00:15 UTC (rev 7564)
@@ -1,25 +0,0 @@
-From 26f9938de29f65324acaedf376801f2e40f04b27 Mon Sep 17 00:00:00 2001
-From: =?utf-8?q?Maciej=20Blizi=C5=84ski?= <blizinski at google.com>
-Date: Tue, 8 Sep 2009 20:02:35 +0100
-Subject: [PATCH 1/2] remove __extension__ from util.c
-
----
- secmem/util.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/secmem/util.c b/secmem/util.c
-index 580fd34..c836ad0 100644
---- a/secmem/util.c
-+++ b/secmem/util.c
-@@ -34,7 +34,7 @@
- 
- #ifndef TEMP_FAILURE_RETRY
- #define TEMP_FAILURE_RETRY(expression) \
--  (__extension__							      \
-+  (             							      \
-     ({ long int __result;						      \
-        do __result = (long int) (expression);				      \
-        while (__result == -1L && errno == EINTR);			      \
--- 
-1.6.3.2
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list