pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/oath-toolkit/patches Apply patches as intended.
details: https://anonhg.NetBSD.org/pkgsrc/rev/769ffc559f53
branches: trunk
changeset: 602195:769ffc559f53
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Apr 07 19:34:15 2012 +0000
description:
Apply patches as intended.
diffstat:
security/oath-toolkit/patches/patch-liboath_gl_fflush.c | 13 +++++++++
security/oath-toolkit/patches/patch-liboath_gl_fflush.c.diff | 16 ------------
security/oath-toolkit/patches/patch-liboath_gl_fseeko.c | 13 +++++++++
security/oath-toolkit/patches/patch-liboath_gl_fseeko.c.diff | 16 ------------
4 files changed, 26 insertions(+), 32 deletions(-)
diffs (74 lines):
diff -r ff63ffaf2508 -r 769ffc559f53 security/oath-toolkit/patches/patch-liboath_gl_fflush.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/oath-toolkit/patches/patch-liboath_gl_fflush.c Sat Apr 07 19:34:15 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-liboath_gl_fflush.c,v 1.1 2012/04/07 19:34:15 joerg Exp $
+
+--- liboath/gl/fflush.c.orig 2012-01-03 19:18:22.000000000 +0000
++++ liboath/gl/fflush.c
+@@ -91,7 +91,7 @@ static inline void
+ update_fpos_cache (FILE *fp, off_t pos)
+ {
+ #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */
+-# if defined __CYGWIN__
++# if defined(__CYGWIN__) || defined(__NetBSD__)
+ /* fp_->_offset is typed as an integer. */
+ fp_->_offset = pos;
+ # else
diff -r ff63ffaf2508 -r 769ffc559f53 security/oath-toolkit/patches/patch-liboath_gl_fflush.c.diff
--- a/security/oath-toolkit/patches/patch-liboath_gl_fflush.c.diff Sat Apr 07 19:27:23 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
---- security/oath-toolkit/patches/patch-liboath_gl_fflush.c
-+++ security/oath-toolkit/patches/patch-liboath_gl_fflush.c
-@@ -0,0 +1,13 @@
-+$NetBSD: patch-liboath_gl_fflush.c.diff,v 1.1 2012/04/07 13:16:24 joerg Exp $
-+
-+--- liboath/gl/fflush.c.orig 2012-01-03 19:18:22.000000000 +0000
-++++ liboath/gl/fflush.c
-+@@ -91,7 +91,7 @@ static inline void
-+ update_fpos_cache (FILE *fp, off_t pos)
-+ {
-+ #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */
-+-# if defined __CYGWIN__
-++# if defined(__CYGWIN__) || defined(__NetBSD__)
-+ /* fp_->_offset is typed as an integer. */
-+ fp_->_offset = pos;
-+ # else
diff -r ff63ffaf2508 -r 769ffc559f53 security/oath-toolkit/patches/patch-liboath_gl_fseeko.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/oath-toolkit/patches/patch-liboath_gl_fseeko.c Sat Apr 07 19:34:15 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-liboath_gl_fseeko.c,v 1.1 2012/04/07 19:34:15 joerg Exp $
+
+--- liboath/gl/fseeko.c.orig 2012-01-03 19:18:22.000000000 +0000
++++ liboath/gl/fseeko.c
+@@ -109,7 +109,7 @@ fseeko (FILE *fp, off_t offset, int when
+ fp->_flags &= ~_IO_EOF_SEEN;
+ fp->_offset = pos;
+ #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */
+-# if defined __CYGWIN__
++# if defined(__CYGWIN__) || defined(__NetBSD__)
+ /* fp_->_offset is typed as an integer. */
+ fp_->_offset = pos;
+ # else
diff -r ff63ffaf2508 -r 769ffc559f53 security/oath-toolkit/patches/patch-liboath_gl_fseeko.c.diff
--- a/security/oath-toolkit/patches/patch-liboath_gl_fseeko.c.diff Sat Apr 07 19:27:23 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
---- security/oath-toolkit/patches/patch-liboath_gl_fseeko.c
-+++ security/oath-toolkit/patches/patch-liboath_gl_fseeko.c
-@@ -0,0 +1,13 @@
-+$NetBSD: patch-liboath_gl_fseeko.c.diff,v 1.1 2012/04/07 13:16:24 joerg Exp $
-+
-+--- liboath/gl/fseeko.c.orig 2012-01-03 19:18:22.000000000 +0000
-++++ liboath/gl/fseeko.c
-+@@ -109,7 +109,7 @@ fseeko (FILE *fp, off_t offset, int when
-+ fp->_flags &= ~_IO_EOF_SEEN;
-+ fp->_offset = pos;
-+ #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */
-+-# if defined __CYGWIN__
-++# if defined(__CYGWIN__) || defined(__NetBSD__)
-+ /* fp_->_offset is typed as an integer. */
-+ fp_->_offset = pos;
-+ # else
Home |
Main Index |
Thread Index |
Old Index