Revision: 21042
          http://gar.svn.sourceforge.net/gar/?rev=21042&view=rev
Author:   wahwah
Date:     2013-05-10 18:14:42 +0000 (Fri, 10 May 2013)
Log Message:
-----------
sbcl/trunk: downgrade to 1.0.23 because it builds

Modified Paths:
--------------
    csw/mgar/pkg/sbcl/trunk/Makefile

Modified: csw/mgar/pkg/sbcl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sbcl/trunk/Makefile    2013-05-10 13:16:49 UTC (rev 21041)
+++ csw/mgar/pkg/sbcl/trunk/Makefile    2013-05-10 18:14:42 UTC (rev 21042)
@@ -4,6 +4,7 @@
 
 NAME = sbcl
 VERSION = 1.0.23
+# VERSION = 1.1.7
 GARTYPE = v2
 DESCRIPTION = High performance Common Lisp compiler
 define BLURB
@@ -13,21 +14,30 @@
        interactive environment including a debugger, a statistical profiler, a 
code
        coverage tool, and many other extensions.
 endef
-VENDOR_URL =
+VENDOR_URL = http://www.sbcl.org/
 MASTER_SITES = $(SF_MIRRORS)
-CHECKPKG_OVERRIDES_CSWsbcl += 
file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/sbcl.1
-CHECKPKG_OVERRIDES_CSWsbcl += 
file-with-bad-content|/usr/local|root/opt/csw/bin/sbcl
 DISTFILES  = $(NAME)-$(VERSION)-source.tar.bz2
+PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = sbcl
 INSTALL_SCRIPTS = sbcl
 TEST_SCRIPTS =
 CONFIGURE_ARGS = $(DIRPATHS)
+CHECKPKG_OVERRIDES_CSWsbcl += 
file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/sbcl.1
+CHECKPKG_OVERRIDES_CSWsbcl += 
file-with-bad-content|/usr/local|root/opt/csw/bin/sbcl
+
+NOGITPATCH = 1
+
+GARCOMPILER = GNU
+
 include gar/category.mk
 
 build-sbcl:
-       (cd $(WORKSRC) && INSTALL_ROOT=$(DESTDIR)$(prefix) /opt/csw/bin/bash 
make.sh)
+       (cd $(WORKSRC) && env -i INSTALL_ROOT=$(DESTDIR)$(prefix) $(BUILD_ENV) 
/opt/csw/bin/bash make.sh)
 
 install-sbcl:
-       (cd $(WORKSRC) && INSTALL_ROOT=$(DESTDIR)$(prefix) /opt/csw/bin/bash 
install.sh)
+       (cd $(WORKSRC) && env -i INSTALL_ROOT=$(DESTDIR)$(prefix) 
$(INSTALL_ENV) /opt/csw/bin/bash install.sh)
        @$(MAKECOOKIE)
+
+PATH := /usr/xpg4/bin:$(PATH)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to