[arch-commits] CVS update of extra/devel/sbcl (PKGBUILD sbcl-default-sbcl-home.patch)

Kevin Piche kevin at archlinux.org
Wed Apr 2 02:26:17 UTC 2008


    Date: Tuesday, April 1, 2008 @ 22:26:17
  Author: kevin
    Path: /home/cvs-extra/extra/devel/sbcl

Modified: PKGBUILD (1.33 -> 1.34) sbcl-default-sbcl-home.patch (1.1 -> 1.2)

upgpkg: sbcl 1.0.15-1
    FS9740: Do not remove TODO files


------------------------------+
 PKGBUILD                     |   10 ++++------
 sbcl-default-sbcl-home.patch |   12 ++++++------
 2 files changed, 10 insertions(+), 12 deletions(-)


Index: extra/devel/sbcl/PKGBUILD
diff -u extra/devel/sbcl/PKGBUILD:1.33 extra/devel/sbcl/PKGBUILD:1.34
--- extra/devel/sbcl/PKGBUILD:1.33	Mon Feb 11 22:34:46 2008
+++ extra/devel/sbcl/PKGBUILD	Tue Apr  1 22:26:17 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.33 2008/02/12 03:34:46 kevin Exp $
+# $Id: PKGBUILD,v 1.34 2008/04/02 02:26:17 kevin Exp $
 # Contributor: John Proctor <jproctor at prium.net>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=sbcl
-pkgver=1.0.14
+pkgver=1.0.15
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 arch=(i686 x86_64)
@@ -14,11 +14,11 @@
 source=("http://switch.dl.sourceforge.net/sourceforge/sbcl/${pkgname}-${pkgver}-source.tar.bz2" \
 	"sbcl-default-sbcl-home.patch")
 url="http://www.sbcl.org/"
-md5sums=('07fd7e865fb6052a82e1efc3f4b9899e' 'ea281a7b857e654a3ebf847330ba969d')
+md5sums=('d3d95ae10684a3cfc59e427ec533ee68' '053ef3ab65501635406134382df17278')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ../sbcl-default-sbcl-home.patch || return 1
+  patch -Np0 -i ../sbcl-default-sbcl-home.patch || return 1
   # Make a multi-threaded SBCL
   cat >customize-target-features.lisp <<EOF
 (lambda (features)
@@ -39,8 +39,6 @@
   find ${startdir}/pkg -name CVS -exec rm -rf {} \;
   find ${startdir}/pkg -name .cvsignore -exec rm -rf {} \;
   find ${startdir}/pkg -name Makefile -exec rm -rf {} \;
-  #find ${startdir}/pkg -name README -exec rm -rf {} \;
-  find ${startdir}/pkg -name TODO -exec rm -rf {} \;
 
   # license
   install -D -m644 ${startdir}/src/${pkgname}-${pkgver}/COPYING \
Index: extra/devel/sbcl/sbcl-default-sbcl-home.patch
diff -u extra/devel/sbcl/sbcl-default-sbcl-home.patch:1.1 extra/devel/sbcl/sbcl-default-sbcl-home.patch:1.2
--- extra/devel/sbcl/sbcl-default-sbcl-home.patch:1.1	Wed Aug 17 11:03:12 2005
+++ extra/devel/sbcl/sbcl-default-sbcl-home.patch	Tue Apr  1 22:26:17 2008
@@ -1,11 +1,11 @@
---- sbcl-0.9.2/src/runtime/GNUmakefile.orig	2005-07-18 22:52:22.000000000 -0700
-+++ sbcl-0.9.2/src/runtime/GNUmakefile	2005-07-18 22:53:46.000000000 -0700
-@@ -21,7 +21,7 @@
- NM = nm -gp
+--- src/runtime/GNUmakefile.orig	2008-03-25 21:10:26.000000000 -0400
++++ src/runtime/GNUmakefile	2008-03-25 21:10:39.000000000 -0400
+@@ -23,7 +23,7 @@
  DEPEND_FLAGS = -MM
+ GREP = grep
  
--CFLAGS = -g -Wall -O3
-+CFLAGS = -g -Wall -O3 -DSBCL_HOME=\"/usr/lib/sbcl\"
+-CFLAGS = -g -Wall -Wsign-compare -O3
++CFLAGS = -g -Wall -Wsign-compare -O3 -DSBCL_HOME=\"/usr/lib/sbcl\"
  ASFLAGS = $(CFLAGS)
  CPPFLAGS = -I.
  




More information about the arch-commits mailing list