From 192c223d73ff2e155d988c73ab665f5c28654bcd Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Fri, 17 Mar 2006 11:08:33 +0000 Subject: [PATCH 1/1] update to latest upstream release SVN-Revision: 3390 --- openwrt/package/irssi/Makefile | 8 ++++---- .../irssi/patches/100-cross_compiling_fix.patch | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/openwrt/package/irssi/Makefile b/openwrt/package/irssi/Makefile index bdf82a3047..505c8010c0 100644 --- a/openwrt/package/irssi/Makefile +++ b/openwrt/package/irssi/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=irssi -PKG_VERSION:=0.8.9 +PKG_VERSION:=0.8.10 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://irssi.org/files/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=1df516a770656ff0bec0ab62f9096bf6 -PKG_CAT:=zcat +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2 +PKG_MD5SUM:=38e616bccb6a34ff6d91690317c2fa19 +PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/openwrt/package/irssi/patches/100-cross_compiling_fix.patch b/openwrt/package/irssi/patches/100-cross_compiling_fix.patch index be274ee68f..2b45ceac51 100644 --- a/openwrt/package/irssi/patches/100-cross_compiling_fix.patch +++ b/openwrt/package/irssi/patches/100-cross_compiling_fix.patch @@ -1,7 +1,7 @@ -diff -Nurd irssi-0.8.9/configure ../../build_mipsel/irssi-0.8.9/configure ---- irssi-0.8.9/configure 2003-12-10 23:23:05.000000000 +0000 -+++ ../../build_mipsel/irssi-0.8.9/configure 2005-01-28 21:55:37.605247160 +0000 -@@ -21032,13 +21032,6 @@ +diff -ruN irssi-0.8.10.orig/configure irssi-0.8.10/configure +--- irssi-0.8.10.orig/configure 2005-12-11 23:46:06.000000000 +0100 ++++ irssi-0.8.10/configure 2006-02-24 13:19:21.570891250 +0100 +@@ -21848,13 +21848,6 @@ echo "$as_me:$LINENO: checking size of off_t" >&5 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6 @@ -13,9 +13,9 @@ diff -Nurd irssi-0.8.9/configure ../../build_mipsel/irssi-0.8.9/configure - { (exit 1); exit 1; }; } -else cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ -@@ -21057,35 +21050,8 @@ + _ACEOF +@@ -21872,35 +21865,8 @@ } _ACEOF @@ -47,7 +47,7 @@ diff -Nurd irssi-0.8.9/configure ../../build_mipsel/irssi-0.8.9/configure - -fi + sizeof_off_t=8 - rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi echo "$as_me:$LINENO: result: $sizeof_off_t" >&5 echo "${ECHO_T}$sizeof_off_t" >&6 -- 2.30.2