pkgsrc/lang/sbcl
leot d40a688ae3 sbcl: Honor UNLIMIT_RESOURCES and address PaX problems
- Due custom do-{build,test,install} UNLIMIT_RESOURCES were not honored leading
  to:

      //slurp-ucd
       *** - No more room for LISP objects

  errors. Adjust these target to honor UNLIMIT_RESOURCES.
- sbcl does not work with PaX MPROTECT because mmap()s by OR'ing all
  PROT_{EXEC,READ,WRITE}. Unfortunately src/runtime/sbcl is also
  used as part of building needing also `${PAXCTL} +m' in the middle
  of the build.
  Introduce an SBCL_PAXCTL variable (by default `:') via
  patch-src_runtime_GNUmakefile that execute a program against src/runtime/sbcl
  and define it for platforms that have a paxctl tool.
  Mark bin/sbcl with NOT_PAX_MPROTECT_SAFE too.
- Refactor the environment variables injection logic in do-{build,test,install}
  to honor MAKE_ENV and INSTALL_ENV.
- Minor mostly cosmetic adjustments (use ${RM}, not rm)

Bump PKGREVISION
2018-10-17 12:59:49 +00:00
..
patches sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
DESCR
distinfo sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
Makefile sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
PLIST sbcl: Update to 1.4.3. Changes since 1.3.21: 2018-01-04 14:47:17 +00:00