FreeBSD Bugzilla – Attachment 64151 Details for
Bug 95478
[maintainer update] Update devel/cl-uffi-sbcl to version 1.5.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.39 KB, created by
xenophon+fbsdports
on 2006-04-07 17:00:31 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
xenophon+fbsdports
Created:
2006-04-07 17:00:31 UTC
Size:
1.39 KB
patch
obsolete
>Index: cl-uffi-sbcl/Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/cl-uffi-sbcl/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- cl-uffi-sbcl/Makefile 16 Oct 2005 14:48:07 -0000 1.2 >+++ cl-uffi-sbcl/Makefile 7 Apr 2006 15:28:30 -0000 >@@ -5,9 +5,9 @@ > # $FreeBSD: ports/devel/cl-uffi-sbcl/Makefile,v 1.2 2005/10/16 14:48:07 vs Exp $ > > PORTNAME= uffi >-PORTVERSION= 1.4.37 >+PORTVERSION= 1.5.9 > CATEGORIES= devel lisp >-MASTER_SITES= http://files.b9.com/uffi/ >+MASTER_SITES= # use installed sources from CL_LIBDIR > PKGNAMEPREFIX= cl- > PKGNAMESUFFIX= -sbcl > DISTFILES= # use installed sources from CL_LIBDIR >@@ -23,15 +23,17 @@ > ${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \ > sbcl:${PORTSDIR}/lang/sbcl > >+CL_LIBDIR?= ${LOCALBASE}/lib/common-lisp >+ > do-build: > WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ >- sbcl --noinform --userinit /dev/null \ >+ sbcl --noinform --userinit /dev/null --disable-debugger \ > --eval '#.(load "${LOCALBASE}/etc/asdf-init")' \ > --eval "(asdf:oos 'asdf:compile-op :uffi)" \ > --eval "(quit)" > > do-install: >- ${MKDIR} ${PREFIX}/lib/common-lisp/uffi/src/sbclfasl >- ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/uffi/src/sbclfasl/ >+ ${MKDIR} ${CL_LIBDIR}/uffi/src/sbclfasl >+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${CL_LIBDIR}/uffi/src/sbclfasl/ > > .include <bsd.port.mk>
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 95478
: 64151