Date: Fri, 21 Feb 2014 09:35:23 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345345 - head/textproc/flex Message-ID: <201402210935.s1L9ZN2P061457@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Fri Feb 21 09:35:23 2014 New Revision: 345345 URL: http://svnweb.freebsd.org/changeset/ports/345345 QAT: https://qat.redports.org/buildarchive/r345345/ Log: Disable installation of shared libraries. These cause problems with several ports. PR: ports/186790 Submitted by: Matthew Rezny <matthew@reztek.cz> and others Modified: head/textproc/flex/Makefile head/textproc/flex/pkg-plist Modified: head/textproc/flex/Makefile ============================================================================== --- head/textproc/flex/Makefile Fri Feb 21 09:34:10 2014 (r345344) +++ head/textproc/flex/Makefile Fri Feb 21 09:35:23 2014 (r345345) @@ -2,7 +2,7 @@ PORTNAME= flex PORTVERSION= 2.5.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} @@ -17,7 +17,7 @@ USES= bison gmake USE_BZIP2= yes GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. -CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex +CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 INSTALL_TARGET= install-strip Modified: head/textproc/flex/pkg-plist ============================================================================== --- head/textproc/flex/pkg-plist Fri Feb 21 09:34:10 2014 (r345344) +++ head/textproc/flex/pkg-plist Fri Feb 21 09:35:23 2014 (r345345) @@ -3,12 +3,8 @@ bin/flex++ include/flex/FlexLexer.h lib/libfl.a lib/libfl.la -lib/libfl.so -lib/libfl.so.2 lib/libfl_pic.a lib/libfl_pic.la -lib/libfl_pic.so -lib/libfl_pic.so.2 man/man1/flex.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210935.s1L9ZN2P061457>