diff options
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/extra-doc:Makefile.in | 11 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-configure | 62 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-po-Makefile.in.in | 31 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-sylpheed.desktop | 20 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-tools-README.sylprint | 18 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-tools-sylprint.pl | 14 |
6 files changed, 0 insertions, 156 deletions
diff --git a/mail/claws-mail/files/extra-doc:Makefile.in b/mail/claws-mail/files/extra-doc:Makefile.in deleted file mode 100644 index 7cb0b03d88ed..000000000000 --- a/mail/claws-mail/files/extra-doc:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon May 10 10:06:47 2004 -+++ doc/Makefile.in Mon May 10 10:07:06 2004 -@@ -257,7 +257,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = faq man manual -+SUBDIRS = man - all: all-recursive - - .SUFFIXES: diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure deleted file mode 100644 index 635064a1cb20..000000000000 --- a/mail/claws-mail/files/patch-configure +++ /dev/null @@ -1,62 +0,0 @@ ---- configure.orig Sun Sep 26 03:21:32 2004 -+++ configure Sun Sep 26 03:33:17 2004 -@@ -24006,9 +24006,9 @@ - localedir='${prefix}/share/locale' - - --manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' -+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - --faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' -+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' - - - if test "x${datadir}" = 'x${prefix}/share'; then -@@ -27646,46 +27646,14 @@ - echo "$as_me:$LINENO: checking for openssl >= 0.9.7" >&5 - echo $ECHO_N "checking for openssl >= 0.9.7... $ECHO_C" >&6 - -- if $PKG_CONFIG --exists "openssl >= 0.9.7" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -- succeeded=yes -- -- echo "$as_me:$LINENO: checking OPENSSL_CFLAGS" >&5 --echo $ECHO_N "checking OPENSSL_CFLAGS... $ECHO_C" >&6 -- OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.7"` -- echo "$as_me:$LINENO: result: $OPENSSL_CFLAGS" >&5 --echo "${ECHO_T}$OPENSSL_CFLAGS" >&6 -- -- echo "$as_me:$LINENO: checking OPENSSL_LIBS" >&5 --echo $ECHO_N "checking OPENSSL_LIBS... $ECHO_C" >&6 -- OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.7"` -- echo "$as_me:$LINENO: result: $OPENSSL_LIBS" >&5 --echo "${ECHO_T}$OPENSSL_LIBS" >&6 -- else -- OPENSSL_CFLAGS="" -- OPENSSL_LIBS="" -- ## If we have a custom action on failure, don't print errors, but -- ## do set a variable so people can do so. -- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl >= 0.9.7"` -- -- fi -- -- -- - else - echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - fi - fi - -- if test $succeeded = yes; then -- : -- else -- ac_cv_enable_openssl=no -- fi -- - if test x$ac_cv_enable_openssl = xyes; then -+OPENSSL_LIBS=%%OPENSSL_LIBS%% - - cat >>confdefs.h <<\_ACEOF - #define USE_OPENSSL 1 diff --git a/mail/claws-mail/files/patch-po-Makefile.in.in b/mail/claws-mail/files/patch-po-Makefile.in.in deleted file mode 100644 index 007d2a254062..000000000000 --- a/mail/claws-mail/files/patch-po-Makefile.in.in +++ /dev/null @@ -1,31 +0,0 @@ ---- po/Makefile.in.in.orig Sat Jun 21 20:49:51 2003 -+++ po/Makefile.in.in Sun Jul 27 14:05:49 2003 -@@ -8,7 +8,7 @@ - # Please note that the actual code of GNU gettext is covered by the GNU - # General Public License and is *not* in the public domain. - --PACKAGE = @PACKAGE@ -+PACKAGE = sylpheed - VERSION = @VERSION@ - - SHELL = /bin/sh -@@ -44,7 +44,7 @@ - DUMMYPOFILES = @DUMMYPOFILES@ - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) --DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ -+DISTFILES = $(DISTFILES.common) Makevars POTFILES.in sylpheed.pot stamp-po \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - -@@ -158,8 +158,8 @@ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ -- $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ -- echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ -+ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN)-claws.mo; \ -+ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN)-claws.mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ diff --git a/mail/claws-mail/files/patch-sylpheed.desktop b/mail/claws-mail/files/patch-sylpheed.desktop deleted file mode 100644 index 163b639afe9d..000000000000 --- a/mail/claws-mail/files/patch-sylpheed.desktop +++ /dev/null @@ -1,20 +0,0 @@ ---- sylpheed.desktop.orig Mon Dec 13 13:41:28 2004 -+++ sylpheed.desktop Mon Dec 13 13:44:45 2004 -@@ -1,10 +1,13 @@ - [Desktop Entry] --Name=Sylpheed --Name[ja]=Sylpheed -+Version=1.0 -+Encoding=UTF-8 -+Name=Sylpheed Claws -+Name[ja]=Sylpheed Claws - Comment=E-Mail client - Comment[ja]=電子メールクライアント --Exec=sylpheed --Icon=sylpheed.png -+Comment[pl]=Klient poczty elektronicznej -+Exec=sylpheed-claws -+Icon=sylpheed-claws.png - Terminal=0 - Type=Application - Categories=Application;Network; diff --git a/mail/claws-mail/files/patch-tools-README.sylprint b/mail/claws-mail/files/patch-tools-README.sylprint deleted file mode 100644 index 22b5e00325d4..000000000000 --- a/mail/claws-mail/files/patch-tools-README.sylprint +++ /dev/null @@ -1,18 +0,0 @@ ---- tools/README.sylprint.orig Sun Jan 6 17:05:30 2002 -+++ tools/README.sylprint Tue Jan 15 00:19:12 2002 -@@ -144,11 +144,12 @@ - sylprint.pl - The script itself. - -- sylprint.rc -+ %%PREFIX%%/etc/sylprint.rc -+ ~/.sylpheed/sylprint.rc - Stores user default preferred configuration for the - script. Settings in this file may be overriden by -- command line options. Must be stored in the same -- directory of the script and/or in the ~/.sylpheed -+ command line options. Must be stored in the local -+ configuration directory and/or in the ~/.sylpheed - one (Sylpheed user's configuration directory). - - /tmp/sylprint.username.number diff --git a/mail/claws-mail/files/patch-tools-sylprint.pl b/mail/claws-mail/files/patch-tools-sylprint.pl deleted file mode 100644 index fce5e4ec5bbe..000000000000 --- a/mail/claws-mail/files/patch-tools-sylprint.pl +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/sylprint.pl.orig Tue Jan 8 20:34:37 2002 -+++ tools/sylprint.pl Tue Jan 15 00:13:15 2002 -@@ -36,10 +36,7 @@ - # get user config - if (defined($ARGV[1]) && $ARGV[1] eq '-r') { $a++; } - else { -- @spp = split('/',$0); -- $spp[$#spp] = ''; -- $spp = join('/',@spp); -- $rcf="$spp$rc"; -+ $rcf="%%PREFIX%%/etc/$rc"; - if (-x $rcf) { do $rcf; } - $rcf="$ENV{'HOME'}/.sylpheed/$rc"; - if (-x $rcf) { do $rcf; } |