Date: Mon, 29 Sep 2003 22:31:04 +0900 (JST) From: Takahiro Morishita <morishita@skywing.org> To: A.J.Caines@halplant.com Cc: FreeBSD-Ports@FreeBSD.org Subject: Re: Patch to update to net/gaim to 0.70 with working Yahoo! Message-ID: <20030929.223104.41626841.takahiro@falcon.next-generation.org> In-Reply-To: <20030929.212451.74754667.takahiro@falcon.next-generation.org> References: <20030929090716.GH35537@hal9000.halplant.com> <20030929.212451.74754667.takahiro@falcon.next-generation.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Takahiro Morishita <morishita@skywing.org> Subject: Re: Patch to update to net/gaim to 0.70 with working Yahoo! Date: Mon, 29 Sep 2003 21:24:51 +0900 (JST) > From: Andrew J Caines <A.J.Caines@halplant.com> > Subject: Patch to update to net/gaim to 0.70 with working Yahoo! > Date: Mon, 29 Sep 2003 05:07:16 -0400 > > > Marcus, > > > > Below is the patch to update the port from gaim-0.69_1 to gaim-0.70. I'm > > logged into Yahoo! now, so it's looking good, but I've not tested anything > > else. > > > > Note that I've taken out the _jp.patch part out since it's for 0.69. I've > > not tested it to see if it applies to 0.70. > > > > You can get the port from my site[1]. > > New _jp patch released by original _jp patch author. > http://www.cc.rim.or.jp/~yaz/gaim-0.70_jp.patch.gz > > Should I make patch from net/gaim and your patch? I made patch besed on Andrew J Caines's patch. diff -ruN gaim.orig/Makefile gaim/Makefile --- gaim.orig/Makefile Mon Sep 29 19:44:31 2003 +++ gaim/Makefile Mon Sep 29 22:27:56 2003 @@ -5,14 +5,13 @@ # PORTNAME= gaim -PORTVERSION= 0.69 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://www.cc.rim.or.jp/~yaz/ -PATCHFILES= gaim-0.69_jp.patch.gz +PATCHFILES= gaim-0.70_jp.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= marcus@FreeBSD.org diff -ruN gaim.orig/distinfo gaim/distinfo --- gaim.orig/distinfo Mon Sep 29 19:44:31 2003 +++ gaim/distinfo Mon Sep 29 22:08:49 2003 @@ -1,2 +1,2 @@ -MD5 (gaim-0.69.tar.bz2) = 29f018cc246dd6c7448c555f940aa009 -MD5 (gaim-0.69_jp.patch.gz) = a4c692fb7ef2615104323c8cce5cb1e3 +MD5 (gaim-0.70.tar.bz2) = 13ea95aa040ac5a58c3384709e495329 +MD5 (gaim-0.70_jp.patch.gz) = 4bc71e35202426870bf37aaf9ee054bf diff -ruN gaim.orig/files/patch-configure gaim/files/patch-configure --- gaim.orig/files/patch-configure Mon Sep 29 19:44:31 2003 +++ gaim/files/patch-configure Mon Sep 29 20:17:38 2003 @@ -1,11 +1,11 @@ ---- configure.orig Thu Sep 25 08:25:16 2003 -+++ configure Thu Sep 25 08:32:49 2003 +--- configure.orig Mon Sep 29 13:36:20 2003 ++++ configure Mon Sep 29 20:15:57 2003 @@ -15962,7 +15962,7 @@ if test "x$prefix" != "xNONE"; then prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" +- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030929.223104.41626841.takahiro>