From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 16 21:54:33 2014 Return-Path: Delivered-To: freebsd-ruby@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 D2C694CA for ; Mon, 16 Jun 2014 21:54:33 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 A59FF2266 for ; Mon, 16 Jun 2014 21:54:33 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id a13so4404944igq.0 for ; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vFOcPiR1a579ScynOezMGJKYSC4PIglXnInTp8GaHKg=; b=vz3zwbgw6PWQQFpkN1YHvtW7HVwSXaP1AhYQKv+qfHX3u6pIPQK/ALLX+s5sxDuVwn huiZ9Fc94QO5m0uLcZ0ypMHw4rtoq9fIeLv6Pi0U/ZvUsohazFJwoTDY47n6pgXTdTSl vQB8hQ3gtTeUpWJfPyhNDdo+62OTbR+aqc3cBIvVg7kaRD+8T/Jlw/6VxjxD3c1rKfJr cX29fUddBGWDiRE00dM2Axo3rssdCyMu0aQ5meSGK0/X/veqJYSTDGiolFQdgGgOSQnY t4j/sWEcUFfiQFGVsCsOBRzQhdNUuHEFz3E12pBgLUZvU2+SKWeO+vGCiret57yb62+O 2pPQ== MIME-Version: 1.0 X-Received: by 10.50.18.12 with SMTP id s12mr29101880igd.22.1402955673156; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) Received: by 10.64.28.212 with HTTP; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) Date: Mon, 16 Jun 2014 14:54:33 -0700 Message-ID: Subject: /usr/local/bin/ruby et al From: Patrick To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:54:33 -0000 Is there any official way to have non-versioned links created in /usr/local/bin/ruby when installing from a precompiled package? ie. If I have DEFAULT_VERSIONS=ruby=2.0 in my /etc/make.conf and I run: pkg install ruby20, I'd love if /usr/local/bin/ruby, /usr/local/bin/irb, etc. were created instead of ruby20, irb20, etc. I know the Makefile in the port does this providing the default version is set. Or would it work if I built my own ruby20 package using Poudriere in an environment where the default version was set? Patrick