View | Details | Raw Unified | Return to bug 112362
Collapse All | Expand All

(-)cmucl-extra/Makefile (-10 / +3 lines)
Lines 18-38 Link Here
18
COMMENT=	Optional extras for the CMU implementation of Common Lisp
18
COMMENT=	Optional extras for the CMU implementation of Common Lisp
19
19
20
BUILD_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl
20
BUILD_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl
21
RUN_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl
21
22
22
ONLY_FOR_ARCHS=	i386
23
USE_BZIP2=	yes
23
USE_BZIP2=	yes
24
NO_WRKSUBDIR=	yes
24
NO_WRKSUBDIR=	yes
25
NO_BUILD=	yes
25
NO_BUILD=	yes
26
26
27
.include <bsd.port.pre.mk>
28
29
.if ${OSVERSION} >= 500000
30
LIB_DEPENDS+=	c.4:${PORTSDIR}/misc/compat4x
31
.endif
32
33
do-install:
27
do-install:
34
	@${MKDIR} ${PREFIX}/lib/cmucl
35
	cd ${WRKDIR} && ${FIND} lib | \
28
	cd ${WRKDIR} && ${FIND} lib | \
36
		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}
29
		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
37
30
38
.include <bsd.port.post.mk>
31
.include <bsd.port.mk>
(-)cmucl-extra/pkg-plist (-3 lines)
Lines 7-12 Link Here
7
lib/cmucl/lib/subsystems/clm-library.x86f
7
lib/cmucl/lib/subsystems/clm-library.x86f
8
lib/cmucl/lib/subsystems/clx-library.x86f
8
lib/cmucl/lib/subsystems/clx-library.x86f
9
lib/cmucl/lib/subsystems/hemlock-library.x86f
9
lib/cmucl/lib/subsystems/hemlock-library.x86f
10
@dirrmtry lib/cmucl/lib/subsystems
11
@dirrmtry lib/cmucl/lib
12
@dirrmtry lib/cmucl

Return to bug 112362