From nalitoja@gmail.com  Tue Oct 11 21:12:43 2011
Return-Path: <nalitoja@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C0899106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Oct 2011 21:12:43 +0000 (UTC)
	(envelope-from nalitoja@gmail.com)
Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 583788FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Oct 2011 21:12:43 +0000 (UTC)
Received: by eyd10 with SMTP id 10so63124eyd.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Oct 2011 14:12:42 -0700 (PDT)
Received: by 10.14.13.78 with SMTP id a54mr2399573eea.220.1318367562437;
        Tue, 11 Oct 2011 14:12:42 -0700 (PDT)
Received: from nil ([184.95.38.202])
        by mx.google.com with ESMTPS id y1sm74060eea.1.2011.10.11.14.12.34
        (version=SSLv3 cipher=OTHER);
        Tue, 11 Oct 2011 14:12:41 -0700 (PDT)
Message-Id: <86hb3f6xn8.fsf@gmail.com>
Date: Tue, 11 Oct 2011 21:12:11 +0000
From: Nali Toja <nalitoja@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] lang/sbcl: allow bootstrapping on 10.0-CURRENT

>Number:         161502
>Category:       ports
>Synopsis:       [patch] lang/sbcl: allow bootstrapping on 10.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 21:20:06 UTC 2011
>Closed-Date:    Mon Nov 21 00:44:53 UTC 2011
>Last-Modified:  Mon Nov 21 00:50:13 UTC 2011
>Originator:     Nali Toja
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
- make NEWBOOTNAME based on OSREL like CONFIGURE_TARGET
- remove upper limit for sbcl-1.0.31-${ARCH}-freebsd8-binary.tar.bz2
>How-To-Repeat:
>Fix:
--- bootstrap_on_head.diff begins here ---
Index: lang/sbcl/Makefile
===================================================================
RCS file: /a/.csup/ports/lang/sbcl/Makefile,v
retrieving revision 1.90
diff -u -p -r1.90 Makefile
--- lang/sbcl/Makefile	14 Jul 2011 21:35:19 -0000	1.90
+++ lang/sbcl/Makefile	11 Oct 2011 21:06:15 -0000
@@ -57,7 +57,7 @@ MODULESDOCS=	asdf/README asdf/README.SBC
 		sb-simple-streams/README
 .endif
 
-OSVER_MAJOR=	${OSVERSION:C/([0-9]).*/\1/}
+OSVER_MAJOR=	${OSREL:R}
 NEWBOOTNAME=	${PORTNAME}-${PORTVERSION:R}-${ARCH}-freebsd${OSVER_MAJOR}
 DOC_TARGETS=	info html
 CONTRIB_MODULES=	asdf			\
@@ -134,7 +134,7 @@ BOOT_VERSION=	1.0.31
 BOOT_ARCH_OS_LIST=	amd64-freebsd8 amd64-freebsd7 amd64-freebsd6 \
 			i386-freebsd8 i386-freebsd7 i386-freebsd6
 . else
-.  if ${OSVER_MAJOR} == 9	# We'll use 8.x bootstrap for now
+.  if ${OSVER_MAJOR} >= 9	# We'll use 8.x bootstrap for now
 BOOT_ARCH_OS_LIST=	${ARCH}-freebsd8
 .  else
 BOOT_ARCH_OS_LIST=	${ARCH}-freebsd${OSVER_MAJOR}
--- bootstrap_on_head.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 11 21:20:15 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161502 
Responsible-Changed-From-To: stas->freebsd-ports-bugs 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Sat Nov 5 04:13:27 UTC 2011 
Responsible-Changed-Why:  
- back to the heap 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161502 
Responsible-Changed-From-To: freebsd-ports-bugs->bf 
Responsible-Changed-By: bf 
Responsible-Changed-When: Sat Nov 19 10:29:55 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161502 
State-Changed-From-To: open->closed 
State-Changed-By: bf 
State-Changed-When: Mon Nov 21 00:44:52 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161502 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161502: commit references a PR
Date: Mon, 21 Nov 2011 00:42:01 +0000 (UTC)

 bf          2011-11-21 00:39:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/sbcl            Makefile 
     lang/sbcl/files      patch-disable-failing-tests 
   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
   
   Revision  Changes    Path
   1.93      +18 -19    ports/lang/sbcl/Makefile
   1.4       +2 -11     ports/lang/sbcl/files/patch-disable-failing-tests
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
