Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 15:55:37 +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: r344588 - head/textproc/flex
Message-ID:  <201402161555.s1GFtcXO004830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Feb 16 15:55:37 2014
New Revision: 344588
URL: http://svnweb.freebsd.org/changeset/ports/344588
QAT: https://qat.redports.org/buildarchive/r344588/

Log:
  Add missing .la files to plist
  
  Reported by:	miwi

Modified:
  head/textproc/flex/Makefile
  head/textproc/flex/pkg-plist

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Sun Feb 16 15:55:12 2014	(r344587)
+++ head/textproc/flex/Makefile	Sun Feb 16 15:55:37 2014	(r344588)
@@ -2,6 +2,7 @@
 
 PORTNAME=	flex
 PORTVERSION=	2.5.38
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist	Sun Feb 16 15:55:12 2014	(r344587)
+++ head/textproc/flex/pkg-plist	Sun Feb 16 15:55:37 2014	(r344588)
@@ -2,9 +2,11 @@ bin/flex
 bin/flex++
 include/flex/FlexLexer.h
 lib/libfl.a
-lib/libfl_pic.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161555.s1GFtcXO004830>