Update to 2.2.7. No significant changes.

This commit is contained in:
naddy 2002-11-01 14:37:50 +00:00
parent 71017fe1e5
commit e1799d18bf
3 changed files with 5 additions and 17 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2002/10/05 16:15:44 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2002/11/01 14:37:50 naddy Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "XMMS input plugin for playing shorten files"
DISTNAME= xmms-shn-2.2.6
DISTNAME= xmms-shn-2.2.7
CATEGORIES= audio
HOMEPAGE= http://shnutils.freeshell.org/xmms-shn/

View File

@ -1,3 +1,3 @@
MD5 (xmms-shn-2.2.6.tar.gz) = cccea0a69425ea43accf2617828721f4
RMD160 (xmms-shn-2.2.6.tar.gz) = 777564fa97457c52d571ea8812337a7fd49b6c17
SHA1 (xmms-shn-2.2.6.tar.gz) = 5568423b837140e7e1edaddf3e49fa51144ef645
MD5 (xmms-shn-2.2.7.tar.gz) = dc2d8c672eec5f686cbcba3c3f5ef4ad
RMD160 (xmms-shn-2.2.7.tar.gz) = 292c3a69c72865a8973bb35671ecc280ec68fae8
SHA1 (xmms-shn-2.2.7.tar.gz) = 5716105641823783521496df3ce42ac307563f9c

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2002/04/06 23:42:36 naddy Exp $
--- configure.orig Sun Apr 7 01:21:56 2002
+++ configure Sun Apr 7 01:22:12 2002
@@ -4644,7 +4644,7 @@ 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'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
export_dynamic_flag_spec='${wl}-E'
else