Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2003 09:50:16 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54589: [PATCH] textproc/wv: fix failure to find libiconv
Message-ID:  <200307171650.h6HGoGUM052643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54589; it has been noted by GNATS.

From: KATO Tsuguru <tkato@prontomail.com>
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 <sergei@kolobov.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307171650.h6HGoGUM052643>