Subject: pkg/15147: maintainer update of the chat/silc-client package to version 0.7.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@silcnet.org>
List: netbsd-bugs
Date: 01/05/2002 14:02:47
>Number: 15147
>Category: pkg
>Synopsis: maintainer update of the chat/silc-client package to version 0.7.2
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jan 05 06:03:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Lubomir Sedlacik
>Release: -current
>Organization:
>Environment:
>Description:
changes in the silc-client package:
- update to silc-client package, version 0.7.2
- cleaned up CONFIGURE_ARGS
- revised patches/patch-aa to follow change in the Makefile.in
- removed post-configure target from Makefile, fix to this issue has been
moved into patches/patch-ac file (inspired by chat/irssi package, thanks to
mutru!)
to view release notes for the silc-client-0.7.2 check the url:
http://silcnet.org/txt/release-client.txt
to view changes made to the package since previous release, see:
http://silcnet.org/txt/changes-client.txt
>How-To-Repeat:
>Fix:
please add patches/patch-ac file, thanks
^^^^^^^^^^^^^^^^^^^^
--- /dev/null Sat Jan 5 14:20:29 2002
+++ patch-ac Sat Jan 5 14:08:19 2002
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- irssi/src/fe-text/Makefile.in.orig Sat Jan 5 13:48:19 2002
++++ irssi/src/fe-text/Makefile.in Sat Jan 5 14:07:17 2002
+@@ -170,8 +170,6 @@
+ -DLOCALEDIR=\""$(datadir)/locale"\"
+
+
+-silc_DEPENDENCIES = @COMMON_LIBS@
+-
+ LIBS = $(SILC_COMMON_LIBS)
+ silc_LDADD = \
+ @COMMON_LIBS@ \
patch 0.7.1->0.7.2 follows:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile 2001/12/26 03:02:29 1.4
+++ Makefile 2002/01/05 13:45:44
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2001/12/26 03:02:29 hubertf Exp $
-DISTNAME= silc-client-0.7.1
+DISTNAME= silc-client-0.7.2
CATEGORIES= chat
MASTER_SITES= http://silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -26,19 +26,10 @@
PKG_SYSCONFSUBDIR?= silc
-CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/silc/help \
- --with-docdir=${PREFIX}/share/doc/silc \
- --with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
-
+CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/silc/help
+CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/silc
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_DIR}
-
-post-configure:
- cd ${WRKSRC}; \
- ${SED} 's/^\(silc_DEPENDENCIES.*\)-L.*buildlink\/lib\(.*\)/\1\2/g' \
- irssi/src/fe-text/Makefile | \
- ${SED} 's/^\(silc_DEPENDENCIES.*\)-Wl,-R.*lib\(.*\)/\1\2/g' \
- > Makefile.tmp; \
- ${MV} Makefile.tmp irssi/src/fe-text/Makefile
.if (${MACHINE_ARCH} != "i386")
CONFIGURE_ARGS+= --disable-asm
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo 2001/12/21 20:48:29 1.3
+++ distinfo 2002/01/05 13:45:44
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.3 2001/12/21 20:48:29 hubertf Exp $
-SHA1 (silc-client-0.7.1.tar.bz2) = fd13847660b9823a41c8dbd9aac5894bbeb7408b
-Size (silc-client-0.7.1.tar.bz2) = 1192518 bytes
-SHA1 (patch-aa) = 0d79a53bde6ea3d64477ea7411b1ae532649ddbc
+SHA1 (silc-client-0.7.2.tar.bz2) = eef34b55a76a7db243a6cda3c00b895b9b5616c4
+Size (silc-client-0.7.2.tar.bz2) = 1197988 bytes
+SHA1 (patch-aa) = df7c8c0a4faffa65586191909dcfb5643ed865df
SHA1 (patch-ab) = 27a0fb7c760c3fff2327af4b3d43060d60542749
+SHA1 (patch-ac) = f54df58f1afb5deb4abc325632e0b9d081cea519
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/patches/patch-aa,v
retrieving revision 1.2
diff -u -u -r1.2 patch-aa
--- patch-aa 2001/12/21 20:48:30 1.2
+++ patch-aa 2002/01/05 13:45:45
@@ -1,7 +1,7 @@
$NetBSD: patch-aa,v 1.2 2001/12/21 20:48:30 hubertf Exp $
---- Makefile.in.orig Mon Dec 10 14:51:14 2001
-+++ Makefile.in Mon Dec 10 15:06:26 2001
+--- Makefile.in.orig Sat Jan 5 13:47:56 2002
++++ Makefile.in Sat Jan 5 14:16:11 2002
@@ -529,24 +529,13 @@
install-dirs:
@@ -17,7 +17,7 @@
- fi
-
-sim-install:
-- -cp -fR $(srcdir)/lib/silcsim/modules/*.so $(modulesdir)/
+- -cp -fRL $(srcdir)/lib/silcsim/*.so $(modulesdir)/
doc-install:
$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/
>Release-Note:
>Audit-Trail:
>Unformatted: