upgrade to silc-client 0.9.14

This commit is contained in:
brad 2003-10-25 23:14:41 +00:00
parent 34fb644a20
commit c41cff40c5
11 changed files with 55 additions and 96 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2003/07/30 00:26:26 brad Exp $
# $OpenBSD: Makefile,v 1.24 2003/10/25 23:14:41 brad Exp $
COMMENT= "Secure Internet Live Conferencing (SILC) client"
DISTNAME= silc-client-0.9.12.1
DISTNAME= silc-client-0.9.14
CATEGORIES= net
HOMEPAGE= http://www.silcnet.org/
@ -27,11 +27,6 @@ LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib
MODULES= iconv
# XXX workaround gcc bugs on sparc64
.if ${MACHINE_ARCH:Msparc64}
PATCH_LIST= gcc-* patch-*
.endif
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.54
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/irssi ${WRKSRC}/lib/silcmath/mpi

View File

@ -1,3 +1,3 @@
MD5 (silc-client-0.9.12.1.tar.gz) = d23496c41f2f95fc9e79fc78de6383ff
RMD160 (silc-client-0.9.12.1.tar.gz) = d13365a6fae6515e18e822fdf1a313121d89abe4
SHA1 (silc-client-0.9.12.1.tar.gz) = e088ff441f62bab97f34b0171858c124d9eb01ec
MD5 (silc-client-0.9.14.tar.gz) = c8affb14dc0c9b7defc6a831f6fd75a9
RMD160 (silc-client-0.9.14.tar.gz) = 3400d10e89acd21966e83bb5d192a405967339dc
SHA1 (silc-client-0.9.14.tar.gz) = a2975635ae43d7bfa8480d5e5f6db518bf4904c3

View File

@ -1,13 +0,0 @@
$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.4 2003/02/02 20:32:59 brad Exp $
--- lib/silccrypt/Makefile.in.orig Wed Jan 8 11:19:42 2003
+++ lib/silccrypt/Makefile.in Sun Feb 2 15:26:12 2003
@@ -360,6 +360,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+sha1.lo:
+ $(LTCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<

View File

@ -1,13 +0,0 @@
$OpenBSD: gcc-patch-lib_silcsim_Makefile_in,v 1.3 2003/01/15 03:06:26 brad Exp $
--- lib/silcsim/Makefile.in.orig Wed Jan 8 11:19:44 2003
+++ lib/silcsim/Makefile.in Mon Jan 13 20:11:04 2003
@@ -347,6 +347,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+sha1.lo:
+ $(LTCOMPILE) -O0 -c $(srcdir)/../silccrypt/$*.c
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<

View File

@ -1,21 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.7 2003/04/18 03:22:23 brad Exp $
--- Makefile.in.orig Tue Mar 18 04:40:51 2003
+++ Makefile.in Thu Apr 17 09:09:27 2003
@@ -216,7 +216,7 @@ install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
-mansdir = $(DESTDIR)$(mandir)
+mansdir = $(DESTDIR)$(silc_mandir)
oldincludedir = @oldincludedir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@@ -775,7 +775,7 @@ generate-server-key:
$OpenBSD: patch-Makefile_in,v 1.8 2003/10/25 23:14:41 brad Exp $
--- Makefile.in.orig 2003-10-24 09:46:37.000000000 -0400
+++ Makefile.in 2003-10-25 02:57:22.000000000 -0400
@@ -776,7 +776,7 @@ generate-server-key:
$(sbindir)/silcd -C $(etcdir); \
fi
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client 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 generate-server-key
@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
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.1 2003/04/18 03:22:23 brad Exp $
--- configure.in.orig Thu Apr 3 09:39:09 2003
+++ configure.in Thu Apr 3 09:41:02 2003
@@ -40,7 +40,6 @@ AM_INIT_AUTOMAKE(silc-client, 0.9.12)
$OpenBSD: patch-configure_in,v 1.2 2003/10/25 23:14:41 brad Exp $
--- configure.in.orig 2003-10-24 09:46:25.000000000 -0400
+++ configure.in 2003-10-25 02:52:23.000000000 -0400
@@ -40,7 +40,6 @@ AM_INIT_AUTOMAKE(silc-client, 0.9.14)
AC_PREREQ(2.52)
AC_CONFIG_HEADERS(includes/silcdefs.h)
@ -9,11 +9,10 @@ $OpenBSD: patch-configure_in,v 1.1 2003/04/18 03:22:23 brad Exp $
AC_PROG_CC
AC_C_INLINE
AC_C_CONST
@@ -339,33 +338,6 @@ AC_DEFUN(SILC_ADD_CFLAGS,
$2])
@@ -340,31 +339,7 @@ AC_DEFUN(SILC_ADD_CFLAGS,
unset tmp_CFLAGS
])
-
-if test "$GCC"; then
- # GCC specific options
- if test "x$summary_debug" = "xyes"; then
@ -39,7 +38,7 @@ $OpenBSD: patch-configure_in,v 1.1 2003/04/18 03:22:23 brad Exp $
- SILC_ADD_CFLAGS(-restrict)
- fi
-fi
-
+SILC_ADD_CFLAGS(-Wall -finline-functions)
##
## Installation
#
# Workaround a bug in GCC 2.x which causes memory exhaustion

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_Makefile_in,v 1.4 2003/01/15 03:06:26 brad Exp $
--- lib/Makefile.in.orig Wed Jan 8 11:19:40 2003
+++ lib/Makefile.in Mon Jan 13 20:09:18 2003
@@ -484,7 +484,6 @@ install-data-am:
$OpenBSD: patch-lib_Makefile_in,v 1.5 2003/10/25 23:14:41 brad Exp $
--- lib/Makefile.in.orig 2003-10-24 09:46:38.000000000 -0400
+++ lib/Makefile.in 2003-10-25 02:51:10.000000000 -0400
@@ -485,7 +485,6 @@ install-data-am:
install-exec-am:
@$(NORMAL_INSTALL)

View File

@ -1,20 +1,22 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/01/15 03:06:26 brad Exp $
# $OpenBSD: DEINSTALL,v 1.3 2003/10/25 23:14:42 brad Exp $
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}/silc
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| these steps as root:"
echo "|"
echo "| rm -rf $CONFIG_DIR"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
if [ "$PKG_DELETE_EXTRA" != Yes -a -d $CONFIG_DIR ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| these steps as root:"
echo "|"
echo "| rm -rf $CONFIG_DIR"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -24,5 +24,3 @@ passwords or public key authentication. All authentication data is always
encrypted in the SILC network. Each connection has their own session keys,
all channels have channel specific keys, and all private messages can be
secured with private message specific keys.
WWW: ${HOMEPAGE}

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.5 2003/06/01 23:11:23 brad Exp $
# $OpenBSD: INSTALL,v 1.6 2003/10/25 23:14:42 brad Exp $
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
@ -10,10 +10,10 @@ do_notice_conf()
{
echo
echo "+---------------"
echo "| The existing $1 configuration files in $CONFIG_DIR have NOT"
echo "| been changed. You may want to compare them to the current samples in"
echo "| $SAMPLE_CONFIG_DIR, and update your configuration"
echo "| files as needed."
echo "| The existing $1 configuration files in $CONFIG_DIR"
echo "| have NOT been changed. You may want to compare them to the"
echo "| current samples in $SAMPLE_CONFIG_DIR, and update"
echo "| your configuration files as needed."
echo "+---------------"
echo
}
@ -24,21 +24,18 @@ do_install_conf()
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/silc.conf $CONFIG_DIR
echo
echo "+---------------"
echo "| The $1 configuration files have been installed in $CONFIG_DIR."
echo "| Please view these files and change the configuration to meet your needs."
echo "| The $1 configuration files have been installed in"
echo "| $CONFIG_DIR. Please view these files and change the configuration"
echo "| to meet your needs."
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
: nothing to pre-install for this port

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2003/06/01 23:11:23 brad Exp $
@comment $OpenBSD: PLIST,v 1.11 2003/10/25 23:14:42 brad Exp $
bin/silc
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi.pm
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi/TextUI.pm
@ -22,12 +22,13 @@ share/doc/silc/FAQ
@comment share/doc/silc/INSTALL
share/doc/silc/README
@comment share/doc/silc/TODO
share/doc/silc/draft-riikonen-presence-attrs-01.txt
share/doc/silc/draft-riikonen-silc-commands-04.txt
share/doc/silc/draft-riikonen-silc-flags-payloads-02.txt
share/doc/silc/draft-riikonen-silc-ke-auth-06.txt
share/doc/silc/draft-riikonen-silc-pp-06.txt
share/doc/silc/draft-riikonen-silc-spec-06.txt
share/doc/silc/draft-riikonen-presence-attrs-02.txt
share/doc/silc/draft-riikonen-silc-commands-06.txt
share/doc/silc/draft-riikonen-silc-flags-payloads-03.txt
share/doc/silc/draft-riikonen-silc-flags-payloads-04.txt
share/doc/silc/draft-riikonen-silc-ke-auth-07.txt
share/doc/silc/draft-riikonen-silc-pp-08.txt
share/doc/silc/draft-riikonen-silc-spec-08.txt
share/doc/silc/formats.txt
share/doc/silc/manual.txt
share/doc/silc/signals.txt
@ -127,6 +128,7 @@ share/silc/scripts/dns.pl
share/silc/scripts/hello.pl
share/silc/scripts/mail-maildir.pl
share/silc/scripts/mail.pl
share/silc/scripts/silc-mime.pl
share/silc/themes/default.theme
@dirrm share/silc/themes
@dirrm share/silc/scripts
@ -142,3 +144,4 @@ share/silc/themes/default.theme
@comment @dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto
@comment @dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi
@comment @dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
@extraunexec rm -rf ${SYSCONFDIR}/silc