Bug 151682 - [patch] bsd.cl-asdf.mk: add LISP_EXTRA_ARG
Summary: [patch] bsd.cl-asdf.mk: add LISP_EXTRA_ARG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-24 12:40 UTC by swell.k
Modified: 2010-10-24 13:10 UTC (History)
1 user (show)

See Also:


Attachments
a.diff (1.43 KB, patch)
2010-10-24 12:40 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-10-24 12:40:07 UTC
Provide a way to specify extra command line options to lisp compiler for
FASL_BUILD ports without touching CLISP/SBCL variables. The variable
name comes from lang/sbcl.

For example, lang/clisp doesn't support `sys::dynload-modules' because
it has --with-dynamic-modules=no. To compile cl-stumpwm-clisp
(ports/151318) one'd have to add following in Makefile

  LISP_EXTRA_ARG = -K full # in specific, full/clx.o
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-10-24 13:01:39 UTC
olgeni      2010-10-24 12:01:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/cl-asdf        bsd.cl-asdf.mk 
  Log:
  Provide a way to specify extra command line options to lisp compiler
  for FASL_BUILD ports without touching CLISP/SBCL variables.
  
  PR:             ports/151682
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.6       +4 -3      ports/devel/cl-asdf/bsd.cl-asdf.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2010-10-24 13:01:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!