summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2012-07-11 10:07:54 +0000
committerjoerg <joerg>2012-07-11 10:07:54 +0000
commit12543e14b10e5c5dd1ab38b0c9c03a2a7ad9bb6d (patch)
treed8e0acf06e2cc97aa0be30e3961fc6c0b26d0b22
parent6f3d9e5a6ac2af8b0fda4d1d7f0573e52eb05d7b (diff)
downloadpkgsrc-12543e14b10e5c5dd1ab38b0c9c03a2a7ad9bb6d.tar.gz
Don't duplicate patches.
-rw-r--r--devel/libmaa/patches/patch-debug.c15
-rw-r--r--devel/libmaa/patches/patch-flags.c15
-rw-r--r--devel/libmaa/patches/patch-maa.h24
3 files changed, 3 insertions, 51 deletions
diff --git a/devel/libmaa/patches/patch-debug.c b/devel/libmaa/patches/patch-debug.c
index 33ef090c93e..f0a9a125a90 100644
--- a/devel/libmaa/patches/patch-debug.c
+++ b/devel/libmaa/patches/patch-debug.c
@@ -1,17 +1,4 @@
-$NetBSD: patch-debug.c,v 1.2 2012/07/09 19:09:09 joerg Exp $
-
---- debug.c.orig 2012-07-05 12:00:08.000000000 +0000
-+++ debug.c
-@@ -173,7 +173,7 @@ void dbg_unset_flag( dbg_Type flag )
- /* \doc This inlined function tests the |flag|, returning non-zero if the
- |flag| is set, and zero otherwise. */
-
--__inline__ int dbg_test( dbg_Type flag )
-+int dbg_test( dbg_Type flag )
- {
- return TEST( flag, setFlags );
- }
-$NetBSD: patch-debug.c,v 1.2 2012/07/09 19:09:09 joerg Exp $
+$NetBSD: patch-debug.c,v 1.3 2012/07/11 10:07:54 joerg Exp $
--- debug.c.orig 2012-07-05 12:00:08.000000000 +0000
+++ debug.c
diff --git a/devel/libmaa/patches/patch-flags.c b/devel/libmaa/patches/patch-flags.c
index ee0113b632a..85fbf2d5fdc 100644
--- a/devel/libmaa/patches/patch-flags.c
+++ b/devel/libmaa/patches/patch-flags.c
@@ -1,17 +1,4 @@
-$NetBSD: patch-flags.c,v 1.2 2012/07/09 19:09:09 joerg Exp $
-
---- flags.c.orig 2012-07-05 12:01:24.000000000 +0000
-+++ flags.c
-@@ -142,7 +142,7 @@ void flg_set( const char *name )
- /* \doc This inlined function tests the |flag|, returning non-zero if the
- |flag| is set, and zero otherwise. */
-
--__inline__ int flg_test( flg_Type flag )
-+int flg_test( flg_Type flag )
- {
- return TEST( flag, setFlags );
- }
-$NetBSD: patch-flags.c,v 1.2 2012/07/09 19:09:09 joerg Exp $
+$NetBSD: patch-flags.c,v 1.3 2012/07/11 10:07:54 joerg Exp $
--- flags.c.orig 2012-07-05 12:01:24.000000000 +0000
+++ flags.c
diff --git a/devel/libmaa/patches/patch-maa.h b/devel/libmaa/patches/patch-maa.h
index 1865fdc259b..c6b20de7896 100644
--- a/devel/libmaa/patches/patch-maa.h
+++ b/devel/libmaa/patches/patch-maa.h
@@ -1,26 +1,4 @@
-$NetBSD: patch-maa.h,v 1.2 2012/07/09 19:09:09 joerg Exp $
-
---- maa.h.orig 2012-07-05 12:00:48.000000000 +0000
-+++ maa.h
-@@ -438,7 +438,7 @@ extern void dbg_destroy( void
- extern void dbg_set( const char *name );
- extern void dbg_set_flag( dbg_Type flag );
- extern void dbg_unset_flag( dbg_Type flag );
--extern __inline__ int dbg_test( dbg_Type flag );
-+extern int dbg_test( dbg_Type flag );
- extern void dbg_list( FILE *stream );
-
- #define PRINTF(flag,arg) if (dbg_test(flag)) { log_info arg; }
-@@ -450,7 +450,7 @@ typedef unsigned long int flg_Type;
- extern void flg_register( flg_Type flag, const char *name );
- extern void flg_destroy( void );
- extern void flg_set( const char *name );
--extern __inline__ int flg_test( flg_Type flag );
-+extern int flg_test( flg_Type flag );
- extern void flg_list( FILE *stream );
- extern const char *flg_name( flg_Type flag );
-
-$NetBSD: patch-maa.h,v 1.2 2012/07/09 19:09:09 joerg Exp $
+$NetBSD: patch-maa.h,v 1.3 2012/07/11 10:07:54 joerg Exp $
--- maa.h.orig 2012-07-05 12:00:48.000000000 +0000
+++ maa.h