head	1.5;
access;
symbols
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.02.07.01.10.34;	author bf;	state dead;
branches;
next	1.4;

1.4
date	2011.11.21.00.39.56;	author bf;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.14.21.34.14;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.08.19.45.20;	author stas;	state dead;
branches;
next	1.1;

1.1
date	2010.10.15.23.04.07;	author stas;	state Exp;
branches;
next	;


desc
@@


1.5
log
@remove a stale patch

PR:		164542
Submitted by:	swell.k
@
text
@--- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-11-20 15:31:43.000000000 -0500
+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-11-20 15:33:41.000000000 -0500
@@@@ -181,6 +181,7 @@@@
   (:errors   . 0)
   (:timeouts . 0))
 
+#-(and sb-thread freebsd)
 (deftest mailbox.interrupts-safety.1
     (multiple-value-bind (received garbage errors timeouts)
         (test-mailbox-producers-consumers
@


1.4
log
@-fix builds on FreeBSD 9,10 [1]
-temporarily mark WITH_THREADS as BROKEN on 9,10 [2]
-fix NOPORTDOCS; add a regression-test alias for the test
 target; delay the patch clean-up to ease debugging; remove
 some lines dealing with unsupported versions of FreeBSD

PR:		161502 [1], 162017 [2]
Submitted by:	N. Toja [1,2]
Feature safe:	yes
@
text
@@


1.3
log
@- Disable some failing threading tests so the threaded build succeeds.
@
text
@d1 2
a2 11
--- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-06-05 12:35:33.000000000 -0700
+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-07-14 13:27:49.000000000 -0700
@@@@ -40,7 +40,7 @@@@
 
 ;;; FIXME: Several tests disabled on Darwin due to hangs. Something not right
 ;;; with mailboxes -- or possibly semaphores -- there.
-#+(and sb-thread (not darwin))
+#+(and sb-thread (not (or darwin freebsd)))
 (progn
 
 ;; Dummy struct for ATOMIC-INCF to work.
@


1.2
log
@- Update to 1.0.49.

PR:		ports/157088 (based on)
Submitted by:	Jimmy Olgeni <olgeni@@freebsd.org>
@
text
@d1 3
a3 5
--- contrib/sb-bsd-sockets/tests.lisp~
+++ contrib/sb-bsd-sockets/tests.lisp
@@@@ -20,6 +20,7 @@@@
   (integerp (get-protocol-by-name "udp"))
   t)
d5 8
a12 7
+#-(and sb-thread freebsd)
 (deftest get-protocol-by-name/error
   (handler-case (get-protocol-by-name "nonexistent-protocol")
     (unknown-protocol ()
--- contrib/sb-concurrency/tests/test-mailbox.lisp~
+++ contrib/sb-concurrency/tests/test-mailbox.lisp
@@@@ -181,6 +185,7 @@@@
@


1.1
log
@- Update to 1.0.43. [1]
- Allow memory upper bound on amd64, too. [1]
- Respect CC, *FLAGS, and toolchain-related variables. [1]
- Disable failing tests on threaded build: mailbox.interrupts-safety.1
    and get-protocol-by-name/error. [2]
- Prevent local SBCL_HOME from interfering with installation. [2]
- Delete both .bak *and* .orig files in WRKSRC. [2]
- Install supplied documentation, both for the SBCL itself and the modules.
- Provide a way to install HTML, PDF and PS versions of manuals.  Install
  PDF and HTML by defaul.
- Substitue the correct build date in sbcl.1 manual page before installing.
- Don't install empty dirs and other temporary files.
- Respect NOPORTDOCS.

PR:		ports/146623
Submitted by:	bf <bf1783@@gmail.com> [1], Anonymous <swell.k@@gmail.com> [2]
@
text
@@

