From owner-freebsd-ports@freebsd.org Sun Apr 29 03:11:29 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D07AFC25F4 for ; Sun, 29 Apr 2018 03:11:29 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 A945871CAB for ; Sun, 29 Apr 2018 03:11:28 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x22e.google.com with SMTP id q3-v6so5043106wrj.6 for ; Sat, 28 Apr 2018 20:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XGZpBeBk9R0eMo6QfQp2yXfUv8sb5Fs+Z6TVepDKRig=; b=iWJbHMQwAkPgs+r4vVPcdOf4UGh9QyOCQsde2vWOh9tP/uwRlDhZVbwVVWJFHXlJAy x6oMVbBHfc8o0+oO+yDrer0ANnrfJvRekYatB5O8ts7RWLqhfwHT5R/dtEza940pfZ8g GO085wrd20+8GKptLBcyWxaZHfIUTl8i/QQqwJO8+K7t64M8DfrA3lN98eCWNq8Wx4gC 7mCgp3Y8EvjkOehY1IkQkB4yk2Ht4M108uhHscPTsEZfS9+p+fsXMhxbZzM11PgDYcqA px6g/7lgy7swsS0CBupnyLFfk+L8eTEwzjOWEMLbtVWrbiw7CSDuS7dwPMABnhoKCDjT dAmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XGZpBeBk9R0eMo6QfQp2yXfUv8sb5Fs+Z6TVepDKRig=; b=WqmcwobROajpVud2gMXoUwKcUxz01ezYo6LO+SV1NFCItJV+Pa/+7yb7ozgqJbcBoE Dind7RoD4VmlF7hD+nLwzgGRsW9rrwYH3WerbCDXYwcLKNGrHsM/av+AXo4X/+SgdAWi bGPFykHaWULavgoTOvNEeN0oUiZsyxXGVwWKdEhiI7Bpna+8XJxiw5xrIpefDWyjxCDB +0fXCvBI+hxnOT2AkvbEQZu/Yy4Fq/dXOEFZVY0Hb+E6nva86xEPv5+wlu2VWZcOgQPs t/qf/TxEP1r9zPghNAtmfhM//MPNSuzYINk18xLYvoSxCOyXEQb6ro1Bteiu2WAfTpYJ uhMQ== X-Gm-Message-State: ALQs6tBxuvc4it7RO9hO33qeFG8zNV+3uk/cAwqXSjCeVgVAWU3fQDO8 oe/j/LNq0+NvZRtXLM8IRocS6PX4071/NcaIrCM= X-Google-Smtp-Source: AB8JxZoyFOWZ1dvGTIhqjljF5KV9+oXD5ji2yP2Us7+0TAuoes9Bnun+8bdgeH2TN/mU8zzhbh++LaFKL8pfVH/QMOg= X-Received: by 2002:adf:9d15:: with SMTP id k21-v6mr5187134wre.213.1524971487539; Sat, 28 Apr 2018 20:11:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.171.232 with HTTP; Sat, 28 Apr 2018 20:10:47 -0700 (PDT) In-Reply-To: References: From: "Jack L." Date: Sat, 28 Apr 2018 20:10:47 -0700 Message-ID: Subject: Re: How does a port require another to be built with a certain option? To: Dan Mahoney Cc: FBSD Ports Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2018 03:11:29 -0000 Maybe pkg-message? The port audacity I maintain also has the same problem with soundtouch having to be built a certain way also which I'd like to know how to handle as well. On Fri, Apr 27, 2018 at 10:49 PM, Dan Mahoney wrote: > All, > > I'm trying to make a port for Paul Wouters' hash-slinger tool. It requires > unbound built with the python bindings. > > If I understand correctly, the way this would need to happen is that there > would need to be a "flavor" of dns/unbound that includes python (now that > flavors are a thing). > > Worse, since it's python, I think this would result in two different > flavors. > > How does one specify that flavor as a dependency? > > Meta-question: Is it worth creating multiple flavors for this? > > -Dan > > -- > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > FB: fb.com/DanielMahoneyIV > LI: linkedin.com/in/gushi > Site: http://www.gushi.org > --------------------------- > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"