From c0rn@o2.pl  Thu May 29 18:07:45 2008
Return-Path: <c0rn@o2.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 04FF31065677
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 May 2008 18:07:45 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74])
	by mx1.freebsd.org (Postfix) with ESMTP id 234118FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 May 2008 18:07:44 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from poczta.o2.pl (mx10.go2.pl [127.0.0.1])
	by poczta.o2.pl (Postfix) with ESMTP id 1151F58032
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 May 2008 20:07:43 +0200 (CEST)
Received: from caprica.slowicza.org (abnz199.neoplus.adsl.tpnet.pl [83.8.15.199])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by poczta.o2.pl (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 May 2008 20:07:41 +0200 (CEST)
Message-Id: <1212084459.62898@caprica.slowicza.org>
Date: Thu, 29 May 2008 20:07:39 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: mail/claws-mail-{attach_warner,gtkhml2_viewer,notification,pdf_viewer,rssyl,vcalendar} add support for WITHOUT_NLS
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         124108
>Category:       ports
>Synopsis:       mail/claws-mail-{attach_warner,gtkhml2_viewer,notification,pdf_viewer,rssyl,vcalendar} add support for WITHOUT_NLS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 18:10:01 UTC 2008
>Closed-Date:    Sat Jun 28 14:48:57 UTC 2008
>Last-Modified:  Sat Jun 28 14:50:07 UTC 2008
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-RELEASE-p9 i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007
    root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC



>Description:


- add support for WITHOUT_NLS knob


>How-To-Repeat:





>Fix:


--- claws-plugins.diff begins here ---
diff -urN /usr/ports/mail/claws-mail-attach_warner/Makefile claws-mail-attach_warner/Makefile
--- /usr/ports/mail/claws-mail-attach_warner/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-attach_warner/Makefile	Thu May 29 18:48:21 2008
@@ -19,7 +19,6 @@
 RUN_DEPENDS=	claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
 
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_AUTOTOOLS=	autoconf:261
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -27,5 +26,13 @@
 
 CONFIGURE_ARGS=	--with-iconv-prefix=${LOCALBASE} \
 	--with-libintl-prefix=${LOCALBASE}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-attach_warner/pkg-plist claws-mail-attach_warner/pkg-plist
--- /usr/ports/mail/claws-mail-attach_warner/pkg-plist	Tue Apr 17 22:37:43 2007
+++ claws-mail-attach_warner/pkg-plist	Thu May 29 19:49:24 2008
@@ -1,15 +1,15 @@
-lib/claws-mail/plugins/attachwarner.so
-lib/claws-mail/plugins/attachwarner.la
 lib/claws-mail/plugins/attachwarner.a
-share/locale/cs/LC_MESSAGES/attachwarner.mo
-share/locale/sr/LC_MESSAGES/attachwarner.mo
-share/locale/de/LC_MESSAGES/attachwarner.mo
-share/locale/es/LC_MESSAGES/attachwarner.mo
-share/locale/fr/LC_MESSAGES/attachwarner.mo
-share/locale/hu/LC_MESSAGES/attachwarner.mo
-share/locale/it/LC_MESSAGES/attachwarner.mo
-share/locale/pt_BR/LC_MESSAGES/attachwarner.mo
-share/locale/ca/LC_MESSAGES/attachwarner.mo
-share/locale/fi/LC_MESSAGES/attachwarner.mo
-share/locale/pl/LC_MESSAGES/attachwarner.mo
-share/locale/sk/LC_MESSAGES/attachwarner.mo
+lib/claws-mail/plugins/attachwarner.la
+lib/claws-mail/plugins/attachwarner.so
+%%NLS%%share/locale/ca/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/de/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/es/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/it/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/attachwarner.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/attachwarner.mo
diff -urN /usr/ports/mail/claws-mail-gtkhtml2_viewer/Makefile claws-mail-gtkhtml2_viewer/Makefile
--- /usr/ports/mail/claws-mail-gtkhtml2_viewer/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-gtkhtml2_viewer/Makefile	Thu May 29 19:02:02 2008
@@ -22,27 +22,18 @@
 USE_AUTOTOOLS=	autoconf:261
 USE_GNOME=	libgtkhtml
 USE_ICONV=	yes
-USE_GETTEXT=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 		--with-libintl-prefix=${LOCALBASE}
 
-PLIST_FILES=	lib/claws-mail/plugins/gtkhtml2_viewer.a \
-		lib/claws-mail/plugins/gtkhtml2_viewer.la \
-		lib/claws-mail/plugins/gtkhtml2_viewer.so \
-		share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo \
-		share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-gtkhtml2_viewer/pkg-plist claws-mail-gtkhtml2_viewer/pkg-plist
--- /usr/ports/mail/claws-mail-gtkhtml2_viewer/pkg-plist	Thu Jan  1 01:00:00 1970
+++ claws-mail-gtkhtml2_viewer/pkg-plist	Thu May 29 19:00:54 2008
@@ -0,0 +1,15 @@
+lib/claws-mail/plugins/gtkhtml2_viewer.a
+lib/claws-mail/plugins/gtkhtml2_viewer.la
+lib/claws-mail/plugins/gtkhtml2_viewer.so
+%%NLS%%share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo
diff -urN /usr/ports/mail/claws-mail-notification/Makefile claws-mail-notification/Makefile
--- /usr/ports/mail/claws-mail-notification/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-notification/Makefile	Thu May 29 19:15:27 2008
@@ -27,16 +27,12 @@
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 		--with-libintl-prefix=${LOCALBASE}
 
-PLIST_FILES=	lib/claws-mail/plugins/notification_plugin.a \
-		lib/claws-mail/plugins/notification_plugin.la \
-		lib/claws-mail/plugins/notification_plugin.so \
-		share/locale/ca/LC_MESSAGES/notification_plugin.mo \
-		share/locale/cs/LC_MESSAGES/notification_plugin.mo \
-		share/locale/hu/LC_MESSAGES/notification_plugin.mo \
-		share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \
-		share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo \
-		share/locale/fi/LC_MESSAGES/notification_plugin.mo \
-		share/locale/it/LC_MESSAGES/notification_plugin.mo \
-		share/locale/fr/LC_MESSAGES/notification_plugin.mo
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-notification/pkg-plist claws-mail-notification/pkg-plist
--- /usr/ports/mail/claws-mail-notification/pkg-plist	Thu Jan  1 01:00:00 1970
+++ claws-mail-notification/pkg-plist	Thu May 29 19:14:39 2008
@@ -0,0 +1,11 @@
+lib/claws-mail/plugins/notification_plugin.a
+lib/claws-mail/plugins/notification_plugin.la
+lib/claws-mail/plugins/notification_plugin.so
+%%NLS%%share/locale/ca/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/it/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
diff -urN /usr/ports/mail/claws-mail-pdf_viewer/Makefile claws-mail-pdf_viewer/Makefile
--- /usr/ports/mail/claws-mail-pdf_viewer/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-pdf_viewer/Makefile	Thu May 29 19:22:13 2008
@@ -19,14 +19,21 @@
 RUN_DEPENDS=	claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
 
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_ICONV=	yes
-USE_GHOSTSCRIPT=	yes
+USE_GHOSTSCRIPT=yes
 USE_AUTOTOOLS=	autoconf:261
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 CONFIGURE_ARGS=	--with-iconv-prefix=${LOCALBASE} \
 	--with-libintl-prefix=${LOCALBASE}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-pdf_viewer/pkg-plist claws-mail-pdf_viewer/pkg-plist
--- /usr/ports/mail/claws-mail-pdf_viewer/pkg-plist	Sat Jul  7 19:22:41 2007
+++ claws-mail-pdf_viewer/pkg-plist	Thu May 29 19:21:00 2008
@@ -1,14 +1,14 @@
 lib/claws-mail/plugins/pdf_viewer.a
 lib/claws-mail/plugins/pdf_viewer.la
 lib/claws-mail/plugins/pdf_viewer.so
-share/locale/ca/LC_MESSAGES/pdf_viewer.mo
-share/locale/de/LC_MESSAGES/pdf_viewer.mo
-share/locale/es/LC_MESSAGES/pdf_viewer.mo
-share/locale/fi/LC_MESSAGES/pdf_viewer.mo
-share/locale/fr/LC_MESSAGES/pdf_viewer.mo
-share/locale/hu/LC_MESSAGES/pdf_viewer.mo
-share/locale/it/LC_MESSAGES/pdf_viewer.mo
-share/locale/pl/LC_MESSAGES/pdf_viewer.mo
-share/locale/pt_BR/LC_MESSAGES/pdf_viewer.mo
-share/locale/sk/LC_MESSAGES/pdf_viewer.mo
-share/locale/sr/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/de/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/es/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/it/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/pdf_viewer.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/pdf_viewer.mo
diff -urN /usr/ports/mail/claws-mail-rssyl/Makefile claws-mail-rssyl/Makefile
--- /usr/ports/mail/claws-mail-rssyl/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-rssyl/Makefile	Thu May 29 19:36:01 2008
@@ -20,12 +20,19 @@
 RUN_DEPENDS=	claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
 
 USE_AUTOTOOLS=	autoconf:261
-USE_GETTEXT=	yes
 USE_ICONV=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 	--with-libintl-prefix=${LOCALBASE}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-rssyl/pkg-plist claws-mail-rssyl/pkg-plist
--- /usr/ports/mail/claws-mail-rssyl/pkg-plist	Tue Apr 17 22:37:43 2007
+++ claws-mail-rssyl/pkg-plist	Thu May 29 19:37:52 2008
@@ -1,17 +1,17 @@
 lib/claws-mail/plugins/rssyl.a
 lib/claws-mail/plugins/rssyl.la
 lib/claws-mail/plugins/rssyl.so
-share/locale/de/LC_MESSAGES/rssyl.mo
-share/locale/es/LC_MESSAGES/rssyl.mo
-share/locale/fi/LC_MESSAGES/rssyl.mo
-share/locale/fr/LC_MESSAGES/rssyl.mo
-share/locale/it/LC_MESSAGES/rssyl.mo
-share/locale/pl/LC_MESSAGES/rssyl.mo
-share/locale/pt_BR/LC_MESSAGES/rssyl.mo
-share/locale/sk/LC_MESSAGES/rssyl.mo
-share/locale/sr/LC_MESSAGES/rssyl.mo
-share/locale/sv/LC_MESSAGES/rssyl.mo
-share/locale/zh_CN/LC_MESSAGES/rssyl.mo
-share/locale/hu/LC_MESSAGES/rssyl.mo
-share/locale/ca/LC_MESSAGES/rssyl.mo
-share/locale/cs/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/de/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/es/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/it/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/rssyl.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/rssyl.mo
diff -urN /usr/ports/mail/claws-mail-vcalendar/Makefile claws-mail-vcalendar/Makefile
--- /usr/ports/mail/claws-mail-vcalendar/Makefile	Sun Apr 20 10:11:50 2008
+++ claws-mail-vcalendar/Makefile	Thu May 29 19:41:37 2008
@@ -21,7 +21,6 @@
 RUN_DEPENDS=	claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
 
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_AUTOTOOLS=	autoconf:261
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -29,5 +28,13 @@
 
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 	--with-libintl-prefix=${LOCALBASE}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/claws-mail-vcalendar/pkg-plist claws-mail-vcalendar/pkg-plist
--- /usr/ports/mail/claws-mail-vcalendar/pkg-plist	Sun Apr 20 10:11:50 2008
+++ claws-mail-vcalendar/pkg-plist	Thu May 29 19:42:39 2008
@@ -3,18 +3,18 @@
 lib/claws-mail/plugins/vcalendar.a
 lib/claws-mail/plugins/vcalendar.la
 lib/claws-mail/plugins/vcalendar.so
-share/locale/ca/LC_MESSAGES/vcalendar.mo
-share/locale/de/LC_MESSAGES/vcalendar.mo
-share/locale/es/LC_MESSAGES/vcalendar.mo
-share/locale/fi/LC_MESSAGES/vcalendar.mo
-share/locale/fr/LC_MESSAGES/vcalendar.mo
-share/locale/hu/LC_MESSAGES/vcalendar.mo
-share/locale/it/LC_MESSAGES/vcalendar.mo
-share/locale/pl/LC_MESSAGES/vcalendar.mo
-share/locale/pt_BR/LC_MESSAGES/vcalendar.mo
-share/locale/sk/LC_MESSAGES/vcalendar.mo
-share/locale/sr/LC_MESSAGES/vcalendar.mo
-share/locale/zh_CN/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/de/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/es/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/it/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/vcalendar.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/vcalendar.mo
 @dirrmtry lib/claws-mail/plugins
 @dirrmtry lib/claws-mail
 @dirrmtry include/claws-mail/plugins/vcalendar
--- claws-plugins.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu May 29 19:38:09 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124108 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 28 14:48:56 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124108 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124108: commit references a PR
Date: Sat, 28 Jun 2008 14:42:52 +0000 (UTC)

 miwi        2008-06-28 14:42:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/claws-mail-attach_warner Makefile pkg-plist 
     mail/claws-mail-pdf_viewer Makefile pkg-plist 
   Log:
   - Add support for WITHOUT_NLS knob [1]
   - Bump PORTREVISION after claws-mail update
   
   PR:             124108 [1]
   Submitted by:   Pawel Pekala <c0rn@o2.pl> (maintainer)
   
   Revision  Changes    Path
   1.15      +12 -5     ports/mail/claws-mail-attach_warner/Makefile
   1.3       +14 -14    ports/mail/claws-mail-attach_warner/pkg-plist
   1.17      +12 -5     ports/mail/claws-mail-pdf_viewer/Makefile
   1.4       +11 -11    ports/mail/claws-mail-pdf_viewer/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124108: commit references a PR
Date: Sat, 28 Jun 2008 14:45:08 +0000 (UTC)

 miwi        2008-06-28 14:45:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/claws-mail-gtkhtml2_viewer Makefile distinfo 
   Added files:
     mail/claws-mail-gtkhtml2_viewer pkg-plist 
   Log:
   - Update to 0.19
   - Add support for WITHOUT_NLS knob [1]
   
   PR:             124108 [1]
   Submitted by:   "Pawel Pekala" <c0rn@o2.pl> (maintainer)
   Approved by:    maintainer implicit (for update)
   
   Revision  Changes    Path
   1.31      +10 -20    ports/mail/claws-mail-gtkhtml2_viewer/Makefile
   1.17      +3 -3      ports/mail/claws-mail-gtkhtml2_viewer/distinfo
   1.1       +15 -0     ports/mail/claws-mail-gtkhtml2_viewer/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124108: commit references a PR
Date: Sat, 28 Jun 2008 14:46:23 +0000 (UTC)

 miwi        2008-06-28 14:46:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/claws-mail-notification Makefile distinfo 
   Added files:
     mail/claws-mail-notification pkg-plist 
   Log:
   - Update to 0.17
   - Add support for WITHOUT_NLS knob [1]
   
   PR:             124108 [1]
   Submitted by:   "Pawel Pekala" <c0rn@o2.pl> (maintainer)
   Approved by:    maintainer implict
   
   Revision  Changes    Path
   1.32      +10 -15    ports/mail/claws-mail-notification/Makefile
   1.17      +3 -3      ports/mail/claws-mail-notification/distinfo
   1.3       +11 -0     ports/mail/claws-mail-notification/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124108: commit references a PR
Date: Sat, 28 Jun 2008 14:47:31 +0000 (UTC)

 miwi        2008-06-28 14:47:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/claws-mail-rssyl Makefile distinfo pkg-plist 
   Log:
   - Update to 0.20
   - Add support for WITHOUT_NLS knob [1]
   
   PR:             124108 [1]
   Submitted by:   "Pawel Pekala" <c0rn@o2.pl> (maintainer)
   Approved by:    maintainer implicit
   
   Revision  Changes    Path
   1.35      +11 -5     ports/mail/claws-mail-rssyl/Makefile
   1.17      +3 -3      ports/mail/claws-mail-rssyl/distinfo
   1.6       +14 -14    ports/mail/claws-mail-rssyl/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
