From owner-freebsd-ruby@FreeBSD.ORG Thu Sep 2 12:04:43 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2AF010656B5; Thu, 2 Sep 2010 12:04:43 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1BA8FC1F; Thu, 2 Sep 2010 12:04:43 +0000 (UTC) Received: by qyk4 with SMTP id 4so511055qyk.13 for ; Thu, 02 Sep 2010 05:04:42 -0700 (PDT) Received: by 10.224.89.80 with SMTP id d16mr6486644qam.169.1283427425278; Thu, 02 Sep 2010 04:37:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.65.150 with HTTP; Thu, 2 Sep 2010 04:36:25 -0700 (PDT) From: Vlad Galu Date: Thu, 2 Sep 2010 14:36:25 +0300 Message-ID: To: ruby@freebsd.org, freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary=0015175cb29acaa69f048f453bd9 Cc: Subject: Small typo in www/rubygem-rails/Makefile X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 12:04:43 -0000 --0015175cb29acaa69f048f453bd9 Content-Type: text/plain; charset=ISO-8859-1 PORT_DBDIR didn't have the leading $, thus it wasn't being expanded correctly. Because of this, make couldn't find the options file and tried to create a new one in the current directory. In my case, the ports tree is mounted read-only in a jail. However, the gem itself seems slightly broken. Installing it from either the port or through the gem framework yields this: -- cut here -- Installing ri documentation for rails-3.0.0... rdoc --ri --op /usr/local/lib/ruby/gems/1.8/doc/rails-3.0.0/ri --quiet lib --title rails-3.0.0 Documentation File not found: lib -- and here -- I can do without the docs, this is just an FYI. Regards, Vlad -- Good, fast & cheap. Pick any two. --0015175cb29acaa69f048f453bd9 Content-Type: application/octet-stream; name="Makefile.diff" Content-Disposition: attachment; filename="Makefile.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gdldbyzv0 LS0tIE1ha2VmaWxlCTIwMTAtMDktMDIgMDM6NDM6MjcuMDAwMDAwMDAwICswMTAwCisrKyBNYWtl ZmlsZS5uZXcJMjAxMC0wOS0wMiAwOToxNzoyNS4wMDAwMDAwMDAgKzAxMDAKQEAgLTMxLDcgKzMx LDcgQEAKIAlNT05HUkVMQ0xVU1RFUgkiTW9uZ3JlbCBDbHVzdGVyIGJhY2tlbmQiCU9mZiBcCiAJ UEFTU0VOR0VSCQkiUGFzc2VuZ2VyIGJhY2tlbmQiCQkJT2ZmIFwKIAlNRU1DQUNIRV9DTElFTlQg Ik1lbUNhY2hlLUNsaWVudCBzdXBwb3J0IiAJT2ZmCi1PUFRJT05TRklMRT0Je1BPUlRfREJESVJ9 L3J1YnlnZW0tJHtQT1JUTkFNRX0vb3B0aW9ucworT1BUSU9OU0ZJTEU9CSR7UE9SVF9EQkRJUn0v cnVieWdlbS0ke1BPUlROQU1FfS9vcHRpb25zCiAKIC5pbmNsdWRlIDxic2QucG9ydC5vcHRpb25z Lm1rPgogCg== --0015175cb29acaa69f048f453bd9--