Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 19:55:13 +0400 (MSD)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38186: update textproc/wv to 0.7.2
Message-ID:  <20020517155513.BF29FAC@freebsd.org.ru>

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

>Number:         38186
>Category:       ports
>Synopsis:       update textproc/wv to 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 17 09:00:11 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
n/a
>Environment:
		FreeBSD 4.5-STABLE i386

>Description:
	update textproc/wv to 0.7.2
>How-To-Repeat:
>Fix:

diff -ruN wv.old/Makefile wv/Makefile
--- wv.old/Makefile	Fri May 17 19:51:21 2002
+++ wv/Makefile	Fri May 17 19:14:03 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wv
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	wvware
diff -ruN wv.old/distinfo wv/distinfo
--- wv.old/distinfo	Fri May 17 19:51:21 2002
+++ wv/distinfo	Fri May 17 19:14:17 2002
@@ -1 +1 @@
-MD5 (wv-0.7.1.tar.gz) = f4bf6e9efd6c6eccaad02d3f315beb75
+MD5 (wv-0.7.2.tar.gz) = b5e673be8deba02badd3b1a749911b0c
diff -ruN wv.old/files/patch-ltmain.sh wv/files/patch-ltmain.sh
--- wv.old/files/patch-ltmain.sh	Fri May 17 19:51:21 2002
+++ wv/files/patch-ltmain.sh	Thu Jan  1 03:00:00 1970
@@ -1,33 +0,0 @@
---- ltmain.sh.orig	Wed Sep 26 23:26:27 2001
-+++ ltmain.sh	Sat Nov 17 08:35:28 2001
-@@ -1043,7 +1043,7 @@
- 	    # These systems don't actually have a C library (as such)
- 	    test "X$arg" = "X-lc" && continue
- 	    ;;
--	  *-*-openbsd*)
-+	  *-*-openbsd* | *-*-freebsd*)
- 	    # Do not include libc due to us having libc/libc_r.
- 	    test "X$arg" = "X-lc" && continue
- 	    ;;
-@@ -2441,7 +2441,7 @@
- 	  *-*-netbsd*)
- 	    # Don't link with libc until the a.out ld.so is fixed.
- 	    ;;
--	  *-*-openbsd*)
-+	  *-*-openbsd* | *-*-freebsd*)
- 	    # Do not include libc due to us having libc/libc_r.
- 	    ;;
- 	  *)
-@@ -4210,10 +4210,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false ; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>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?20020517155513.BF29FAC>