Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2000 10:01:01 -0400 (EDT)
From:      Mikhail Teterin <mi@privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22243: MAINTAINER UPGRADE of deve/tcl-memchan: 2.1p1 to 2.1p2
Message-ID:  <200010231401.e9NE11B16148@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>Number:         22243
>Category:       ports
>Synopsis:       MAINTAINER UPGRADE of deve/tcl-memchan: 2.1p1 to 2.1p2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 23 07:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	This upgrades the port to use the author's version 2.1p2
	(released  on Oct  4, 2000)  --  the older  2.1p1 is  no
	longer available on the  master-site. Thanks to the Bill
	Fenner's script for pointing that out :-) .

	This   upgrade   also   removes   my   pkgIndex.tcl   in
	favor   of  the   one   generated   by  the   software's
	configure.  The libmemchan.so.1  is  now installed  into
	${PREFIX}/lib/  instead of  the libmemchan83.so.1  going
	into ${PREFIX}/lib/tcl8.3/memchan/ -- the library can be
	used by multiple versions of  TCL, it seems -- thanks to
	TCL_STUBS.

	Placing it  into the standard directory  should ease the
	work of  those wishing  to link  the library  into their
	applications.

>How-To-Repeat:

>Fix:

--- Makefile	Mon Jul 31 11:36:08 2000
+++ Makefile	Mon Oct 23 09:44:04 2000
@@ -8,3 +8,3 @@
 PORTNAME=	memchan
-PORTVERSION=	2.1p1
+PORTVERSION=	2.1p2
 CATEGORIES=	devel tcl83
@@ -41,4 +41,4 @@
 	${MKDIR} ${PREFIX}/lib/tcl${TCLV}/memchan
-	${INSTALL_DATA} ${WRKSRC}/libmemchan${TCLVND}.so.1 ${FILESDIR}/pkgIndex.tcl \
-		${PREFIX}/lib/tcl${TCLV}/memchan
+	${INSTALL_DATA} ${WRKSRC}/libmemchan.so.1 ${PREFIX}/lib/
+	${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl${TCLV}/memchan
 .ifndef(NOPORTDOCS)
--- distinfo	Mon Jul 31 11:36:08 2000
+++ distinfo	Mon Oct 23 09:35:47 2000
@@ -1 +1 @@
-MD5 (memchan2.1p1.tar.bz2) = e28df221d9576a28c40416089a3640f1
+MD5 (memchan2.1p2.tar.bz2) = 1d0efe6261b418974db0e05eb2023546
--- pkg-plist	Mon Jul 31 11:36:11 2000
+++ pkg-plist	Mon Oct 23 09:45:07 2000
@@ -1,2 +1,2 @@
-lib/tcl%%TCLV%%/memchan/libmemchan%%TCLVND%%.so.1
+lib/libmemchan.so.1
 lib/tcl%%TCLV%%/memchan/pkgIndex.tcl
--- files/pkgIndex.tcl	Mon Jul 31 11:36:09 2000
+++ files/pkgIndex.tcl	Wed Dec 31 19:00:00 1969
@@ -1 +0,0 @@
-package ifneeded Memchan 2.1.1 [list load $dir/libmemchan.so.1]

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010231401.e9NE11B16148>