update to mt-daapd-0.2.4

from maintainer Arnaud Bergeron <abergeron at gmail.com>
This commit is contained in:
sturm 2006-05-05 05:28:58 +00:00
parent 242faa348b
commit 2085187c49
3 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.2 2005/10/07 20:15:13 alek Exp $
# $OpenBSD: Makefile,v 1.3 2006/05/05 05:28:58 sturm Exp $
COMMENT= "multi-threaded DAAP server"
DISTNAME= mt-daapd-0.2.3
DISTNAME= mt-daapd-0.2.4
CATEGORIES= audio net
HOMEPAGE= http://www.mt-daapd.org/
MAINTANER= Arnaud Bergeron <abergeron@gmail.com>
MAINTAINER= Arnaud Bergeron <abergeron@gmail.com>
# GPL APSL
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
MD5 (mt-daapd-0.2.3.tar.gz) = 17aa3fa0601cbe172d18f53489141e5a
RMD160 (mt-daapd-0.2.3.tar.gz) = 8e91abb881ccbb96c7ea21acd01c167f58d97176
SHA1 (mt-daapd-0.2.3.tar.gz) = 787fa1ca589f0c793bb341232684a885e2c933b0
SIZE (mt-daapd-0.2.3.tar.gz) = 406035
MD5 (mt-daapd-0.2.4.tar.gz) = 2e1cdbe6b94ef153e915806f80a28dca
RMD160 (mt-daapd-0.2.4.tar.gz) = babb3f98a254aa4a014b5e7adb96276fafc84fac
SHA1 (mt-daapd-0.2.4.tar.gz) = b8c242e5fd5d2d97010d5e09b9f02ccf9def13ab
SIZE (mt-daapd-0.2.4.tar.gz) = 405168

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.2 2005/10/07 20:15:13 alek Exp $
--- configure.orig Wed Sep 14 08:34:42 2005
+++ configure Fri Oct 7 21:52:45 2005
@@ -2959,7 +2959,6 @@ fi
$OpenBSD: patch-configure,v 1.3 2006/05/05 05:28:58 sturm Exp $
--- configure.orig Thu Mar 2 01:49:34 2006
+++ configure Fri May 5 07:14:34 2006
@@ -3166,7 +3166,6 @@ fi
rend_posix=true
STATIC_LIBS=no
@ -9,7 +9,7 @@ $OpenBSD: patch-configure,v 1.2 2005/10/07 20:15:13 alek Exp $
echo "$as_me:$LINENO: checking for pthread_creat in -lc_r" >&5
echo $ECHO_N "checking for pthread_creat in -lc_r... $ECHO_C" >&6
@@ -3028,13 +3027,13 @@ if test $ac_cv_lib_c_r_pthread_creat = y
@@ -3236,13 +3235,13 @@ if test $ac_cv_lib_c_r_pthread_creat = y
LDFLAGS="${LDFLAGS} -lc_r"
else
@ -26,7 +26,7 @@ $OpenBSD: patch-configure,v 1.2 2005/10/07 20:15:13 alek Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -3092,7 +3091,7 @@ fi
@@ -3301,7 +3300,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
if test $ac_cv_lib_pthread_pthread_create = yes; then