FreeBSD Bugzilla – Attachment 52507 Details for
Bug 79548
[PATCH] devel/cl-asdf: unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cl-asdf-2003.05.16.patch
cl-asdf-2003.05.16.patch (text/plain), 4.02 KB, created by
Sam Lawrance
on 2005-04-05 08:20:03 UTC
(
hide
)
Description:
cl-asdf-2003.05.16.patch
Filename:
MIME Type:
Creator:
Sam Lawrance
Created:
2005-04-05 08:20:03 UTC
Size:
4.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/FreeBSD/ports/devel/cl-asdf/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- Makefile 11 Feb 2005 21:52:43 -0000 1.3 >+++ Makefile 5 Apr 2005 07:08:27 -0000 >@@ -7,18 +7,18 @@ > PORTNAME= asdf > PORTVERSION= 2003.05.16 > CATEGORIES= devel >-MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/ >+MASTER_SITES= ${MASTER_SITE_LOCAL} > PKGNAMEPREFIX= cl- > > MAINTAINER= ports@FreeBSD.org > COMMENT= A system definition facility for Common Lisp > >-BROKEN= Incomplete pkg-plist >- > WRKSRC= ${WRKDIR}/${PORTNAME} > NO_BUILD= yes # Sources only, see cl-asdf-[cmucl|sbcl|clisp] > CL_LIBDIR= ${PREFIX}/lib/common-lisp > ASDF_SYSTEM_REGISTRY= ${CL_LIBDIR}/system-registry >+DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} >+EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME} > > do-install: > ${MKDIR} ${CL_LIBDIR}/asdf >@@ -35,10 +35,10 @@ > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/cl-asdf/ > ${MKDIR} ${PREFIX}/share/examples/cl-asdf/ >- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cl-asdf/ >- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/cl-asdf/ >- ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/cl-asdf/ >- ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/cl-asdf/ >+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/ >+ ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/test/* ${EXAMPLESDIR}/ > .endif > > post-install: >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/FreeBSD/ports/devel/cl-asdf/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 3 Jun 2003 02:54:31 -0000 1.1 >+++ pkg-plist 5 Apr 2005 07:11:41 -0000 >@@ -3,28 +3,29 @@ > etc/asdf-init.lisp.default > @dirrm lib/common-lisp/asdf > @dirrm lib/common-lisp/system-registry >-%%PORTDOCS%%share/doc/cl-asdf/README >-%%PORTDOCS%%share/doc/cl-asdf/README.FreeBSD >-%%PORTDOCS%%share/doc/cl-asdf/LICENSE >-%%PORTDOCS%%share/examples/cl-asdf/file1.lisp >-%%PORTDOCS%%share/examples/cl-asdf/file2.lisp >-%%PORTDOCS%%share/examples/cl-asdf/file3.lisp >-%%PORTDOCS%%share/examples/cl-asdf/file4.lisp >-%%PORTDOCS%%share/examples/cl-asdf/run-tests.sh >-%%PORTDOCS%%share/examples/cl-asdf/test1.asd >-%%PORTDOCS%%share/examples/cl-asdf/test1.script >-%%PORTDOCS%%share/examples/cl-asdf/test2.asd >-%%PORTDOCS%%share/examples/cl-asdf/test2.script >-%%PORTDOCS%%share/examples/cl-asdf/test2a.asd >-%%PORTDOCS%%share/examples/cl-asdf/test2b1.asd >-%%PORTDOCS%%share/examples/cl-asdf/test2b2.asd >-%%PORTDOCS%%share/examples/cl-asdf/test2b3.asd >-%%PORTDOCS%%share/examples/cl-asdf/test3.asd >-%%PORTDOCS%%share/examples/cl-asdf/test3.script >-%%PORTDOCS%%share/examples/cl-asdf/test4.script >-%%PORTDOCS%%share/examples/cl-asdf/wild-module.asd >-%%PORTDOCS%%share/examples/cl-asdf/wild-module.script >-%%PORTDOCS%%@dirrm share/examples/cl-asdf >-%%PORTDOCS%%@dirrm share/doc/cl-asdf >+@dirrm lib/common-lisp >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD >+%%PORTDOCS%%%%DOCSDIR%%/LICENSE >+%%PORTDOCS%%%%EXAMPLESDIR%%/file1.lisp >+%%PORTDOCS%%%%EXAMPLESDIR%%/file2.lisp >+%%PORTDOCS%%%%EXAMPLESDIR%%/file3.lisp >+%%PORTDOCS%%%%EXAMPLESDIR%%/file4.lisp >+%%PORTDOCS%%%%EXAMPLESDIR%%/run-tests.sh >+%%PORTDOCS%%%%EXAMPLESDIR%%/test1.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test1.script >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2.script >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2a.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2b1.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2b2.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test2b3.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test3.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/test3.script >+%%PORTDOCS%%%%EXAMPLESDIR%%/test4.script >+%%PORTDOCS%%%%EXAMPLESDIR%%/wild-module.asd >+%%PORTDOCS%%%%EXAMPLESDIR%%/wild-module.script >+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >+%%PORTDOCS%%@dirrm %%DOCSDIR%% > @exec [ -f %D/etc/asdf-init.lisp ] || cp %D/etc/asdf-init.lisp.default %D/etc/asdf-init.lisp > @exec mkdir -p %D/lib/common-lisp/system-registry
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 79548
: 52507
Working