Nagy Karoly Gabriel
12 years ago
committed by
Christian Wiese
3 changed files with 44 additions and 32 deletions
@ -1,29 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../crm114/dont_profile.patch
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
the -pg option makes `crm` whine when it can't write a gmon.out file
|
||||
|
||||
--- ./Makefile.orig 2008-08-14 06:13:22.000000000 -0400
|
||||
+++ ./Makefile 2008-08-14 06:13:48.000000000 -0400
|
||||
@@ -81,7 +81,7 @@
|
||||
# BSD users - do NOT use -static-libgcc!!!
|
||||
#LDFLAGS += -static -static-libgcc
|
||||
# use this one if you want program profiling.
|
||||
-LDFLAGS += -static -static-libgcc -pg
|
||||
+#LDFLAGS += -static -static-libgcc -pg
|
||||
#
|
||||
# Any standard install flags? We nominally use protection 755
|
||||
INSTALLFLAGS += -m 755
|
@ -0,0 +1,41 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../crm114/message-munging.patch
|
||||
# Copyright (C) 2013 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
Message munging work around (see bug #406207).
|
||||
|
||||
Index: crm114/maillib.crm
|
||||
===================================================================
|
||||
--- ./maillib.crm 2009-10-20 11:12:34.000000000 +0200
|
||||
+++ ./maillib.crm 2010-01-23 15:03:22.000000000 +0100
|
||||
@@ -371,11 +371,13 @@
|
||||
match (:found: :hd: :tail:) <nomultiline nocase> /^(:*:header:) (.*)/
|
||||
alter (:tail:) /:*:tail: (:*:comment:)/
|
||||
}
|
||||
- alius
|
||||
- {
|
||||
- # no such header. make one.
|
||||
- call /:mungmail_add:/ [:*:header: (:*:comment:)]
|
||||
- }
|
||||
+# Commented out by Milan Zamazal <pdm@debian.org> on 2007-01-28 as suggested on
|
||||
+# the crm114 mailing list. If this is wrong please let me know.
|
||||
+# alius
|
||||
+# {
|
||||
+# # no such header. make one.
|
||||
+# call /:mungmail_add:/ [:*:header: (:*:comment:)]
|
||||
+# }
|
||||
}
|
||||
return
|
||||
|
Loading…
Reference in new issue