From owner-freebsd-questions@freebsd.org Wed Dec 16 20:29:43 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71EC1A48A1D for ; Wed, 16 Dec 2015 20:29:43 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 566EB1869; Wed, 16 Dec 2015 20:29:43 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by mail-ig0-x231.google.com with SMTP id to18so65412192igc.0; Wed, 16 Dec 2015 12:29:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kXNZuRWq4uKsW2yn1pF5ziCSMR1n8+BFECG0igO9WJ8=; b=L3UXVTZc4pi6WcHYwARNFX+LOzHnZC2+RSYn/8qz7POKhLw/OvfNzqFfGaZLxZG4qz CtbQXqcMe2zmSqo9l61CV/6zuuWtKDHbhkuYRVwf8k98jppqBdhleoUM2AQTMG98lAEH C0bk25Uv4dIDLVIYlXkdGnNi71Mhp7X721pixH/cwBdq4Yvnm0KNpxXsWPFIviAYoitY 1gcSGFjbvGyg1M4xGNnVd5PEXm+ouZzfxwhYw7iciPjtv+E8RFCBAuneMd+QZUhNmSaB aFti+YKElRot9S3HhL1bGOTxYQXy2RJo2T4mxqNzb30K8y2+hgk4gkHl0SdujCHo3doC jmIQ== MIME-Version: 1.0 X-Received: by 10.50.7.10 with SMTP id f10mr12308628iga.18.1450297782687; Wed, 16 Dec 2015 12:29:42 -0800 (PST) Received: by 10.79.119.152 with HTTP; Wed, 16 Dec 2015 12:29:42 -0800 (PST) In-Reply-To: <56711F73.1020606@FreeBSD.org> References: <5670B7C8.5000603@columbus.rr.com> <56711F73.1020606@FreeBSD.org> Date: Wed, 16 Dec 2015 12:29:42 -0800 Message-ID: Subject: Re: Migrating from ports to pkg From: Chris Stankevitz To: Matthew Seaman Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 20:29:43 -0000 On Wed, Dec 16, 2015 at 12:23 AM, Matthew Seaman wrote: > What you will /have/ to do is look at any non-standard options settings > you've been using with portmaster. You'll need to decide if you can > live without the changes resulting from altered options or not. If you > can't then you'll need to work out some alternate method of building > packages with the options you want. I'm a big fan of poudriere for > that, but there are other methods. Thank you. FYI "pkg autoremove" offered to remove my build dependencies even though I did not clean and reinstall everything... which I wasn't expecting. Where can I get an authoritative list of which compile options are enabled for the packages supplied at pkg+http://pkg.FreeBSD.org/${ABI}/latest? I hope that mail/postfix will offer DOVECOT2=on but I doubt it. I believe that leaves me with poudriere or just using standard DIY ports. Thanks again, Chris