diff options
author | taca <taca@pkgsrc.org> | 2014-05-27 01:57:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-27 01:57:14 +0000 |
commit | 162dd3ffb3a3096d64906679a6b886910ba11bc6 (patch) | |
tree | fa183e4b332e45e3a25ac56917e9c9bc10935740 /mail | |
parent | e5fe581e5ab6daf90eeecdc8cee93c6ad379be7f (diff) | |
download | pkgsrc-162dd3ffb3a3096d64906679a6b886910ba11bc6.tar.gz |
Fix build two build problems.
* Didn't pass the portability check, noted by joerg@.
* Some PLIST problem.
No bump revision since the package was broken.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/PLIST | 4 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 5 | ||||
-rw-r--r-- | mail/sylpheed/patches/patch-aa | 6 | ||||
-rw-r--r-- | mail/sylpheed/patches/patch-macosx_bundle_launcher.sh | 12 |
4 files changed, 21 insertions, 6 deletions
diff --git a/mail/sylpheed/PLIST b/mail/sylpheed/PLIST index b418ece40bf..d710fdb1a62 100644 --- a/mail/sylpheed/PLIST +++ b/mail/sylpheed/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2011/06/21 03:21:46 taca Exp $ +@comment $NetBSD: PLIST,v 1.22 2014/05/27 01:57:14 taca Exp $ bin/sylpheed include/sylpheed/plugin.h include/sylpheed/sylph/account.h @@ -32,6 +32,7 @@ include/sylpheed/sylph/smtp.h include/sylpheed/sylph/socket.h include/sylpheed/sylph/socks.h include/sylpheed/sylph/ssl.h +include/sylpheed/sylph/ssl_hostname_validation.h include/sylpheed/sylph/stringtable.h include/sylpheed/sylph/syl-marshal.h include/sylpheed/sylph/sylmain.h @@ -52,6 +53,7 @@ share/locale/de/LC_MESSAGES/sylpheed.mo share/locale/el/LC_MESSAGES/sylpheed.mo share/locale/es/LC_MESSAGES/sylpheed.mo share/locale/et/LC_MESSAGES/sylpheed.mo +share/locale/eu/LC_MESSAGES/sylpheed.mo share/locale/fi/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo share/locale/gl/LC_MESSAGES/sylpheed.mo diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 3caf97573fb..369255b6d72 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.79 2014/05/11 09:57:22 taca Exp $ +$NetBSD: distinfo,v 1.80 2014/05/27 01:57:14 taca Exp $ SHA1 (sylpheed-3.4.1.tar.bz2) = 000f7c8b0aee188004b63b446792af04a2b71f12 RMD160 (sylpheed-3.4.1.tar.bz2) = 2ba464e3442ee1f754f151968e588d387b90b4fb Size (sylpheed-3.4.1.tar.bz2) = 3473101 bytes -SHA1 (patch-aa) = 70ba020c9d51711cc5efb3647ae82874e0c16da7 +SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c +SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66 diff --git a/mail/sylpheed/patches/patch-aa b/mail/sylpheed/patches/patch-aa index bd611dbc221..abff1d29cd8 100644 --- a/mail/sylpheed/patches/patch-aa +++ b/mail/sylpheed/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2012/06/29 14:56:16 taca Exp $ +$NetBSD: patch-aa,v 1.9 2014/05/27 01:57:14 taca Exp $ ---- libsylph/prefs_common.c.orig 2012-06-20 02:49:04.000000000 +0000 +--- libsylph/prefs_common.c.orig 2014-03-19 06:56:27.000000000 +0000 +++ libsylph/prefs_common.c -@@ -493,7 +493,7 @@ static PrefParam param[] = { +@@ -504,7 +504,7 @@ static PrefParam param[] = { P_STRING}, /* Update check */ diff --git a/mail/sylpheed/patches/patch-macosx_bundle_launcher.sh b/mail/sylpheed/patches/patch-macosx_bundle_launcher.sh new file mode 100644 index 00000000000..2bd46cf0991 --- /dev/null +++ b/mail/sylpheed/patches/patch-macosx_bundle_launcher.sh @@ -0,0 +1,12 @@ +$NetBSD: patch-macosx_bundle_launcher.sh,v 1.1 2014/05/27 01:57:14 taca Exp $ + +This isn't plain shell script but bash script. + +--- macosx/bundle/launcher.sh.orig 2013-12-11 05:49:28.000000000 +0000 ++++ macosx/bundle/launcher.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + if test "x$GTK_DEBUG_LAUNCHER" != x; then + set -x |