Date: 17 Jul 2003 15:37:03 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mzaki@e-mail.ne.jp Subject: ports/54589: [PATCH] textproc/wv: fix failure to find libiconv Message-ID: <20030717153703.25971.qmail@kolobov.com> Resent-Message-ID: <200307171540.h6HFeHrg045676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54589 >Category: ports >Synopsis: [PATCH] textproc/wv: fix failure to find libiconv >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 08:40:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003 >Description: [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. >How-To-Repeat: >Fix: --- wv-0.7.6.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/textproc/wv/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 11 Jul 2003 18:28:26 -0000 1.24 +++ Makefile 17 Jul 2003 15:35:13 -0000 @@ -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,16 +23,14 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-exporter --without-glib +CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ + --with-png=${LOCALBASE} --with-exporter --without-glib MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \ wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1 MLINKS= wvWare.1 wvConvert.1 - -CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e '/HAVE_MALLOC_H/d' ${WRKSRC}/config.h.in --- wv-0.7.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030717153703.25971.qmail>