Up to [cvs.NetBSD.org] / pkgsrc / news / pan
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: pkgsrc-2013Q4-base
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 17 07:41:44 2013 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Branch point for: pkgsrc-2013Q4
Changes since 1.25: +1 -14
lines
Diff to previous 1.25 (colored)
This commit breaks pan completely -- it dies during startup. Revert it. Bump PKGREVISION. Module Name: pkgsrc Committed By: joerg Date: Sun Jun 16 20:44:24 UTC 2013 Modified Files: pkgsrc/news/pan: Makefile distinfo Added Files: pkgsrc/news/pan/patches: patch-pan_data-impl_article-filter.cc patch-pan_data-impl_groups.cc patch-pan_data-impl_rules-filter.cc patch-pan_general_log.cc patch-pan_general_log.h patch-pan_general_macros.h patch-pan_gui_header-pane.cc patch-pan_gui_log-ui.cc patch-pan_usenet-utils_filter-info.cc patch-pan_usenet-utils_filter-info.h patch-pan_usenet-utils_rules-info.cc patch-pan_usenet-utils_rules-info.h patch-pan_usenet-utils_scorefile.cc Log Message: ISO C++ is explicit that deque requires a fully defined type, so it is not portable to embeded a deque in the same type.