Index: head/textproc/flex/Makefile =================================================================== --- head/textproc/flex/Makefile (revision 366839) +++ head/textproc/flex/Makefile (revision 366840) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= flex PORTVERSION= 2.5.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} MAINTAINER= johans@FreeBSD.org COMMENT= Fast lexical analyzer generator BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= bison gmake makeinfo tar:bzip2 +USES= bison gmake libtool makeinfo tar:bzip2 GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 MAKEINFO="makeinfo --no-split" INSTALL_TARGET= install-strip INFO= flex OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext iconv NLS_CONFIGURE_ENABLE= nls post-patch: .SILENT ${REINPLACE_CMD} -Ee 's/tests//' \ -e '/mode=compile ..CC/s/\\$$/-fPIC -DPIC &/' \ ${WRKSRC}/Makefile.in ${RM} -f ${WRKSRC}/doc/*.info* .include Index: head/textproc/flex/pkg-plist =================================================================== --- head/textproc/flex/pkg-plist (revision 366839) +++ head/textproc/flex/pkg-plist (revision 366840) @@ -1,40 +1,38 @@ bin/flex bin/flex++ include/flex/FlexLexer.h lib/libfl.a -lib/libfl.la lib/libfl_pic.a -lib/libfl_pic.la man/man1/flex.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/ONEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/flex.pdf %%NLS%%share/locale/ca/LC_MESSAGES/flex.mo %%NLS%%share/locale/da/LC_MESSAGES/flex.mo %%NLS%%share/locale/de/LC_MESSAGES/flex.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/flex.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/flex.mo %%NLS%%share/locale/eo/LC_MESSAGES/flex.mo %%NLS%%share/locale/es/LC_MESSAGES/flex.mo %%NLS%%share/locale/fi/LC_MESSAGES/flex.mo %%NLS%%share/locale/fr/LC_MESSAGES/flex.mo %%NLS%%share/locale/ga/LC_MESSAGES/flex.mo %%NLS%%share/locale/hr/LC_MESSAGES/flex.mo %%NLS%%share/locale/ko/LC_MESSAGES/flex.mo %%NLS%%share/locale/nl/LC_MESSAGES/flex.mo %%NLS%%share/locale/pl/LC_MESSAGES/flex.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/flex.mo %%NLS%%share/locale/ro/LC_MESSAGES/flex.mo %%NLS%%share/locale/ru/LC_MESSAGES/flex.mo %%NLS%%share/locale/sr/LC_MESSAGES/flex.mo %%NLS%%share/locale/sv/LC_MESSAGES/flex.mo %%NLS%%share/locale/tr/LC_MESSAGES/flex.mo %%NLS%%share/locale/vi/LC_MESSAGES/flex.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/flex.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/flex.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/flex