IABSD.fr/ports/lang/ruby/Makefile.inc

Branch :


Log

Author Commit Date CI Message
afec991d 2022-12-29 21:20:25 Configure lang/ruby --without-baseruby This prevents picking /usr/local/bin/ruby from devel/ruby-shims as baseruby, and erroring in "make fake" when baseruby can't require tool/downloader.rb. We don't need baseruby, because we are building ruby-*.tar.gz, not a git checkout of ruby. ok jeremy@ (maintainer)
4d1cf9ef 2022-12-26 03:06:59 Use explicit instead of implicit minor version for ruby version No effect for official releases. Makes testing beta releases easier. OK tb@
424a60c4 2022-10-31 23:14:52 remove line continuation before empty lines ok sthen@ ajacoutot@
069be822 2022-07-04 16:29:03 Add MASTER_SITES0 and PATCH_DIST_STRIP to Makefile.inc Any Ruby distpatches are going to use these going forward, and it's better to set these once in Makefile.inc instead of in the Makefile for each version.
e93f9d0c 2022-03-11 19:28:46 drop RCS Ids
690fdc2a 2021-08-13 18:45:45 Avoid the use of builtin_setjmp Use _setjmp by default to use the setjmp xor cookie. This was already done for powerpc and powerpc64 to work around a segfault, but it seems to be a good practice on all arches. ok gkoehler@
c8e8ff94 2021-08-09 20:13:02 Don't use __builtin_setjmp on powerpc, powerpc64 clang-11's __builtin_setjmp is broken, has chance of SIGSEGV during "make build" on powerpc with ld.lld, or when passing a wrong option (like "ruby -e" with no -e code) on powerpc64. ok jeremy@ (maintainer)
d159f8d1 2020-03-20 16:44:21 Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@
239f38cb 2019-11-19 17:20:12 Use more automated debug package creation
555f88c9 2019-11-10 13:50:00 Build debug packages for ruby