pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/rubygems
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.
Home |
Main Index |
Thread Index |
Old Index