[Bug 204942] [change-request] lang/sbcl: update to 1.3.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 1 18:09:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204942

            Bug ID: 204942
           Summary: [change-request] lang/sbcl: update to 1.3.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: mike.d.ft402 at gmail.com

Created attachment 163719
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163719&action=edit
lang/sbcl

Made the port fetch boostrap binaries from sourceforge. This may be not the
best way to convert ${ARCH} to their format:

.if ${ARCH} == amd64
BOOTARCH=       x86-64
.endif
.if ${ARCH} == i386
BOOTARCH=       x86
.endif

For some reason, ".if make(makesum)" does not work.

Has this issue
https://lists.freebsd.org/pipermail/freebsd-ports-bugs/2015-January/300055.html
been resolved? Is it safe to uncomment "THREADS" now?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list