SF.net SVN: gar:[23360] csw/mgar/pkg/sbcl/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Apr 6 14:17:16 CEST 2014
Revision: 23360
http://sourceforge.net/p/gar/code/23360
Author: wahwah
Date: 2014-04-06 12:17:14 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
sbcl/trunk: Build for 5.10 only
Modified Paths:
--------------
csw/mgar/pkg/sbcl/trunk/Makefile
Modified: csw/mgar/pkg/sbcl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sbcl/trunk/Makefile 2014-04-06 12:05:19 UTC (rev 23359)
+++ csw/mgar/pkg/sbcl/trunk/Makefile 2014-04-06 12:17:14 UTC (rev 23360)
@@ -4,7 +4,6 @@
NAME = sbcl
VERSION = 1.0.23
-# VERSION = 1.1.7
GARTYPE = v2
DESCRIPTION = High performance Common Lisp compiler
define BLURB
@@ -17,7 +16,6 @@
VENDOR_URL = http://www.sbcl.org/
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(NAME)-$(VERSION)-source.tar.bz2
-PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = sbcl
@@ -34,7 +32,7 @@
include gar/category.mk
post-extract:
- gfind "$(WORKSRC)" -name '*.sh' -exec gsed -e 's+#!/bin/sh+#!/opt/csw/bin/bash+' -i {} \;
+ gfind "$(WORKSRC)" -type f -exec gsed -e 's+#!/bin/sh+#!/opt/csw/bin/bash+' -i {} \;
@$(MAKECOOKIE)
build-sbcl:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list