FreeBSD Bugzilla – Attachment 118992 Details for
Bug 161444
[PATCH] lang/sbcl: update to 1.0.52.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sbcl-1.0.52.0,1.patch
sbcl-1.0.52.0,1.patch (text/plain), 3.61 KB, created by
Jimmy Olgeni
on 2011-10-09 23:30:09 UTC
(
hide
)
Description:
sbcl-1.0.52.0,1.patch
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2011-10-09 23:30:09 UTC
Size:
3.61 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/sbcl/Makefile,v >retrieving revision 1.90 >diff -u -u -r1.90 Makefile >--- Makefile 14 Jul 2011 21:35:19 -0000 1.90 >+++ Makefile 9 Oct 2011 22:17:03 -0000 >@@ -9,7 +9,7 @@ > # > > PORTNAME= sbcl >-PORTVERSION= 1.0.49.0 >+PORTVERSION= 1.0.52.0 > PORTREVISION= 0 > PORTEPOCH= 1 > CATEGORIES= lang lisp >@@ -45,7 +45,7 @@ > .if !defined(NOPORTDOCS) > INFO= ${MANUALS_SRC} sbcl-internals > MANUALS_SRC= asdf sbcl >-TEXTDOCS= BUGS CREDITS COPYING NEWS PRINCIPLES STYLE TLA TODO >+TEXTDOCS= BUGS CREDITS COPYING NEWS PRINCIPLES TLA TODO > MANUALS= ${MANUALS_SRC:S,$,.html,g} > MODULESDOCS= asdf/README asdf/README.SBCL \ > asdf-install/README \ >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/lang/sbcl/distinfo,v >retrieving revision 1.65 >diff -u -u -r1.65 distinfo >--- distinfo 8 Jul 2011 19:45:20 -0000 1.65 >+++ distinfo 9 Oct 2011 22:17:03 -0000 >@@ -1,5 +1,5 @@ >-SHA256 (sbcl-1.0.49-source.tar.bz2) = 1be0c302084d9b02a147f3e9a1a86d1eb11c3351abb0367f483907b84da96ae8 >-SIZE (sbcl-1.0.49-source.tar.bz2) = 3542474 >+SHA256 (sbcl-1.0.52-source.tar.bz2) = 065badf59edf2f38bce0b7f97c179587ec4ba5f3fc4edc344122691bc960bb50 >+SIZE (sbcl-1.0.52-source.tar.bz2) = 3580065 > SHA256 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 06a1e4e3a5f5f8e012ff6037a51624d7d1f34bff0979ce45e70418a293412b4e > SIZE (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 8397764 > SHA256 (sbcl-1.0.31-amd64-freebsd7-binary.tar.bz2) = fcbd5ed1948312a7b6eff7e6daf736e41be945a2c57bcee4b64f172ddde518b8 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/lang/sbcl/pkg-plist,v >retrieving revision 1.46 >diff -u -u -r1.46 pkg-plist >--- pkg-plist 10 Jul 2011 05:54:28 -0000 1.46 >+++ pkg-plist 9 Oct 2011 22:17:03 -0000 >@@ -182,7 +182,6 @@ > %%PORTDOCS%%%%DOCSDIR%%/CREDITS > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/PRINCIPLES >-%%PORTDOCS%%%%DOCSDIR%%/STYLE > %%PORTDOCS%%%%DOCSDIR%%/TLA > %%PORTDOCS%%%%DOCSDIR%%/TODO > %%PORTDOCS%%%%DOCSDIR%%/asdf-install/README >Index: files/patch-contrib_sb-posix_posix-tests.lisp >=================================================================== >RCS file: /home/pcvs/ports/lang/sbcl/files/patch-contrib_sb-posix_posix-tests.lisp,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-contrib_sb-posix_posix-tests.lisp >--- files/patch-contrib_sb-posix_posix-tests.lisp 15 Jul 2011 00:07:26 -0000 1.1 >+++ files/patch-contrib_sb-posix_posix-tests.lisp 9 Oct 2011 22:17:03 -0000 >@@ -1,18 +1,23 @@ >---- contrib/sb-posix/posix-tests.lisp.orig 2011-07-14 16:51:21.000000000 -0700 >-+++ contrib/sb-posix/posix-tests.lisp 2011-07-14 16:51:36.000000000 -0700 >-@@ -172,13 +172,13 @@ >- (sb-posix:rmdir #-win32 "/" #+win32 "C:/") >- (sb-posix:syscall-error (c) >- (sb-posix:syscall-errno c))) >-- #+darwin >-+ #+(or darwin freebsd) >- #.sb-posix:eisdir >- #+win32 >- #.sb-posix::eacces >- #+sunos >- #.sb-posix::einval >-- #-(or darwin win32 sunos) >-+ #-(or darwin freebsd win32 sunos) >- #.sb-posix::ebusy) >+ >+$FreeBSD$ >+ >+--- contrib/sb-posix/posix-tests.lisp.orig >++++ contrib/sb-posix/posix-tests.lisp >+@@ -174,7 +174,7 @@ >+ (typep >+ (sb-posix:syscall-errno c) >+ '(member >+- #+darwin >++ #+(or darwin freebsd) >+ #.sb-posix:eisdir >+ #+win32 >+ #.sb-posix::eacces >+@@ -182,7 +182,7 @@ >+ #.sb-posix::enotempty >+ #+sunos >+ #.sb-posix::einval >+- #-(or darwin win32 sunos) >++ #-(or darwin freebsd win32 sunos) >+ #.sb-posix::ebusy)))) t) > > (deftest rmdir.error.4
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 161444
: 118992