From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 07:26:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C66E5CB; Mon, 1 Sep 2014 07:26:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0826E1060; Mon, 1 Sep 2014 07:26:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s817QFZF058659; Mon, 1 Sep 2014 07:26:15 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s817QFk7058656; Mon, 1 Sep 2014 07:26:15 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409010726.s817QFk7058656@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 07:26:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366840 - head/textproc/flex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 07:26:16 -0000 Author: tijl Date: Mon Sep 1 07:26:14 2014 New Revision: 366840 URL: http://svnweb.freebsd.org/changeset/ports/366840 QAT: https://qat.redports.org/buildarchive/r366840/ Log: Add USES=libtool Modified: head/textproc/flex/Makefile head/textproc/flex/pkg-plist Modified: head/textproc/flex/Makefile ============================================================================== --- head/textproc/flex/Makefile Mon Sep 1 05:43:02 2014 (r366839) +++ head/textproc/flex/Makefile Mon Sep 1 07:26:14 2014 (r366840) @@ -2,7 +2,7 @@ PORTNAME= flex PORTVERSION= 2.5.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} @@ -13,7 +13,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc 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 Modified: head/textproc/flex/pkg-plist ============================================================================== --- head/textproc/flex/pkg-plist Mon Sep 1 05:43:02 2014 (r366839) +++ head/textproc/flex/pkg-plist Mon Sep 1 07:26:14 2014 (r366840) @@ -2,9 +2,7 @@ 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