[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sylpheed 0.4.64



こんばんは、すながわです。

sylpheedのパッケージを0.4.64にしてみました。チェックしていた
だけないでしょうか。手元では動いています。

diff -urN --exclude CVS sylpheed/Makefile sylpheed.new/Makefile
--- sylpheed/Makefile	Thu Mar  8 19:21:08 2001
+++ sylpheed.new/Makefile	Mon Apr 30 19:50:37 2001
@@ -1,23 +1,30 @@
 # $NetBSD: Makefile,v 1.3 2001/03/08 10:21:08 wiz Exp $
 
-DISTNAME=	sylpheed-0.3.23
-CATEGORIES=	mail x11
-MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
-EXTRACT_SUFX=	.tar.bz2
+DISTNAME=		sylpheed-0.4.64
+CATEGORIES=		mail news x11
+MASTER_SITES=		http://sylpheed.good-day.net/sylpheed/
+EXTRACT_SUFX=		.tar.bz2
 
-MAINTAINER=	oishi@ims.ac.jp
-HOMEPAGE=	http://sylpheed.good-day.net/index.cgi.en
-COMMENT=	X based e-mail client
+MAINTAINER=		oishi@ims.ac.jp
+HOMEPAGE=		http://sylpheed.good-day.net/
+COMMENT=		X based e-mail and netnews client
 
-DEPENDS+=	gtk+>=1.2.6:../../x11/gtk
+BUILD_DEPENDS+=		autoconf-*:../../devel/autoconf
+DEPENDS+=		gtk+>=1.2.6:../../x11/gtk
+DEPENDS+=		imlib-*:../../graphics/imlib
 
-USE_GMAKE=	yes
-USE_X11=	yes
-USE_X11BASE=	yes
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=--prefix=${X11BASE} \
-		--includedir=${LOCALBASE}/include \
-		--libdir=${LOCALBASE}/lib \
-		--enable-nls
+USE_GMAKE=		YES
+USE_X11BASE=		YES
+BUILD_USES_MSGFMT=	YES
+HAS_CONFIGURE=		YES
+#CONFIGURE_ENV+=		DATADIRNAME=share
+CONFIGURE_ARGS+=	--prefix=${PREFIX} \
+			--x-includes=${X11BASE}/include \
+			--x-libraries=${X11BASE}/lib \
+			--enable-nls \
+			--enable-ipv6
+
+pre-configure:
+			(cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf)
 
 .include "../../mk/bsd.pkg.mk"
diff -urN --exclude CVS sylpheed/distinfo sylpheed.new/distinfo
--- sylpheed/distinfo	Fri Apr 20 22:10:04 2001
+++ sylpheed.new/distinfo	Mon Apr 30 19:50:13 2001
@@ -1,4 +1,6 @@
 $NetBSD: distinfo,v 1.2 2001/04/20 13:10:04 agc Exp $
 
-SHA1 (sylpheed-0.3.23.tar.bz2) = 7e5748c032f29bcd14ba1e22b5a64394eaf2e945
-Size (sylpheed-0.3.23.tar.bz2) = 350724 bytes
+SHA1 (sylpheed-0.4.64.tar.bz2) = 022f85557ff732bf2ae1ec3eaa6455f11902b161
+Size (sylpheed-0.4.64.tar.bz2) = 800559 bytes
+SHA1 (patch-aa) = cf1febb34f1c5e689e24447ab49c270392a6ee22
+SHA1 (patch-ab) = 194ef8885ba76838b7dff409020d1b488f46af4c
diff -urN --exclude CVS sylpheed/patches/patch-aa sylpheed.new/patches/patch-aa
--- sylpheed/patches/patch-aa	Thu Jan  1 09:00:00 1970
+++ sylpheed.new/patches/patch-aa	Mon Apr 30 19:50:09 2001
@@ -0,0 +1,27 @@
+$NetBSD$
+
+--- aclocal.m4.orig	Mon Apr 30 19:46:27 2001
++++ aclocal.m4	Mon Apr 30 19:49:04 2001
+@@ -738,12 +738,7 @@
+ 		AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
+ 		AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+ 		  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
+-		AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
+-			       return _nl_msg_cat_cntr],
+-		  [CATOBJEXT=.gmo
+-		   DATADIRNAME=share],
+-		  [CATOBJEXT=.mo
+-		   DATADIRNAME=lib])
++		DATADIRNAME=share
+ 		INSTOBJEXT=.mo
+ 	      fi
+ 	    fi
+@@ -774,7 +769,7 @@
+ 		 USE_INCLUDED_LIBINTL=yes
+ 		 CATOBJEXT=.cat
+ 		 INSTOBJEXT=.cat
+-		 DATADIRNAME=lib
++		 DATADIRNAME=share
+ 		 INTLDEPS='$(top_builddir)/intl/libintl.a'
+ 		 INTLLIBS=$INTLDEPS
+ 		 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
diff -urN --exclude CVS sylpheed/patches/patch-ab sylpheed.new/patches/patch-ab
--- sylpheed/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ sylpheed.new/patches/patch-ab	Mon Apr 30 19:32:13 2001
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- configure.in.orig	Mon Apr 30 19:05:21 2001
++++ configure.in	Mon Apr 30 19:08:00 2001
+@@ -52,7 +52,7 @@
+ localedir='${prefix}/${DATADIRNAME}/locale'
+ AC_SUBST(localedir)
+ 
+-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
++manualdir='${prefix}/${DATADIRNAME}/doc/html/${PACKAGE}'
+ AC_SUBST(manualdir)
+ 
+ dnl Checks for libraries.
diff -urN --exclude CVS sylpheed/pkg/PLIST sylpheed.new/pkg/PLIST
--- sylpheed/pkg/PLIST	Mon Dec 11 11:23:26 2000
+++ sylpheed.new/pkg/PLIST	Mon Apr 30 19:56:33 2001
@@ -1,3 +1,36 @@
 @comment $NetBSD: PLIST,v 1.1.1.1 2000/12/11 02:23:26 kei Exp $
 bin/sylpheed
+share/locale/cs/LC_MESSAGES/sylpheed.mo
+share/locale/de/LC_MESSAGES/sylpheed.mo
+share/locale/el/LC_MESSAGES/sylpheed.mo
+share/locale/es/LC_MESSAGES/sylpheed.mo
+share/locale/fr/LC_MESSAGES/sylpheed.mo
+share/locale/it/LC_MESSAGES/sylpheed.mo
 share/locale/ja/LC_MESSAGES/sylpheed.mo
+share/locale/ko/LC_MESSAGES/sylpheed.mo
+share/locale/nl/LC_MESSAGES/sylpheed.mo
+share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
+share/locale/ru/LC_MESSAGES/sylpheed.mo
+share/locale/zh_CN.GB2312/LC_MESSAGES/sylpheed.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
+share/doc/html/sylpheed/ja/sylpheed-1.html
+share/doc/html/sylpheed/ja/sylpheed-10.html
+share/doc/html/sylpheed/ja/sylpheed-11.html
+share/doc/html/sylpheed/ja/sylpheed-12.html
+share/doc/html/sylpheed/ja/sylpheed-13.html
+share/doc/html/sylpheed/ja/sylpheed-14.html
+share/doc/html/sylpheed/ja/sylpheed-15.html
+share/doc/html/sylpheed/ja/sylpheed-16.html
+share/doc/html/sylpheed/ja/sylpheed-17.html
+share/doc/html/sylpheed/ja/sylpheed-2.html
+share/doc/html/sylpheed/ja/sylpheed-3.html
+share/doc/html/sylpheed/ja/sylpheed-4.html
+share/doc/html/sylpheed/ja/sylpheed-5.html
+share/doc/html/sylpheed/ja/sylpheed-6.html
+share/doc/html/sylpheed/ja/sylpheed-7.html
+share/doc/html/sylpheed/ja/sylpheed-8.html
+share/doc/html/sylpheed/ja/sylpheed-9.html
+share/doc/html/sylpheed/ja/sylpheed.html
+share/doc/html/sylpheed/ja/sylpheed.sgml
+@dirrm share/doc/html/sylpheed/ja
+@dirrm share/doc/html/sylpheed