Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31636/main/finkinfo/net
Modified Files:
irssi.info irssi.patch
Log Message:
new version and fix perl module path for scripts
maintainer okayed me working on this
Index: irssi.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/irssi.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- irssi.patch 21 Dec 2006 02:53:42 -0000 1.2
+++ irssi.patch 11 Nov 2007 20:59:07 -0000 1.3
@@ -1,29 +1,12 @@
-diff -ru irssi-0.8.9/configure irssi-0.8.9-patched/configure
---- irssi-0.8.9/configure 2003-12-11 00:23:05.000000000 +0100
-+++ irssi-0.8.9-patched/configure 2004-07-15 22:03:59.000000000 +0200
-@@ -23013,10 +23013,10 @@
-
- if $search_ncurses
- then
-- if test -f $withval/include/ncurses.h
-+ if test -f $withval/include/ncurses/ncurses.h
- then
-- echo "$as_me:$LINENO: result: Found ncurses on
$withval/include/ncurses.h" >&5
--echo "${ECHO_T}Found ncurses on $withval/include/ncurses.h" >&6
-+ echo "$as_me:$LINENO: result: Found ncurses on
$withval/include/ncurses/ncurses.h" >&5
-+echo "${ECHO_T}Found ncurses on $withval/include/ncurses/ncurses.h" >&6
-
- CURSES_LIBS="-L$withval/lib -lncurses"
- echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
---- irssi-0.8.10/src/irc/dcc/Backup/dcc.c.~1~ 2005-12-08 18:32:48.000000000
+0100
-+++ irssi-0.8.10/src/irc/dcc/dcc.c 2006-01-17 08:51:35.000000000 +0100
-@@ -58,8 +58,8 @@
-
- pos = gslist_find_string(dcc_types, type);
- if (pos != NULL) {
-- dcc_types = g_slist_remove(dcc_types, pos->data);
- g_free(pos->data);
-+ dcc_types = g_slist_remove(dcc_types, pos->data);
- }
- }
+diff -Nurd -x'*~' irssi-0.8.12.orig/configure irssi-0.8.12/configure
+--- irssi-0.8.12.orig/configure 2007-10-06 05:41:38.000000000 -0400
++++ irssi-0.8.12/configure 2007-11-11 14:52:36.000000000 -0500
+@@ -24794,7 +24794,7 @@
+ CURSES_INCLUDEDIR="-I$withval/include"
+ search_ncurses=false
+- screen_manager=""ncurses on $withval/include""
++ screen_manager="ncurses on $withval/include"
+ cat >>confdefs.h <<\_ACEOF
+ #define HAS_CURSES 1
+ _ACEOF
Index: irssi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/irssi.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- irssi.info 21 Dec 2006 02:53:42 -0000 1.13
+++ irssi.info 11 Nov 2007 20:59:07 -0000 1.14
@@ -1,18 +1,18 @@
Package: irssi
-Version: 0.8.10a
-Revision: 2
+Version: 0.8.12
+Revision: 1
Maintainer: Max Horn <[EMAIL PROTECTED]>
BuildDepends: <<
glib2-dev,
- fink (>= 0.13.0-1),
- libncurses5,
+ fink (>= 0.24.12-1),
+ libncurses5 (>= 5.4-20041023-1),
pkgconfig,
libgettext3-dev,
libiconv-dev
<<
Depends: <<
glib2-shlibs,
- libncurses5-shlibs,
+ libncurses5-shlibs (>= 5.4-20041023-1),
libgettext3-shlibs,
libiconv,
perl581-core
@@ -20,16 +20,17 @@
Conflicts: irssi-ssl
Replaces: irssi-ssl
Source: http://www.irssi.org/files/irssi-%v.tar.bz2
-SourceDirectory: irssi-0.8.10
-Source-MD5: 38e616bccb6a34ff6d91690317c2fa19
-Patch: %n.patch
+Source-MD5: e407b557b3cfc7c91ce4de2571dd79cb
+PatchFile: %n.patch
+PatchFile-MD5: a8c4aca7973ce1c519a87fb50328921a
ConfigureParams: <<
+ --disable-dependency-tracking \
--with-modules \
--with-ncurses=%p \
--with-proxy \
--enable-ipv6 \
--mandir=%i/share/man \
- --with-perl-lib=%p/lib/perl5/5.8.1/darwin-thread-multi-2level \
+ --with-perl-lib=%p/lib/perl5/5.8.1 \
--without-socks \
--disable-ssl
<<
@@ -55,13 +56,14 @@
###
### check to see if any .pod files exist in %p/share/podfiles.
###
+/bin/echo -n '' > %p/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod
perl <<'END_PERL'
- if (-e "%p/share/podfiles/5.8.1") {
- @files = <%p/share/podfiles/5.8.1/*.pod>;
+ if (-e "%p/share/podfiles/5.8.1") {
+ @files = <%p/share/podfiles/5.8.1/*.pod>;
if ($#files >= 0) {
exec "cat %p/share/podfiles/5.8.1/*.pod >
%p/lib/perl5/5.8.1/darwin-thread-multi-2level/perllocal.pod";
}
- }
+ }
END_PERL
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
@@ -70,9 +72,5 @@
Update the podfiles manually, due to fink changes for Type: perl
Enabled IRC proxy support
<<
-DescPort: <<
- Patch memory leak in /quit
- See http://bugs.irssi.org/index.php?do=details&id=369
-<<
Homepage: http://www.irssi.org/
License: GPL
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs