Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8775663B8E3 for ; Wed, 12 Mar 2008 16:59:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5A35B63B15C; Wed, 12 Mar 2008 16:59:15 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BB6D563B10E for ; Wed, 12 Mar 2008 16:59:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A312B175C1; Wed, 12 Mar 2008 16:59:13 +0000 (UTC) From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/misc/rubygems To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org Message-Id: <20080312165913.A312B175C1@cvs.netbsd.org> Date: Wed, 12 Mar 2008 16:59:13 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jlam Date: Wed Mar 12 16:59:13 UTC 2008 Modified Files: pkgsrc/misc/rubygems: rubygem.mk Log Message: + By default, support user-destdir installation as the gem installation process makes that easily possible. + Use ${EXTRACTOR} to manually unpack the gem file. + Change the do-gem-install target to initially build and install the gem into a buildroot, ${WRKDIR}/.inst, then to copy the files from the buildroot into the final install location, ${DESTDIR}${PREFIX}. XXX We still need to find some way to remove the intermediate build XXX files, e.g. *.o object files, from the buildroot before copying XXX to the final location. To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pkgsrc/misc/rubygems/rubygem.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.