Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 21:40:57 +0800 (CST)
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vanilla@FreeBSD.org
Subject:   ports/88663: [UPDATE] chinese/gcin: upgrade to 1.1.2
Message-ID:  <200511081340.jA8DevGg039889@chinsan.twbbs.org>
Resent-Message-ID: <200511081350.jA8DoIPA021379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88663
>Category:       ports
>Synopsis:       [UPDATE] chinese/gcin: upgrade to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 13:50:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.0-STABLE FreeBSD 6.0-STABLE #3: Mon Nov 7 23:59:09 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386
>Description:
	- upgrade to 1.1.2

	Thank you very much! :)

>How-To-Repeat:
>Fix:


--- gcin.diff begins here ---
diff -ruN gcin.orig/Makefile gcin/Makefile
--- gcin.orig/Makefile	Tue Nov  8 21:28:00 2005
+++ gcin/Makefile	Tue Nov  8 21:28:19 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gcin
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTVERSION=	1.1.2
 CATEGORIES=	chinese
 MASTER_SITES=	http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
 		http://edt1023.sayya.org/misc/ \
diff -ruN gcin.orig/distinfo gcin/distinfo
--- gcin.orig/distinfo	Tue Nov  8 21:28:00 2005
+++ gcin/distinfo	Tue Nov  8 21:32:21 2005
@@ -1,3 +1,5 @@
-MD5 (gcin-1.1.1.tar.bz2) = c117422e8c83556ebd976bbb36ddb0f8
-SIZE (gcin-1.1.1.tar.bz2) = 1297587
+MD5 (gcin-1.1.2.tar.bz2) = d74f65616c6a1080072613a79969cbaa
+SHA256 (gcin-1.1.2.tar.bz2) = f5a7c5c0a9d39d44ebcf1e201569442ebc0fa5fc6f5df4224c44bb83aaa1d187
+SIZE (gcin-1.1.2.tar.bz2) = 1299000
 MD5 (noseeing.tar.gz) = IGNORE
+SHA256 (noseeing.tar.gz) = IGNORE
diff -ruN gcin.orig/files/patch-gcin2tab.c gcin/files/patch-gcin2tab.c
--- gcin.orig/files/patch-gcin2tab.c	Tue Nov  8 21:28:00 2005
+++ gcin/files/patch-gcin2tab.c	Thu Jan  1 08:00:00 1970
@@ -1,14 +0,0 @@
---- gcin2tab.c.orig	Tue Nov  1 15:17:21 2005
-+++ gcin2tab.c	Tue Nov  1 15:17:21 2005
-@@ -4,8 +4,11 @@
- */
- 
- #include <stdio.h>
-+#include <stdlib.h>
- #include <stdarg.h>
- #include <sys/types.h>
-+#include <sys/param.h>
-+#include <sys/stat.h>
- #include <string.h>
- #include "gcin.h"
- #include "gtab.h"
diff -ruN gcin.orig/files/patch-im-client_gcin-im-client.c gcin/files/patch-im-client_gcin-im-client.c
--- gcin.orig/files/patch-im-client_gcin-im-client.c	Tue Nov  8 21:28:00 2005
+++ gcin/files/patch-im-client_gcin-im-client.c	Thu Jan  1 08:00:00 1970
@@ -1,14 +0,0 @@
---- im-client/gcin-im-client.c~	Thu Oct 13 01:11:53 2005
-+++ im-client/gcin-im-client.c	Thu Oct 13 01:14:23 2005
-@@ -94,7 +94,11 @@
-   get_gcin_im_srv_sock_path(sock_path, sizeof(sock_path));
-   addr = sock_path;
-   strcpy(serv_addr.sun_path, sock_path);
-+#ifdef SUN_LEN
-+  servlen = SUN_LEN(&serv_addr);
-+#else
-   servlen = strlen(serv_addr.sun_path) + sizeof(serv_addr.sun_family);
-+#endif
- 
-   if ((sockfd = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) {
-     perror("cannot open socket");
--- gcin.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511081340.jA8DevGg039889>