ports/92077: net-im/gtkyahoo: update to version 0.18.3

Johan van Selst johans at stack.nl
Fri Jan 20 20:50:06 UTC 2006


>Number:         92077
>Category:       ports
>Synopsis:       net-im/gtkyahoo: update to version 0.18.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 20:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans at mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	Update to latest version.

	Note: the port is not really broken for !i386: this software can
	never work on other architectures since it casts char pointers
	to integer values (and back). Change $BROKEN to $ONLY_FOR_ARCHS

>How-To-Repeat:
	
>Fix:

	

	$INSTALL is passed to work around broken configure script.
	%%DATADIR%% is used in pkg-plist.

diff -uNr gtkyahoo/Makefile gtkyahoo/Makefile
--- gtkyahoo/Makefile	Wed Nov  9 08:48:11 2005
+++ gtkyahoo/Makefile	Fri Jan 20 21:38:14 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gtkyahoo
-PORTVERSION=	0.18.2
-PORTREVISION=	1
+PORTVERSION=	0.18.3
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gtkyahoo
@@ -19,11 +18,7 @@
 USE_GNOME=	gtk12
 USE_BISON=	yes
 GNU_CONFIGURE=	yes
+ONLY_FOR_ARCHS=	i386
+MAKE_ARGS+=	"INSTALL=${INSTALL}"
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN=		"Does not compile"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -uNr gtkyahoo/distinfo gtkyahoo/distinfo
--- gtkyahoo/distinfo	Sat Nov 26 04:20:16 2005
+++ gtkyahoo/distinfo	Fri Jan 20 20:59:48 2006
@@ -1,3 +1,3 @@
-MD5 (gtkyahoo-0.18.2.tar.gz) = 7932ca979c41c7657791785813a9df79
-SHA256 (gtkyahoo-0.18.2.tar.gz) = b60148369d4ddfc5041d3d1265b420021e311684cfabfcc1591344e80dfffbad
-SIZE (gtkyahoo-0.18.2.tar.gz) = 300728
+MD5 (gtkyahoo-0.18.3.tar.gz) = d2e2b4a03f0f4c678d2f3b035e4b1e53
+SHA256 (gtkyahoo-0.18.3.tar.gz) = 17963a43219fc50cd69564eb35685459307f889dc41e6a2f067f234372537e23
+SIZE (gtkyahoo-0.18.3.tar.gz) = 422150
diff -uNr gtkyahoo/files/patch-rcfile.y gtkyahoo/files/patch-rcfile.y
--- gtkyahoo/files/patch-rcfile.y	Mon Dec  2 04:51:56 2002
+++ gtkyahoo/files/patch-rcfile.y	Fri Jan 20 21:05:04 2006
@@ -1,9 +1,9 @@
---- rcfile.y.orig	Sun Dec  1 22:51:31 2002
-+++ rcfile.y	Sun Dec  1 22:53:42 2002
-@@ -253,11 +253,13 @@
- 	| config_options idle_time_option
- 	| config_options show_notify_messages_option
+--- rcfile.y.orig	Tue Dec 18 14:41:08 2001
++++ rcfile.y	Fri Jan 20 21:05:00 2006
+@@ -261,11 +261,13 @@
  	| config_options display_real_names_option
+ 	| config_options show_chat_button_option
+ 	| config_options show_status_option
 +	;
  
  contact_options: /* empty */
@@ -14,7 +14,7 @@
  
  name_option: NAME QSTRING {
  		DBG_Print("rcfile", "[RC] Got contact name (%s)\n", $2);
-@@ -278,17 +280,14 @@
+@@ -286,17 +288,14 @@
      if ( images.status.away ) 
  	    free(images.status.away);
  	images.status.away = strdup($2); } 
@@ -32,7 +32,7 @@
      | IMAGE_STATUS_OFFLINE QSTRING { 	
      if ( images.status.offline ) 
  	    free(images.status.offline);
-@@ -327,7 +326,6 @@
+@@ -335,7 +334,6 @@
  			DBG_Print("rcfile", "[RC] Set proxy host to '%s'\n", $2);
  			proxy_host = strdup($2); }
  		}
diff -uNr gtkyahoo/pkg-plist gtkyahoo/pkg-plist
--- gtkyahoo/pkg-plist	Mon Sep 16 01:45:35 2002
+++ gtkyahoo/pkg-plist	Fri Jan 20 21:19:14 2006
@@ -5,13 +5,13 @@
 include/libyahoo/libyahoo-proto.h
 lib/libyahoo.a
 libexec/gtkyahoo-sound-handler
-share/gtkyahoo/sample.gtkyahoorc
-share/gtkyahoo/simple.gtkyahoorc
-share/gtkyahoo/sounds/beep.au
-share/gtkyahoo/sounds/logoff.au
-share/gtkyahoo/sounds/logon.au
-share/gtkyahoo/sounds/receive.au
-share/gtkyahoo/sounds/send.au
+%%DATADIR%%/sample.gtkyahoorc
+%%DATADIR%%/simple.gtkyahoorc
+%%DATADIR%%/sounds/beep.au
+%%DATADIR%%/sounds/logoff.au
+%%DATADIR%%/sounds/logon.au
+%%DATADIR%%/sounds/receive.au
+%%DATADIR%%/sounds/send.au
 @dirrm include/libyahoo
- at dirrm share/gtkyahoo/sounds
- at dirrm share/gtkyahoo
+ at dirrm %%DATADIR%%/sounds
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list