pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pan2-git: Remove patch that was integrated upstream.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 21 13:34:58 2016 +0100
Changeset:	c241af5b9a55f4196d69bbdf4adc58573daf48aa

Removed Files:
	pan2-git/distinfo
	pan2-git/patches/patch-pan_data-impl_groups.cc

Log Message:
pan2-git: Remove patch that was integrated upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c241af5b9a55f4196d69bbdf4adc58573daf48aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pan2-git/distinfo                              |  3 ---
 pan2-git/patches/patch-pan_data-impl_groups.cc | 22 ----------------------
 2 files changed, 25 deletions(-)

diffs:
diff --git a/pan2-git/distinfo b/pan2-git/distinfo
deleted file mode 100644
index 4d66f3a..0000000
--- a/pan2-git/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: distinfo,v 1.5 2014/03/23 14:01:50 thomasklausner Exp $
-
-SHA1 (patch-pan_data-impl_groups.cc) = edfe8fb944a0ff50bd15cf00044f849e503bbecb
diff --git a/pan2-git/patches/patch-pan_data-impl_groups.cc b/pan2-git/patches/patch-pan_data-impl_groups.cc
deleted file mode 100644
index f073b13..0000000
--- a/pan2-git/patches/patch-pan_data-impl_groups.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-Fix for building with clang.
-https://bugzilla.gnome.org/attachment.cgi?id=324116&action=edit
-
---- pan/data-impl/groups.cc.orig	2015-11-15 00:23:37.000000000 +0000
-+++ pan/data-impl/groups.cc
-@@ -81,7 +81,14 @@ namespace
-   }
- }
- 
-+#include <ciso646> // detect std::lib
-+#ifdef _LIBCPP_VERSION
-+// using libc++
-+#include <algorithm>
-+#else
-+// using libstdc++
- #include <ext/algorithm>
-+#endif
- 
- void
- DataImpl :: load_newsrc (const Quark       & server,


Home | Main Index | Thread Index | Old Index