update net/irssi-icb to 0.14
This commit is contained in:
parent
4d2c485ddb
commit
1c6ca7343a
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/10/16 13:49:17 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2003/01/02 18:56:06 lebel Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "icb plugin for irssi"
|
||||
|
||||
DISTNAME= irssi-icb-0.13
|
||||
DISTNAME= irssi-icb-0.14
|
||||
MASTER_SITES= http://www.irssi.org/files/plugins/icb/ \
|
||||
http://fi.irssi.org/files/plugins/icb/ \
|
||||
http://no.irssi.org/files/plugins/icb/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (irssi-icb-0.13.tar.gz) = 51c62042c54d4ba53e938c780b1bef18
|
||||
RMD160 (irssi-icb-0.13.tar.gz) = 91a9e80ada685db41f7eaf5504405b9d6cd7cd42
|
||||
SHA1 (irssi-icb-0.13.tar.gz) = 44dfe0d39234d5dfc89f8c597ca86f28085bd079
|
||||
MD5 (irssi-icb-0.14.tar.gz) = 577e2ea27afb21086a8f08fcc9532d04
|
||||
RMD160 (irssi-icb-0.14.tar.gz) = dd104925ece6eabd0112b86b9eb6898846ba8f52
|
||||
SHA1 (irssi-icb-0.14.tar.gz) = 31d7a5d04a896e0e19db44b4d76b7ac85af1a5d4
|
||||
|
@ -1,29 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2002/02/24 03:42:03 lebel Exp $
|
||||
--- configure.orig Mon Feb 11 04:29:53 2002
|
||||
+++ configure Sat Feb 23 10:40:20 2002
|
||||
@@ -3647,8 +3647,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3657,8 +3657,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -4173,6 +4173,8 @@ openbsd*)
|
||||
$OpenBSD: patch-configure,v 1.2 2003/01/02 18:56:06 lebel Exp $
|
||||
--- configure.orig Sun Nov 24 08:17:37 2002
|
||||
+++ configure Thu Jan 2 13:50:29 2003
|
||||
@@ -4297,6 +4297,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/02/24 03:42:03 lebel Exp $
|
||||
--- ltmain.sh.orig Wed Jan 9 14:26:41 2002
|
||||
+++ ltmain.sh Sat Feb 23 10:40:29 2002
|
||||
@@ -1062,6 +1062,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/01/02 18:56:06 lebel Exp $
|
||||
--- ltmain.sh.orig Fri Oct 25 15:13:19 2002
|
||||
+++ ltmain.sh Thu Jan 2 13:50:29 2003
|
||||
@@ -1082,6 +1082,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/02/24 03:42:03 lebel Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -4491,40 +4502,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4569,40 +4580,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user