summaryrefslogtreecommitdiff
path: root/mail/claws-mail/files/patch-tools-sylprint.pl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-12 22:11:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-12 22:11:50 +0000
commit3166ed7b052349083478d079602606287a176ab0 (patch)
treee815490624bea8650e92377368c6396bdd428ef3 /mail/claws-mail/files/patch-tools-sylprint.pl
parent- Update to 1.9.3 (diff)
- Update to 3.3.0
* Due to licensing problems, the ClamAV plugin has been removed from the Claws Mail core distribution and can now be found separately packaged or within the 'extra plugins' package. * OpenSSL now defaults to ON (you can optionally switch to GnuTLS) * Gnomeprint is marked as Deprecated and will removed with the next release. You can find all the changes here: http://sourceforge.net/news/?group_id=25528 Thanks to: all Testers Approved by: maintainer implicit Security: http://www.vuxml.org/freebsd/a59afa47-c930-11dc-810c-0016179b2dd5.html
Notes
Notes: svn path=/head/; revision=207078
Diffstat (limited to 'mail/claws-mail/files/patch-tools-sylprint.pl')
-rw-r--r--mail/claws-mail/files/patch-tools-sylprint.pl14
1 files changed, 0 insertions, 14 deletions
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; }