From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 17:30:00 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 523DBB40 for ; Sat, 5 Apr 2014 17:30:00 +0000 (UTC) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (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 1C0C09A0 for ; Sat, 5 Apr 2014 17:30:00 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id i7so4907715oag.5 for ; Sat, 05 Apr 2014 10:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=FvLtdDPZsXg/5XPylVh5amV7Md95mly2X9b6bKr+EkY=; b=ZogujWNfhiePd3Ya1lB248/8gvOsWTUBiVsZ18i0TxkibxpaQard9e2BvOaKlk38pe vJhiWIN2N6+Dyf/ucxmzLojppfFXY9CTUMTeSOP6PGp1FCADLlM4mInBaRI1ck5dlFuq 9TlQyr8+2lr5PYFhXfh9+2os4j8hF26K4x0X5A+HGeD+Jqf9qc3Qm2X+eqQ7MIVjolQL a3DQkrnhqrMgXXvslN9ElMWjAy5eCox7Tn/+UxTBr2JIriIGl8p+EBO3i3E6Dbs9w5kD lT9gXYfavLI8B/IBOdVdi6yX30+a2tI/tydSvEBliqv0DOit5GBySZQ9aV8+BUbmoJg9 yVbw== X-Received: by 10.60.141.9 with SMTP id rk9mr25907480oeb.12.1396718999384; Sat, 05 Apr 2014 10:29:59 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id su13sm51881562oeb.9.2014.04.05.10.29.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Apr 2014 10:29:58 -0700 (PDT) Subject: Mixing ports and pkgng From: Matthew Pherigo Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (11D167) Message-Id: <288ED0D5-A931-4F15-98F7-8C0758981683@gmail.com> Date: Sat, 5 Apr 2014 12:30:00 -0500 To: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) 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 17:30:00 -0000 Hey all, Binary packages are very helpful, as they are very quick and easy to install= and upgrade. However, I sometimes want to change a couple options on a sing= le port. Is there anyway to only use compilations for ports on which I have c= hanged options to be different from the default? That is to say, if I change= the options for package A, but leave its dependencies B and C alone, is the= re any ports management program that will automatically recognize this and u= se pkgng for B and C, but compile A from source? Thanks, --Matt=