update to 2.0s3; from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>

This commit is contained in:
naddy 2004-10-06 01:08:17 +00:00
parent 59685ca390
commit 51533b3dfa
3 changed files with 21 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2004/08/10 09:38:34 xsa Exp $
# $OpenBSD: Makefile,v 1.3 2004/10/06 01:08:17 naddy Exp $
COMMENT= "jabber server"
DISTNAME= jabberd-2.0s2
DISTNAME= jabberd-2.0s3
CATEGORIES= net
HOMEPAGE= http://jabberd.jabberstudio.org/2/
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
@ -30,7 +30,10 @@ LIB_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
MODULES= converters/libiconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --localstatedir=${JABBERDDIR:H}
CONFIGURE_ARGS= --localstatedir=${JABBERDDIR:H} \
--disable-idn \
--with-extra-include-path=${LOCALBASE}/include/mysql \
--with-extra-library-path=${LOCALBASE}/lib/mysql
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/jabberd ${PREFIX}/sbin

View File

@ -1,3 +1,3 @@
MD5 (jabberd-2.0s2.tar.gz) = 0f794b00e480a7b4c36d858d4d0095bf
RMD160 (jabberd-2.0s2.tar.gz) = 0b3722e5ef6ff8745a0c47da19d9896908a3d1aa
SHA1 (jabberd-2.0s2.tar.gz) = bec5f3ab50e383d4d3282fe472e27b049b41badd
MD5 (jabberd-2.0s3.tar.gz) = c15f8f07cb2ee499cd21c0b883b9f353
RMD160 (jabberd-2.0s3.tar.gz) = 0229f1f9453e31cd47d29f94e0f278c038d2ef5c
SHA1 (jabberd-2.0s3.tar.gz) = 9a592f71e45445db7aca20b8fd87b97ae9690c22

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-util_util_h,v 1.1 2004/10/06 01:08:17 naddy Exp $
--- util/util.h.orig Tue Sep 21 11:36:35 2004
+++ util/util.h Tue Sep 21 11:37:02 2004
@@ -35,6 +35,8 @@
# include <netinet/in.h>
#endif
+#include <sys/socket.h>
+
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#elif defined(HAVE_SYS_TIMEB_H)