Bug 54589

Summary: [PATCH] textproc/wv: fix failure to find libiconv
Product: Ports & Packages Reporter: Sergei Kolobov <sergei>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: mzaki
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wv-0.7.6.patch none

Description Sergei Kolobov 2003-07-17 16:40:17 UTC
[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.
Comment 1 tkato 2003-07-17 17:40:25 UTC
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
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-18 03:23:03 UTC
State Changed
From-To: open->closed

Oops, I didn't notice this PR.  Thanks for Cc: me. 
Committed, thanks!