[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.
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
State Changed From-To: open->closed Oops, I didn't notice this PR. Thanks for Cc: me. Committed, thanks!