aboutsummaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:33:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:33:34 +0000
commitc99931cbdbce337d2374b88f41976101008f46ec (patch)
tree6038ff9e3b07cb1e45801575e8faf35a60bf11eb /lang/sbcl
parentede129019c15c19812f516a928814b7e6d7ae4d8 (diff)
downloadports-c99931cbdbce337d2374b88f41976101008f46ec.tar.gz
ports-c99931cbdbce337d2374b88f41976101008f46ec.zip
Notes
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 3bf863235d26..82379fe035b6 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -18,17 +18,14 @@ DISTFILES+= ${DISTNAME}-html${EXTRACT_SUFX}
MAINTAINER= sa2c@sa2c.net
COMMENT= A Common Lisp development system derived from the CMU CL system
-.undef BOOT_VERSION
# If you have a previous version of SBCL installed, you can use it
# instead of CMUCL to build the port, then deinstall it before
# installing the new version.
.if defined(WITH_SBCL)
LISP_CMD= ""
-.elif defined(WITH_CMUCL)
+.else
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
LISP_CMD= "lisp -noinit -batch"
-.else
-BOOT_VERSION= ${PORTVERSION}
.endif
USE_REINPLACE= yes
@@ -54,17 +51,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-contrib_asdf-install_installer.lisp
RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
.endif
-.if defined(BOOT_VERSION)
-BOOT_ARCH= x86
-BOOT_OS= freebsd
-BOOT_DISTNAME= ${PORTNAME}-${BOOT_VERSION}-${BOOT_ARCH}-${BOOT_OS}
-DISTFILES+= ${BOOT_DISTNAME}-binary${EXTRACT_SUFX}
-LISP_CMD= "${WRKDIR}/${BOOT_DISTNAME}/src/runtime/sbcl --core ${WRKDIR}/${BOOT_DISTNAME}/output/sbcl.core --disable-debugger --userinit /dev/null --sysinit /dev/null"
-.if ${OSVERSION} >= 500000
-BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.4:${PORTSDIR}/misc/compat4x
-.endif
-.endif
-
post-patch:
@${REINPLACE_CMD} -E -e \
's|CFLAGS = .*|CFLAGS = ${CFLAGS} -DSBCL_HOME=\\"${PREFIX}/lib/sbcl/\\"|' \