SF.net SVN: gar:[22253] csw/mgar/pkg/mutt/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Oct 19 12:57:43 CEST 2013


Revision: 22253
          http://gar.svn.sourceforge.net/gar/?rev=22253&view=rev
Author:   dmichelsen
Date:     2013-10-19 10:57:43 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
mutt/trunk: Update to 1.5.22

Modified Paths:
--------------
    csw/mgar/pkg/mutt/trunk/Makefile
    csw/mgar/pkg/mutt/trunk/checksums

Modified: csw/mgar/pkg/mutt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mutt/trunk/Makefile	2013-10-19 10:34:19 UTC (rev 22252)
+++ csw/mgar/pkg/mutt/trunk/Makefile	2013-10-19 10:57:43 UTC (rev 22253)
@@ -1,5 +1,5 @@
 NAME = mutt
-VERSION = 1.5.21
+VERSION = 1.5.22
 GARTYPE = v2
 
 EXTRA_MODULATORS = SLANG
@@ -42,6 +42,8 @@
 
 # This warning from checkpkg is obviously wrong...
 CHECKPKG_OVERRIDES_CSWmutt-base = missing-dependency|CSWperl
+# This is just a comment
+CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/etc/opt/csw/Muttrc.CSW
 
 PACKAGES += CSWmutt-ncurses
 SPKG_DESC_CSWmutt-ncurses = Mutt mail client with ncurses interface
@@ -50,9 +52,8 @@
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibncursesw5
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibssl1-0-0
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibgpg-error0
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibsasl2-2
-RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibgdbm4
+RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibtokyocabinet9
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibidn11
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWgpgme
 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWmutt-base
@@ -64,28 +65,14 @@
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibslang2
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibssl1-0-0
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibgpg-error0
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibsasl2-2
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWgpgme
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibgdbm4
+RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibtokyocabinet9
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibidn11
 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWmutt-base
 CHECKPKG_OVERRIDES_CSWmutt-slang += surplus-dependency|CSWmutt-base
 
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/etc/opt/csw/Muttrc.CSW
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/reference.html
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/ChangeLog
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/INSTALL
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/configuration.html
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/samples/sample.muttrc
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/share|root/opt/csw/share/doc/mutt/devel-notes.txt
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/mimesupport.html
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/manual.txt
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mutt/manual.html
-CHECKPKG_OVERRIDES_CSWmutt-base += file-with-bad-content|/usr/local|root/opt/csw/share/man/man5/muttrc.5
-CHECKPKG_OVERRIDES_CSWmutt-base += pkginfo-opencsw-repository-uncommitted
-
 REINPLACEMENTS += mailcap
 REINPLACE_MATCH_mailcap = /usr/local/etc/mailcap
 REINPLACE_WITH_mailcap = /opt/csw/etc/mailcap
@@ -97,6 +84,10 @@
 #   http://dev.mutt.org/trac/ticket/3347
 OPT_FLAGS_SOS = -xO4
 
+# Needed to use stdbool.h, add manually until this is fixed:
+#   http://dev.mutt.org/trac/ticket/3657
+EXTRA_CPPFLAGS += -xc99=all
+
 sysconfdir = /etc/opt/csw
 
 CONFIGURE_ARGS  = $(DIRPATHS)

Modified: csw/mgar/pkg/mutt/trunk/checksums
===================================================================
--- csw/mgar/pkg/mutt/trunk/checksums	2013-10-19 10:34:19 UTC (rev 22252)
+++ csw/mgar/pkg/mutt/trunk/checksums	2013-10-19 10:57:43 UTC (rev 22253)
@@ -1 +1 @@
-a29db8f1d51e2f10c070bf88e8a553fd  mutt-1.5.21.tar.gz
+48267aba1bc53db636777f4a1ec87cb6  mutt-1.5.22.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list