Bug 66428 - update of port irc/scrollz to 1.9.2
Summary: update of port irc/scrollz to 1.9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-09 20:50 UTC by Scott M. Likens
Modified: 2004-05-09 21:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott M. Likens 2004-05-09 20:50:22 UTC
Update of irc/scrollz to 1.92

Fix: ## begin diff


ty ty--FqwNIzdvRbFEzxpQrLvVqMkoRSI6PsTTjbePlJMRtx7O0H5j
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -urN scrollz.old/Makefile scrollz/Makefile
--- scrollz.old/Makefile	Tue Feb  3 21:21:16 2004
+++ scrollz/Makefile	Sun May  9 12:06:20 2004
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	scrollz
-PORTVERSION=	1.9
-PORTREVISION=	2
+PORTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	irc ipv6
-MASTER_SITES=	http://scrollz.broken.com/source/ \
-		ftp://ftp.du.se/pub/mirrors/ScrollZ/source/
+MASTER_SITES=	ftp://ftp.scrollz.com/pub/ScrollZ/source/ 
 DISTNAME=	ScrollZ-${PORTVERSION}
 
 MAINTAINER=	damm@yazzy.org
diff -urN scrollz.old/distinfo scrollz/distinfo
--- scrollz.old/distinfo	Tue Mar 30 19:08:34 2004
+++ scrollz/distinfo	Sun May  9 12:09:13 2004
@@ -1,2 +1,2 @@
-MD5 (ScrollZ-1.9.tar.gz) = baf450c541e37597cd9126b3747a13a6
-SIZE (ScrollZ-1.9.tar.gz) = 881624
+MD5 (ScrollZ-1.9.2.tar.gz) = 5470da45c69413ad1fd98437cd49fa54
+SIZE (ScrollZ-1.9.tar.gz) = 890746
diff -urN scrollz.old/files/patch-source-ircaux.c scrollz/files/patch-source-ircaux.c
--- scrollz.old/files/patch-source-ircaux.c	Wed Dec 10 14:17:03 2003
+++ scrollz/files/patch-source-ircaux.c	Wed Dec 31 16:00:00 1969
@@ -1,30 +0,0 @@
---- source/ircaux.c.orig	Thu Oct  3 21:16:38 2002
-+++ source/ircaux.c	Wed Dec 10 23:10:54 2003
-@@ -861,20 +861,19 @@
- 	err = getaddrinfo(localhost, localport, &hintsx, &res0x);
- 
- 	if (err != 0)
--#if defined(__linux__) && 0
--		/*
--		 * Due to bug in glibc implementation in getaddrinfo() we always
--		 * return -10.   This will be fixed, soon
--		 */
--		return -10;
--#else
- 	{
-+		# ifndef EAI_ADDRFAMILY
-+		#  ifdef EAI_FAMILY
-+		#   define EAI_ADDRFAMILY EAI_FAMILY
-+		#  else
-+		#   error "no EAI_ADDRFAMILY or EAI_FAMILY"
-+		#  endif
-+		# endif
- 		if (err == EAI_ADDRFAMILY)
- 			return -10;
- 		else
- 			return -2;
- 	}
--#endif
- 	err = -1;
- 	for (resx = res0x; resx; resx = resx->ai_next)
- 	{
diff -urN scrollz.old/pkg-plist scrollz/pkg-plist
--- scrollz.old/pkg-plist	Sun Jul 20 13:08:48 2003
+++ scrollz/pkg-plist	Sun May  9 12:16:44 2004
@@ -191,6 +191,10 @@
 share/scrollz/help/on/window_kill
 share/scrollz/help/on/window_swap
 share/scrollz/help/scrollz/copyright
+share/scrollz/help/fdline
+share/scrollz/help/switch
+share/scrollz/help/fec
+share/scrollz/help/set/hyper_dcc
 share/scrollz/help/set/always_split_biggest
 share/scrollz/help/set/auto_reconnect
 share/scrollz/help/set/auto_unmark_away
@@ -674,8 +678,40 @@
 share/scrollz/help/ww
 share/scrollz/help/xecho
 share/scrollz/help/xtype
+share/scrollz/translation/ASCII
+share/scrollz/translation/CP437
+share/scrollz/translation/CP850
+share/scrollz/translation/DANISH
+share/scrollz/translation/DEC_MCS
+share/scrollz/translation/DG_MCS
+share/scrollz/translation/DUTCH
+share/scrollz/translation/FINNISH
+share/scrollz/translation/FRENCH
+share/scrollz/translation/FRENCH_CANADIAN
+share/scrollz/translation/GERMAN
+share/scrollz/translation/HP_MCS
+share/scrollz/translation/IRV
+share/scrollz/translation/ITALIAN
+share/scrollz/translation/JIS
+share/scrollz/translation/MACINTOSH
+share/scrollz/translation/NEXT
+share/scrollz/translation/NORWEGIAN_1
+share/scrollz/translation/NORWEGIAN_2
+share/scrollz/translation/POLISH
+share/scrollz/translation/POLISH_NOPL
+share/scrollz/translation/PORTUGUESE
+share/scrollz/translation/PORTUGUESE_COM
+share/scrollz/translation/RUSSIAN
+share/scrollz/translation/RUSSIAN_ALT
+share/scrollz/translation/RUSSIAN_WIN
+share/scrollz/translation/SPANISH
+share/scrollz/translation/SWEDISH
+share/scrollz/translation/SWEDISH_NAMES
+share/scrollz/translation/SWEDISH_NAMES_COM
+share/scrollz/translation/SWISS
+share/scrollz/translation/UNITED_KINGDOM
+share/scrollz/translation/UNITED_KINGDOM_COM
 @exec mkdir %D/share/scrollz/script
-@exec mkdir %D/share/scrollz/translation
 @unexec rmdir %D/share/scrollz/translation 2>/dev/null || true
 @unexec rmdir %D/share/scrollz/script 2>/dev/null || true
 @unexec rmdir %D/share/scrollz/help/bind 2>/dev/null || true
 
## end diff
How-To-Repeat: note: plz delete files/patch-source-ircaux.c

thanks.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-09 21:51:09 UTC
State Changed
From-To: open->closed

Committed, thanks!