[125275] trunk/dports/devel/libgpg-error

devans at macports.org devans at macports.org
Fri Sep 12 09:33:44 PDT 2014


Revision: 125275
          https://trac.macports.org/changeset/125275
Author:   devans at macports.org
Date:     2014-09-12 09:33:44 -0700 (Fri, 12 Sep 2014)
Log Message:
-----------
libgpg-error: maintainer update to version 1.15 (#44952).

Modified Paths:
--------------
    trunk/dports/devel/libgpg-error/Portfile
    trunk/dports/devel/libgpg-error/files/patch-configure.diff

Added Paths:
-----------
    trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff

Removed Paths:
-------------
    trunk/dports/devel/libgpg-error/files/patch-src-gpg-error.h.in.diff

Modified: trunk/dports/devel/libgpg-error/Portfile
===================================================================
--- trunk/dports/devel/libgpg-error/Portfile	2014-09-12 15:37:01 UTC (rev 125274)
+++ trunk/dports/devel/libgpg-error/Portfile	2014-09-12 16:33:44 UTC (rev 125275)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            libgpg-error
-version         1.14
-revision        1
+version         1.15
 categories      devel
 platforms       darwin
 license         LGPL-2.1+
@@ -22,14 +21,14 @@
 
 use_bzip2       yes
 
-checksums       rmd160  eb377ffe121bb2337cfe25ef19b1c868d92fa73f \
-                sha256  58f178c7e9bfa7e98ce4ebf2737700bbe7d1da19068ef231fe0eebaa44567bf0
+checksums       rmd160  09d050254364d27ba3b98156c4b66b1e9490084a \
+                sha256  b6083d027ca338f2a090ac9539983bc847596d36200f6baf3451f2688209797f
 
 depends_lib     port:libiconv \
                 port:gettext
 
 patchfiles      patch-configure.diff \
-                patch-src-gpg-error.h.in.diff
+                patch-src-gpgrt-int.h.diff
 
 test.run        yes
 test.target     check

Modified: trunk/dports/devel/libgpg-error/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/libgpg-error/files/patch-configure.diff	2014-09-12 15:37:01 UTC (rev 125274)
+++ trunk/dports/devel/libgpg-error/files/patch-configure.diff	2014-09-12 16:33:44 UTC (rev 125275)
@@ -1,6 +1,6 @@
---- configure.orig	2014-04-15 05:25:50.000000000 -0700
-+++ configure	2014-07-08 11:44:04.000000000 -0700
-@@ -2940,7 +2940,7 @@
+--- configure.orig	2014-09-11 06:34:09.000000000 -0700
++++ configure	2014-09-12 09:15:00.000000000 -0700
+@@ -2948,7 +2948,7 @@
    */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  esac
  
@@ -9,7 +9,7 @@
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
-@@ -4492,7 +4492,7 @@
+@@ -4500,7 +4500,7 @@
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  

Deleted: trunk/dports/devel/libgpg-error/files/patch-src-gpg-error.h.in.diff
===================================================================
--- trunk/dports/devel/libgpg-error/files/patch-src-gpg-error.h.in.diff	2014-09-12 15:37:01 UTC (rev 125274)
+++ trunk/dports/devel/libgpg-error/files/patch-src-gpg-error.h.in.diff	2014-09-12 16:33:44 UTC (rev 125275)
@@ -1,11 +0,0 @@
-https://bugs.g10code.com/gnupg/issue1712
---- src/gpg-error.h.in.orig	2014-08-26 06:40:05.000000000 -0500
-+++ src/gpg-error.h.in	2014-09-09 22:17:14.000000000 -0500
-@@ -26,6 +26,7 @@
- #include <stddef.h>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <sys/types.h>
- 
- #ifdef __GNUC__
- #define GPG_ERR_INLINE __inline__

Added: trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff
===================================================================
--- trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff	                        (rev 0)
+++ trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff	2014-09-12 16:33:44 UTC (rev 125275)
@@ -0,0 +1,25 @@
+commit e1882ee8c541020ec590bf096508ca5b6d2ab944 (HEAD, refs/heads/wk-master)
+Author: Werner Koch <wk at gnupg.org>
+Date:   Fri Sep 12 10:33:16 2014 +0200
+
+    Fix a prototype
+    
+    * src/gpgrt-int.h: s/off_t/gpgrt_off_t/.
+
+	Modified   src/gpgrt-int.h
+diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
+index 0e6f69c..f97166f 100644
+--- src/gpgrt-int.h
++++ src/gpgrt-int.h
+@@ -105,9 +105,9 @@
+ 
+ int _gpgrt_fflush (gpgrt_stream_t stream);
+ int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
+-int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
++int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
+ long int _gpgrt_ftell (gpgrt_stream_t stream);
+-off_t _gpgrt_ftello (gpgrt_stream_t stream);
++gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
+ void _gpgrt_rewind (gpgrt_stream_t stream);
+ 
+ int _gpgrt_fgetc (gpgrt_stream_t stream);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140912/458316f1/attachment.html>


More information about the macports-changes mailing list