From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 11:09:50 2014 Return-Path: Delivered-To: ports@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 A7764283; Fri, 11 Apr 2014 11:09:50 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 69705188E; Fri, 11 Apr 2014 11:09:50 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 97B2820E7088B; Fri, 11 Apr 2014 11:09:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=3.0 required=8.0 tests=AWL,BAYES_20,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,TO_EQ_FM_DIRECT_MX autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 8D0C420E70885; Fri, 11 Apr 2014 11:09:45 +0000 (UTC) Message-ID: From: "Steven Hartland" To: "Steven Hartland" , "David Keller" References: <2BEF3638517B4186953121B366A7AACF@multiplay.co.uk> <624D30F608664E46A3325101408E7C0D@multiplay.co.uk> Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2 Date: Fri, 11 Apr 2014 12:09:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: ports@freebsd.org, osa@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 11:09:50 -0000 ----- Original Message ----- From: "Steven Hartland" To: "David Keller" Cc: ; Sent: Friday, April 11, 2014 12:04 PM Subject: Re: FreeBSD Port: rubygem-passenger-4.0.41_2 > ----- Original Message ----- > From: "David Keller" > > >> It's working :-) >> >> But the symlink seems incorrect: >> * passenger -> lib/ruby/gems/1.9/gems/passenger-4.0.41 >> >> I might be better like this: >> * passenger -> passenger-4.0.41 > > Sorry David I've never used the link option, I just corrected > the syntax to work with stage, could you give me some context > on that please? Actually I think I know what you might mean try changing the LN cmd to: (cd ${STAGEDIR}${PREFIX}/${GEMS_DIR} && ${LN} -s ${GEM_LIB_DIR} ${PORTNAME}) Regards Steve