FreeBSD Bugzilla – Attachment 78112 Details for
Bug 112361
[PATCH] lang/cmucl: use IA32_BINARY_PORT, clean up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cmucl.diff
cmucl.diff (text/plain), 1.40 KB, created by
Alejandro Pulver
on 2007-05-02 19:50:03 UTC
(
hide
)
Description:
cmucl.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2007-05-02 19:50:03 UTC
Size:
1.40 KB
patch
obsolete
>Index: cmucl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/cmucl/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- cmucl/Makefile 5 May 2006 18:34:50 -0000 1.26 >+++ cmucl/Makefile 2 May 2007 18:16:24 -0000 >@@ -19,8 +19,10 @@ > MAINTAINER= cracauer@cons.org > COMMENT= The CMU implementation of Common Lisp > >-ONLY_FOR_ARCHS= i386 >-USE_BZIP2= YES >+# To make available on other archs, has to be cross-compiled (there is a >+# script for this, but a configuration file has to be written). >+IA32_BINART_PORT= yes >+USE_BZIP2= yes > NO_WRKSUBDIR= yes > NO_BUILD= yes > MAN1= lisp.1 cmucl.1 >@@ -35,13 +37,11 @@ > .endif > > do-install: >- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin >- (cd ${WRKDIR} && ${FIND} lib | \ >- ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}) >- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \ >- ${PREFIX}/man/man1 >- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \ >- ${PREFIX}/man/man1 >+ ${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin/${PORTNAME} >+ cd ${WRKDIR} && ${FIND} lib | \ >+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX} >+ ${INSTALL_MAN} ${WRKDIR}/man/man1/cmucl.1 ${MANPREFIX}/man/man1 >+ ${INSTALL_MAN} ${WRKDIR}/man/man1/lisp.1 ${MANPREFIX}/man/man1 > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 112361
: 78112