From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 18:07:26 2014 Return-Path: Delivered-To: freebsd-questions@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 EC7A6D2F for ; Sat, 5 Apr 2014 18:07:26 +0000 (UTC) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B37F3C94 for ; Sat, 5 Apr 2014 18:07:26 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id gq1so4880645obb.4 for ; Sat, 05 Apr 2014 11:07:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uCNWFrWfug21Q9cGXeUXWHMVPBUKmQVG60KsK1AWK5E=; b=KHaIWAXnMeOp8kfJJ6Lq/GXZzsz0NmCdRK5/5mbqIJ1Lx9ciC37EdfjAexKtxjINBc EEEGnnw7HIq4cvEHP3Q1hJE8O+LOA6UftIgmm4oufWLD2pzDDmhn/UY13ioTWEUqn0sG TVhpOsMOFEC/4AYa3HjeBtG3t3Lxwi/MSDwgIJoFCcs3Pp7l+aUBb54JFDrMrSKzpWtf 3NBxEKyyy1c4gaWAm8W0eZofL4npsTb6DNlSzasYnfBe6Yi6XWyeAfxFJcuaiy4/Nh43 a5XdvlsJuu8acgfO4/KB9iY8PMxxgHfX5/PKd7Dbfu52QSF/e58fZ0V4mlDlVf5z/Dzb FU1Q== X-Gm-Message-State: ALoCoQkzq3hnKwLDyN6gwUbVGpCbKu8u+Z7RfE9OydIJPiudEBnyvvJIvjk5+baxqv6e3rJLO2eX MIME-Version: 1.0 X-Received: by 10.182.96.168 with SMTP id dt8mr3096439obb.43.1396721245527; Sat, 05 Apr 2014 11:07:25 -0700 (PDT) Received: by 10.60.17.33 with HTTP; Sat, 5 Apr 2014 11:07:25 -0700 (PDT) In-Reply-To: <288ED0D5-A931-4F15-98F7-8C0758981683@gmail.com> References: <288ED0D5-A931-4F15-98F7-8C0758981683@gmail.com> Date: Sat, 5 Apr 2014 11:07:25 -0700 Message-ID: Subject: Re: Mixing ports and pkgng From: Michael Sierchio To: Matthew Pherigo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 18:07:27 -0000 On Sat, Apr 5, 2014 at 10:30 AM, Matthew Pherigo wrote: >... > if I change the options for package A, but leave its dependencies B and C > alone, is there any ports management program that will automatically > recognize this and use pkgng for B and C, but compile A from source? > I'd just install package A, which installs dependencies, then make the port with the appropriate options, make package, then force the install. Crude but almost always effective. - M