From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 29 10:00:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AF01065672 for ; Sat, 29 Aug 2009 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0A98FC15 for ; Sat, 29 Aug 2009 10:00:07 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7TA0773061788 for ; Sat, 29 Aug 2009 10:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7TA0740061787; Sat, 29 Aug 2009 10:00:07 GMT (envelope-from gnats) Resent-Date: Sat, 29 Aug 2009 10:00:07 GMT Resent-Message-Id: <200908291000.n7TA0740061787@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAC4C1065672 for ; Sat, 29 Aug 2009 09:55:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 80BB38FC1C for ; Sat, 29 Aug 2009 09:55:06 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7T9t68F031257 for ; Sat, 29 Aug 2009 09:55:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7T9t6pE031256; Sat, 29 Aug 2009 09:55:06 GMT (envelope-from nobody) Message-Id: <200908290955.n7T9t6pE031256@www.freebsd.org> Date: Sat, 29 Aug 2009 09:55:06 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138302: [PATCH]textproc/wv: update to 1.2.6 and take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2009 10:00:07 -0000 >Number: 138302 >Category: ports >Synopsis: [PATCH]textproc/wv: update to 1.2.6 and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 29 10:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: When the Abiword team took over upstream development, they bumped the wv-1.2 shared library version number, even though there was no API/ABI change. Now they're restoring the old version number (decrementing it from 4 to 3), presumably at the request of downstream packagers. This will only affect the sysutils/tracker-client port, which will require a corresponding change in the wv part of LIB_DEPENDS. I recommend changing wv-1.2.4 to wv-1.2 there. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN wv.orig/Makefile wv/Makefile --- wv.orig/Makefile 2009-08-29 05:39:58.000000000 -0400 +++ wv/Makefile 2009-08-29 04:53:49.000000000 -0400 @@ -6,12 +6,11 @@ # PORTNAME= wv -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.6 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf1783@gmail.com COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf @@ -21,7 +20,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + MKDIR_P="${MKDIR}" CONFIGURE_ARGS= --with-png=${LOCALBASE} \ --with-libwmf=${LOCALBASE} MAKEFILE= GNUmakefile @@ -32,4 +32,7 @@ wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1 MLINKS= wvWare.1 wvConvert.1 +post-install: + @${CAT} ${PKGMESSAGE} + .include diff -ruN wv.orig/distinfo wv/distinfo --- wv.orig/distinfo 2009-08-29 05:39:58.000000000 -0400 +++ wv/distinfo 2009-08-29 03:14:52.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (wv-1.2.5.tar.gz) = ae506eae4825c93d0cd7939ce6cbae41 -SHA256 (wv-1.2.5.tar.gz) = ddadc64a306a15a592f8599d4b6d00de596c22ba9e8b22dbf36cc7c504dc0952 -SIZE (wv-1.2.5.tar.gz) = 653231 +MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32 +SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255 +SIZE (wv-1.2.6.tar.gz) = 591180 diff -ruN wv.orig/pkg-message wv/pkg-message --- wv.orig/pkg-message 1969-12-31 19:00:00.000000000 -0500 +++ wv/pkg-message 2009-08-29 04:45:29.000000000 -0400 @@ -0,0 +1,6 @@ +******************************************************************* + +Some output formats (for example, DVI, PDF, and PS) require a LaTeX +implementation, such as print/teTeX, to be installed. + +******************************************************************* diff -ruN wv.orig/pkg-plist wv/pkg-plist --- wv.orig/pkg-plist 2009-08-29 05:39:58.000000000 -0400 +++ wv/pkg-plist 2009-08-29 03:48:48.000000000 -0400 @@ -16,7 +16,7 @@ bin/wvWml include/wv/wv.h lib/libwv-1.2.so -lib/libwv-1.2.so.4 +lib/libwv-1.2.so.3 lib/libwv.a lib/libwv.la lib/libwv.so >Release-Note: >Audit-Trail: >Unformatted: