From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 17 08:40:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C2F37B401 for ; Thu, 17 Jul 2003 08:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3EB43FA3 for ; Thu, 17 Jul 2003 08:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6HFeHUp045677 for ; Thu, 17 Jul 2003 08:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6HFeHrg045676; Thu, 17 Jul 2003 08:40:17 -0700 (PDT) Resent-Date: Thu, 17 Jul 2003 08:40:17 -0700 (PDT) Resent-Message-Id: <200307171540.h6HFeHrg045676@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, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041F637B401 for ; Thu, 17 Jul 2003 08:37:17 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 27E3F43F75 for ; Thu, 17 Jul 2003 08:37:15 -0700 (PDT) (envelope-from sgk@kolobov.com) Received: (qmail 58158 invoked from network); 17 Jul 2003 15:37:15 -0000 Received: from agdcgw01.akingump.com (HELO kolobov.com) (12.40.174.2) by outpost.globcon.net with SMTP; 17 Jul 2003 15:37:15 -0000 Received: (qmail 25972 invoked by uid 911); 17 Jul 2003 15:37:03 -0000 Message-Id: <20030717153703.25971.qmail@kolobov.com> Date: 17 Jul 2003 15:37:03 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mzaki@e-mail.ne.jp Subject: ports/54589: [PATCH] textproc/wv: fix failure to find libiconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 15:40:20 -0000 >Number: 54589 >Category: ports >Synopsis: [PATCH] textproc/wv: fix failure to find libiconv >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 08:40:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003 >Description: [DESCRIBE CHANGES] - Fix configure's failure to find iconv by reverting some of the latest changes to this port - Slightly reword COMMENT to make portlint happier Fixes: ports/54547 Port maintainer (mzaki@e-mail.ne.jp) is cc'd. >How-To-Repeat: >Fix: --- wv-0.7.6.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/textproc/wv/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 11 Jul 2003 18:28:26 -0000 1.24 +++ Makefile 17 Jul 2003 15:35:13 -0000 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= mzaki@e-mail.ne.jp -COMMENT= A library and executables which allow access to Microsoft Word files +COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx @@ -23,16 +23,14 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-exporter --without-glib +CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ + --with-png=${LOCALBASE} --with-exporter --without-glib MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes 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 MLINKS= wvWare.1 wvConvert.1 - -CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e '/HAVE_MALLOC_H/d' ${WRKSRC}/config.h.in --- wv-0.7.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: