From owner-svn-ports-head@FreeBSD.ORG Tue Jun 17 09:25:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA658B7C; Tue, 17 Jun 2014 09:25:10 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F5A72846; Tue, 17 Jun 2014 09:25:10 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 43BD5BDC25; Tue, 17 Jun 2014 11:25:07 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 15A0DBDC24; Tue, 17 Jun 2014 11:25:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id EE8C392827C; Tue, 17 Jun 2014 11:25:02 +0200 (CEST) Date: Tue, 17 Jun 2014 11:25:02 +0200 From: Mathieu Arnold To: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r358060 - head/security/heimdal Message-ID: In-Reply-To: <201406162328.s5GNSfWI093113@svn.freebsd.org> References: <201406162328.s5GNSfWI093113@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 17 Jun 2014 09:25:10 -0000 +--On 16 juin 2014 23:28:41 +0000 Jung-uk Kim wrote: | Author: jkim | Date: Mon Jun 16 23:28:41 2014 | New Revision: 358060 | URL: http://svnweb.freebsd.org/changeset/ports/358060 | QAT: https://qat.redports.org/buildarchive/r358060/ | | Log: | Fix plist for SQLITE option. We do not build bundled SQLite for years. | | Modified: | head/security/heimdal/pkg-plist | | Modified: head/security/heimdal/pkg-plist | ========================================================================= | ===== --- head/security/heimdal/pkg-plist Mon Jun 16 22:46:47 2014 | (r358059) +++ head/security/heimdal/pkg-plist Mon Jun 16 23:28:41 2014 | (r358060) @@ -109,10 +109,6 @@ lib/libheimbase.a | lib/libheimbase.la | lib/libheimbase.so | lib/libheimbase.so.1 | -%%SQLITE%%lib/libheimsqlite.a | -%%SQLITE%%lib/libheimsqlite.la | -%%SQLITE%%lib/libheimsqlite.so | -%%SQLITE%%lib/libheimsqlite.so.0 | lib/libhdb.a | lib/libhdb.la | lib/libhdb.so Ok, so, that "fixes" the case when building WITH=SQLITE[1], can you also fix the WITHOUT=SQLITE[2] case ? Thanks, 1: 2: -- Mathieu Arnold