ports/161444: [PATCH] lang/sbcl: update to 1.0.52.0
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Oct 9 22:30:10 UTC 2011
>Number: 161444
>Category: ports
>Synopsis: [PATCH] lang/sbcl: update to 1.0.52.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 09 22:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Jimmy Olgeni
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun May 15 20:37:17 CEST 2011
>Description:
- Update to 1.0.52.0
- Tinderbox checked. At least Maxima seems happy so far :)
Port maintainer (stas at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- sbcl-1.0.52.0,1.patch begins here ---
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
--- sbcl-1.0.52.0,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list