From owner-cvs-all@FreeBSD.ORG Thu Mar 3 11:54:49 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE97A106566B; Thu, 3 Mar 2011 11:54:49 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C589A8FC19; Thu, 3 Mar 2011 11:54:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p23BsnJx023469; Thu, 3 Mar 2011 11:54:49 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p23BsnuW023468; Thu, 3 Mar 2011 11:54:49 GMT (envelope-from vd) Message-Id: <201103031154.p23BsnuW023468@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 3 Mar 2011 11:54:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libextractor Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 11:54:50 -0000 vd 2011-03-03 11:54:49 UTC FreeBSD ports repository Modified files: textproc/libextractor Makefile pkg-plist Log: Fix textproc/libextractor pkg-plist Also add OPTIONS whether to install additional dependency libraries in case they are not installed. If they are found during configure time, then libextractor will pick them and will install additional files, thus we need to conditionally enable some entries in pkg-plist. PR: ports/155179 (fixes this PR but with a different patch) Revision Changes Path 1.42 +85 -12 ports/textproc/libextractor/Makefile 1.16 +19 -12 ports/textproc/libextractor/pkg-plist