From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 17 09:50:18 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 C1E5937B401 for ; Thu, 17 Jul 2003 09:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650A643FB1 for ; Thu, 17 Jul 2003 09:50: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 h6HGoGUp052644 for ; Thu, 17 Jul 2003 09:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6HGoGUM052643; Thu, 17 Jul 2003 09:50:16 -0700 (PDT) Date: Thu, 17 Jul 2003 09:50:16 -0700 (PDT) Message-Id: <200307171650.h6HGoGUM052643@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Subject: Re: 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 Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 16:50:19 -0000 The following reply was made to PR ports/54589; it has been noted by GNATS. From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: sergei@kolobov.com, mzaki@e-mail.ne.jp, nork@FreeBSD.org Subject: Re: ports/54589: [PATCH] textproc/wv: fix failure to find libiconv Date: Fri, 18 Jul 2003 01:40:25 +0900 On 17 Jul 2003 15:37:03 -0000 Sergei Kolobov wrote: > [DESCRIBE CHANGES] > - Fix configure's failure to find iconv by reverting some of the latest changes > to this port Ah, It's caused by a mistake of mine in making PR ports/53584. "Correct" patch to fix build on -current shoud be as follows: diff -urN /usr/ports/textproc/wv/Makefile wv/Makefile --- /usr/ports/textproc/wv/Makefile Sat Jul 12 12:27:57 2003 +++ wv/Makefile Fri Jul 18 01:34:16 2003 @@ -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,6 +23,7 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-exporter --without-glib MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes