Patch to update to net/gaim to 0.70 with working Yahoo!

Takahiro Morishita morishita at skywing.org
Mon Sep 29 06:31:10 PDT 2003


From: Takahiro Morishita <morishita at 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 at 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 at 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
  


More information about the freebsd-ports mailing list