Bug 54589 - [PATCH] textproc/wv: fix failure to find libiconv
Summary: [PATCH] textproc/wv: fix failure to find libiconv
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 16:40 UTC by Sergei Kolobov
Modified: 2003-07-18 03:23 UTC (History)
1 user (show)

See Also:


Attachments
wv-0.7.6.patch (1.28 KB, patch)
2003-07-17 16:40 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!