Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 09:05:22 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36211: Update port: textproc/wv to 0.7.1.1 (fix ports/35417))
Message-ID:  <200203221705.g2MH5MM47306@freefall.freebsd.org>

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

>Number:         36211
>Category:       ports
>Synopsis:       Update port: textproc/wv to 0.7.1.1 (fix ports/35417))
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 09:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.1
    
No response from maintainer.

This PR supersedes ports/35417.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/wv/Makefile textproc/wv/Makefile
--- /usr/ports/textproc/wv/Makefile	Mon Mar 18 22:26:55 2002
+++ textproc/wv/Makefile	Mon Mar 18 22:54:15 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wv
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	wvware
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \
-		--with-png=${LOCALBASE} --with-exporter
+		--with-png=${LOCALBASE} --with-exporter --without-glib
 
 MAN1=	wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \
 	wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
diff -urN /usr/ports/textproc/wv/distinfo textproc/wv/distinfo
--- /usr/ports/textproc/wv/distinfo	Sun Dec  9 07:17:28 2001
+++ textproc/wv/distinfo	Sat Jan 26 04:44:20 2002
@@ -1 +1 @@
-MD5 (wv-0.7.0.tar.gz) = 85dd21ed7788c523751ff94bf011a416
+MD5 (wv-0.7.1.tar.gz) = f4bf6e9efd6c6eccaad02d3f315beb75
diff -urN /usr/ports/textproc/wv/files/patch-Makefile.in textproc/wv/files/patch-Makefile.in
--- /usr/ports/textproc/wv/files/patch-Makefile.in	Sun Dec  9 07:17:28 2001
+++ textproc/wv/files/patch-Makefile.in	Sat Jan 26 04:53:45 2002
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Mon Oct 15 18:09:43 2001
-+++ Makefile.in	Sat Nov 17 08:24:35 2001
-@@ -61,6 +61,8 @@
+--- Makefile.in.orig	Sat Nov 17 02:11:20 2001
++++ Makefile.in	Sat Jan 26 04:53:33 2002
+@@ -62,6 +62,8 @@
  RM = rm
  
  INSTALL = @INSTALL@
@@ -9,7 +9,7 @@
  INSTALL_DATA = @INSTALL_DATA@
  
  @SET_MAKE@
-@@ -81,7 +83,7 @@
+@@ -82,7 +84,7 @@
  VPATH = @srcdir@
  
  DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DXMLCONFIG=\"$(datadir)/wv/wvConfig.xml\" -DHTMLCONFIG=\"$(datadir)/wv/wvHtml.xml\"
@@ -18,7 +18,7 @@
  CFLAGS = @CFLAGS@ -ansi -pedantic
  INCLUDES = -I. -I./ -I$(srcdir)/ -I$(srcdir)/magick/  -I$(srcdir)/libole2/ -I$(srcdir)/oledecod/
  
-@@ -422,31 +424,25 @@
+@@ -420,30 +422,24 @@
  	$(includedir)	
  
  install: installdirs all
@@ -29,7 +29,6 @@
 -	chmod +x $(srcdir)/wvCleanLatex
 -	chmod +x $(srcdir)/wvAbw	
 -	$(INSTALL) $(srcdir)/wvSummary$(EXEEXT) $(bindir)/wvSummary$(EXEEXT)
--	$(INSTALL) $(srcdir)/wvSimpleCLX$(EXEEXT) $(bindir)/wvSimpleCLX$(EXEEXT)
 -	$(INSTALL) $(srcdir)/wvVersion$(EXEEXT) $(bindir)/wvVersion$(EXEEXT)
 -	$(INSTALL) $(srcdir)/wvConvert$(EXEEXT) $(bindir)/wvConvert$(EXEEXT)
 -	$(INSTALL) $(srcdir)/wvWare$(EXEEXT) $(bindir)/wvWare$(EXEEXT)
@@ -48,7 +47,6 @@
 -	$(INSTALL) $(srcdir)/wv-incconfig $(bindir)/wv-incconfig
 -	$(INSTALL) $(srcdir)/make_epses.sh $(bindir)/make_epses.sh
 +	$(INSTALL_PROGRAM) $(srcdir)/wvSummary$(EXEEXT) $(bindir)/wvSummary$(EXEEXT)
-+	$(INSTALL_PROGRAM) $(srcdir)/wvSimpleCLX$(EXEEXT) $(bindir)/wvSimpleCLX$(EXEEXT)
 +	$(INSTALL_PROGRAM) $(srcdir)/wvVersion$(EXEEXT) $(bindir)/wvVersion$(EXEEXT)
 +	$(INSTALL_PROGRAM) $(srcdir)/wvConvert$(EXEEXT) $(bindir)/wvConvert$(EXEEXT)
 +	$(INSTALL_PROGRAM) $(srcdir)/wvWare$(EXEEXT) $(bindir)/wvWare$(EXEEXT)
diff -urN /usr/ports/textproc/wv/pkg-plist textproc/wv/pkg-plist
--- /usr/ports/textproc/wv/pkg-plist	Mon Sep 17 19:04:49 2001
+++ textproc/wv/pkg-plist	Sat Jan 26 05:01:48 2002
@@ -11,7 +11,6 @@
 bin/wvPDF
 bin/wvPS
 bin/wvRTF
-bin/wvSimpleCLX
 bin/wvSummary
 bin/wvText
 bin/wvVersion

>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?200203221705.g2MH5MM47306>