upgrade to silc-server 0.9.16
This commit is contained in:
parent
e980816b86
commit
999c725fae
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/10/31 16:40:06 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/01/07 04:53:12 brad Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
BROKEN= "config file parser bug on ${MACHINE_ARCH}"
|
||||
@ -6,7 +6,7 @@ BROKEN= "config file parser bug on ${MACHINE_ARCH}"
|
||||
|
||||
COMMENT= "Secure Internet Live Conferencing (SILC) server"
|
||||
|
||||
DISTNAME= silc-server-0.9.15
|
||||
DISTNAME= silc-server-0.9.16
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.silcnet.org/
|
||||
|
||||
@ -39,18 +39,17 @@ PATCH_LIST+= operops-* patch-*
|
||||
CONFDIR= ${SYSCONFDIR}/silcd
|
||||
SUBST_VARS= CONFDIR
|
||||
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.54
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/lib/silcmath/mpi
|
||||
CONFIGURE_ARGS= \
|
||||
--enable-ipv6 \
|
||||
--without-irssi \
|
||||
--with-docdir=${PREFIX}/share/doc/silcd \
|
||||
--with-etcdir=${CONFDIR} \
|
||||
--with-logsdir=/var/log/silcd \
|
||||
--with-simdir=${PREFIX}/lib \
|
||||
--with-silcd-config-file=${CONFDIR}/silcd.conf \
|
||||
--with-silcd-pid-file=/var/run/silcd.pid
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.57
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/lib/silcmath/mpi
|
||||
CONFIGURE_ARGS+= --enable-ipv6 \
|
||||
--without-irssi \
|
||||
--with-docdir=${PREFIX}/share/doc/silcd \
|
||||
--with-etcdir=${CONFDIR} \
|
||||
--with-logsdir=/var/log/silcd \
|
||||
--with-simdir=${PREFIX}/lib \
|
||||
--with-silcd-config-file=${CONFDIR}/silcd.conf \
|
||||
--with-silcd-pid-file=/var/run/silcd.pid
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (silc-server-0.9.15.tar.gz) = 4be35ef4d43f89acfce71149fe0d951b
|
||||
RMD160 (silc-server-0.9.15.tar.gz) = a8ec967fc6251935ca0799888b589516d82d8078
|
||||
SHA1 (silc-server-0.9.15.tar.gz) = 9fc69b65a35e55849f10bf93b3492f07d2809e87
|
||||
MD5 (silc-server-0.9.16.tar.gz) = 8ad9390c982fa715181f96b0971e5dfb
|
||||
RMD160 (silc-server-0.9.16.tar.gz) = a1b325d48ff3a29ca5b4a689236e8f31bdc2730a
|
||||
SHA1 (silc-server-0.9.16.tar.gz) = d23c817db4c754a3e02c668062d2c4229377d410
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2003/10/29 04:12:47 brad Exp $
|
||||
--- Makefile.in.orig 2003-10-15 13:22:13.000000000 -0400
|
||||
+++ Makefile.in 2003-10-27 11:30:17.000000000 -0500
|
||||
@@ -778,7 +778,7 @@ generate-server-key:
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2004/01/07 04:53:12 brad Exp $
|
||||
--- Makefile.in.orig 2004-01-03 05:53:58.000000000 -0500
|
||||
+++ Makefile.in 2004-01-06 23:21:10.000000000 -0500
|
||||
@@ -803,7 +803,7 @@ generate-server-key:
|
||||
|
||||
@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
|
||||
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_in,v 1.4 2003/10/31 16:40:06 brad Exp $
|
||||
--- configure.in.orig 2003-10-31 06:14:58.000000000 -0500
|
||||
+++ configure.in 2003-10-31 11:04:58.000000000 -0500
|
||||
@@ -40,7 +40,6 @@ AM_INIT_AUTOMAKE(silc-server, 0.9.15)
|
||||
$OpenBSD: patch-configure_in,v 1.5 2004/01/07 04:53:12 brad Exp $
|
||||
--- configure.in.orig 2004-01-03 05:53:39.000000000 -0500
|
||||
+++ configure.in 2004-01-06 23:21:10.000000000 -0500
|
||||
@@ -40,7 +40,6 @@ AM_INIT_AUTOMAKE(silc-server, 0.9.16)
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_HEADERS(includes/silcdefs.h)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.3 2003/10/29 04:12:47 brad Exp $
|
||||
--- lib/Makefile.in.orig 2003-10-15 13:22:13.000000000 -0400
|
||||
+++ lib/Makefile.in 2003-10-27 11:25:30.000000000 -0500
|
||||
@@ -485,7 +485,6 @@ install-data-am:
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.4 2004/01/07 04:53:12 brad Exp $
|
||||
--- lib/Makefile.in.orig 2004-01-03 05:53:59.000000000 -0500
|
||||
+++ lib/Makefile.in 2004-01-06 23:21:11.000000000 -0500
|
||||
@@ -508,7 +508,6 @@ install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
@$(NORMAL_INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user