svn commit: r345345 - head/textproc/flex

Johan van Selst johans at FreeBSD.org
Fri Feb 21 09:35:24 UTC 2014


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 at 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


More information about the svn-ports-all mailing list