From krion@voodoo.oberon.net  Wed Nov 27 01:14:01 2002
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 277C537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Nov 2002 01:14:01 -0800 (PST)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 768BD43E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Nov 2002 01:14:00 -0800 (PST)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (Exim 4.04)
	id 18GyGV-000BQd-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 27 Nov 2002 10:13:51 +0100
Received: from krion by voodoo.oberon.net with local (Exim 4.10)
	id 18GyGx-0007fN-00
	for FreeBSD-gnats-submit@freebsd.org; , 27  2002 10:14:19 +0100
Message-Id: <E18GyGx-0007fN-00@voodoo.oberon.net>
Date: , 27  2002 10:14:19 +0100
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: krion <krion@voodoo.oberon.net>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45791
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 27 01:20:00 PST 2002
>Closed-Date:    Mon Dec 23 06:36:10 PST 2002
>Last-Modified:  Mon Dec 23 06:36:10 PST 2002
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Submitter-Id:	current-users
 Originator: 	Kirill Ponomarew	
 Organization: 	Oberon.net	
 Confidential:	no <FreeBSD PRs are public data>
 Synopsis: 	/usr/ports/net/silc-client upgrage	
 Severity:	non-critical
 Priority:	low
 Class:		maintainer-update
 Release:	FreeBSD 4.7-RELEASE i386
 Environment:
 System: FreeBSD voodoo.oberon.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Fri Oct 25 20:54:25 CEST 2002 root@voodoo.oberon.net:/usr/obj/usr/src/sys/VOODOO i386
 
 
 Description:
 
 - update /usr/ports/net/silc-client
 
 Fix:
 
 diff -ruN silc-client/Makefile silc-client.bak/Makefile
 --- silc-client/Makefile        Tue Sep 24 09:10:35 2002
 +++ silc-client.bak/Makefile    Tue Nov 26 21:48:25 2002
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=      silc
 -PORTVERSION=   0.9.5.1
 +PORTVERSION=   0.9.8
  CATEGORIES=    net ipv6 security
  MASTER_SITES=  http://www.silcnet.org/download/client/sources/ \
                 ftp://ftp.silcnet.org/silc/client/sources/ \
 diff -ruN silc-client/distinfo silc-client.bak/distinfo
 --- silc-client/distinfo        Tue Sep 24 09:10:35 2002
 +++ silc-client.bak/distinfo    Tue Nov 26 21:47:13 2002
 @@ -1 +1 @@
 -MD5 (silc-client-0.9.5.1.tar.bz2) = 5d12658655f9eb681fe769b0e2bd0d89
 +MD5 (silc-client-0.9.8.tar.bz2) = 0591e8689ed51057dedc0ae626c3a451 
 diff -ruN silc-client/files/patch-Makefile.in silc-client.bak/files/patch-Makefile.in
 --- silc-client/files/patch-Makefile.in Mon Aug 19 16:01:11 2002
 +++ silc-client.bak/files/patch-Makefile.in     Thu Jan  1 01:00:00 1970
 @@ -1,44 +0,0 @@
 ---- Makefile.in.orig   Wed Jul 10 16:54:28 2002
 -+++ Makefile.in        Wed Jul 10 18:02:37 2002
 -@@ -151,7 +151,7 @@
 - 
 - AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 - 
 --COMMONDIRS = lib irssi silc silcd doc includes
 -+COMMONDIRS = lib irssi silc includes
 - 
 - # Sub directories defined by "distributions" file, and can be overridden
 - # with ./configure, which substitutes these variables.
 -@@ -531,10 +531,7 @@
 - 
 - install-dirs:
 -       -mkdir -p $(etcdir)
 --      -mkdir -p $(modulesdir)
 -       -mkdir -p $(helpdir)
 --      -mkdir -p $(docdir)
 --      -mkdir -p $(logsdir)
 - 
 - generate-server-key:
 -       -@if test '!' -f $(etcdir)/silcd.pub ; then \
 -@@ -568,19 +565,12 @@
 -       $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
 - 
 - etc-install:
 --      -@if test '!' -f $(etcdir)/silcd.conf ; then \
 --        $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
 --              $(etcdir)/silcd.conf; \
 --        $(INSTALL_DATA) $(srcdir)/doc/silcalgs.conf \
 --              $(etcdir)/silcalgs.conf; \
 --          chmod go= $(etcdir)/silcd.conf; \
 --      fi
 -       -@if test '!' -f $(etcdir)/silc.conf ; then \
 -         $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
 --        $(etcdir)/silc.conf; \
 -+        $(etcdir)/silc.conf.sample; \
 -       fi
 - 
 --@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
 -+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install
 - @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server-ke
 y sim-install doc-install toolkit-install examples-install etc-install
 - @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server-k
 ey sim-install doc-install examples-install etc-install
 - # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: okazaki 
State-Changed-When: Mon Dec 23 06:34:54 PST 2002 
State-Changed-Why:  
superseded by ports/45795 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45791 
>Unformatted:
