From owner-freebsd-ports Fri Nov 16 19:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E18B037B419 for ; Fri, 16 Nov 2001 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3e1I57100; Fri, 16 Nov 2001 19:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF5637B419 for ; Fri, 16 Nov 2001 19:30:47 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAH3UlC56414; Fri, 16 Nov 2001 19:30:47 -0800 (PST) (envelope-from nobody) Message-Id: <200111170330.fAH3UlC56414@freefall.freebsd.org> Date: Fri, 16 Nov 2001 19:30:47 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32053: Update port: textproc/wv to 0.7.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32053 >Category: ports >Synopsis: Update port: textproc/wv to 0.7.0 >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 Nov 16 19:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.7.0 New file: files/patch-ltmain.sh Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/wv/Makefile textproc/wv/Makefile --- /usr/ports/textproc/wv/Makefile Mon Sep 17 19:04:46 2001 +++ textproc/wv/Makefile Sat Nov 17 09:21:34 2001 @@ -6,7 +6,7 @@ # PORTNAME= wv -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -16,8 +16,10 @@ LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ +GNU_CONFIGURE= yes +CONFIGURE_TARGET= # none +CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL} \ + --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ --with-png=${LOCALBASE} --with-exporter MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \ diff -urN /usr/ports/textproc/wv/distinfo textproc/wv/distinfo --- /usr/ports/textproc/wv/distinfo Mon Sep 17 19:04:47 2001 +++ textproc/wv/distinfo Sat Nov 17 07:30:09 2001 @@ -1 +1 @@ -MD5 (wv-0.6.7.tar.gz) = c20bb0b131a04b40a726ced2e26ae717 +MD5 (wv-0.7.0.tar.gz) = 85dd21ed7788c523751ff94bf011a416 diff -urN /usr/ports/textproc/wv/files/patch-Makefile.in textproc/wv/files/patch-Makefile.in --- /usr/ports/textproc/wv/files/patch-Makefile.in Thu Sep 13 23:10:19 2001 +++ textproc/wv/files/patch-Makefile.in Sat Nov 17 08:28:07 2001 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sun May 6 02:52:01 2001 -+++ Makefile.in Fri May 11 03:27:48 2001 -@@ -63,6 +63,8 @@ +--- Makefile.in.orig Mon Oct 15 18:09:43 2001 ++++ Makefile.in Sat Nov 17 08:24:35 2001 +@@ -61,6 +61,8 @@ RM = rm INSTALL = @INSTALL@ @@ -9,7 +9,16 @@ INSTALL_DATA = @INSTALL_DATA@ @SET_MAKE@ -@@ -429,31 +431,25 @@ +@@ -81,7 +83,7 @@ + VPATH = @srcdir@ + + DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DXMLCONFIG=\"$(datadir)/wv/wvConfig.xml\" -DHTMLCONFIG=\"$(datadir)/wv/wvHtml.xml\" +-CPPFLAGS = @ICONV_CFLAGS@ @WMF_CFLAGS@ @XML_CFLAGS@ @GLIB_CFLAGS@ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @CPPFLAGS@ ++CPPFLAGS = @WMF_CFLAGS@ @XML_CFLAGS@ @GLIB_CFLAGS@ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @ICONV_CFLAGS@ @CPPFLAGS@ + CFLAGS = @CFLAGS@ -ansi -pedantic + INCLUDES = -I. -I./ -I$(srcdir)/ -I$(srcdir)/magick/ -I$(srcdir)/libole2/ -I$(srcdir)/oledecod/ + +@@ -422,31 +424,25 @@ $(includedir) install: installdirs all diff -urN /usr/ports/textproc/wv/files/patch-ltmain.sh textproc/wv/files/patch-ltmain.sh --- /usr/ports/textproc/wv/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ textproc/wv/files/patch-ltmain.sh Sat Nov 17 08:35:37 2001 @@ -0,0 +1,33 @@ +--- 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