aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-21 19:12:59 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-21 19:12:59 +0800
commit03ee734d484b25a9b93a55b05618a238d83ef3a8 (patch)
tree0bdef877d72e7cfa6d2b5f148bb28fa80edaa95f /textproc
parent3d6f2406fea65b6930f8fd45e29c8491c96b3518 (diff)
downloadfreebsd-ports-gnome-03ee734d484b25a9b93a55b05618a238d83ef3a8.tar.gz
freebsd-ports-gnome-03ee734d484b25a9b93a55b05618a238d83ef3a8.tar.zst
freebsd-ports-gnome-03ee734d484b25a9b93a55b05618a238d83ef3a8.zip
Fix bento breakage & update to 0.7.2.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r--textproc/wv/Makefile2
-rw-r--r--textproc/wv/distinfo2
-rw-r--r--textproc/wv/files/patch-ltmain.sh33
3 files changed, 2 insertions, 35 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index b031e61d7024..5960c336ac29 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -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 --git a/textproc/wv/distinfo b/textproc/wv/distinfo
index 5add771a2b97..b006dc1deb8b 100644
--- a/textproc/wv/distinfo
+++ b/textproc/wv/distinfo
@@ -1 +1 @@
-MD5 (wv-0.7.1.tar.gz) = f4bf6e9efd6c6eccaad02d3f315beb75
+MD5 (wv-0.7.2.tar.gz) = b5e673be8deba02badd3b1a749911b0c
diff --git a/textproc/wv/files/patch-ltmain.sh b/textproc/wv/files/patch-ltmain.sh
deleted file mode 100644
index 7338488694a9..000000000000
--- a/textproc/wv/files/patch-ltmain.sh
+++ /dev/null
@@ -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"