Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Dec 2015 18:09:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204942] [change-request] lang/sbcl: update to 1.3.1
Message-ID:  <bug-204942-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: mike.d.ft402@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204942-13>