Revision: 18699 http://gar.svn.sourceforge.net/gar/?rev=18699&view=rev Author: dmichelsen Date: 2012-07-10 12:52:45 +0000 (Tue, 10 Jul 2012) Log Message: ----------- erlang/trunk: Enable DTrace and update to R15B01
Modified Paths: -------------- csw/mgar/pkg/erlang/trunk/Makefile csw/mgar/pkg/erlang/trunk/checksums Modified: csw/mgar/pkg/erlang/trunk/Makefile =================================================================== --- csw/mgar/pkg/erlang/trunk/Makefile 2012-07-10 12:36:08 UTC (rev 18698) +++ csw/mgar/pkg/erlang/trunk/Makefile 2012-07-10 12:52:45 UTC (rev 18699) @@ -1,6 +1,6 @@ # $Id$ NAME = erlang -VERSION = R14B03 +VERSION = R15B01 CATEGORIES = lang GARTYPE = v2 @@ -16,6 +16,9 @@ DISTNAME = otp_src_$(VERSION) DISTFILES = $(DISTNAME).tar.gz +# We want DTrace +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + LICENSE = EPLICENCE PACKAGES += CSWerlang @@ -39,11 +42,12 @@ GARCOMPILER = GCC4 CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-ssl +CONFIGURE_ARGS += --with-ssl=$(prefix) CONFIGURE_ARGS += --enable-threads CONFIGURE_ARGS += --enable-smp-support CONFIGURE_ARGS += --enable-kernel-poll CONFIGURE_ARGS += --enable-hipe +CONFIGURE_ARGS += --with-dynamic-trace=dtrace # CONFIGURE_ARGS += --without-odbc # There doesn't seem to be a testsuite Modified: csw/mgar/pkg/erlang/trunk/checksums =================================================================== --- csw/mgar/pkg/erlang/trunk/checksums 2012-07-10 12:36:08 UTC (rev 18698) +++ csw/mgar/pkg/erlang/trunk/checksums 2012-07-10 12:52:45 UTC (rev 18699) @@ -1 +1 @@ -7979e662d11476b97c462feb7c132fb7 otp_src_R14B03.tar.gz +f12d00f6e62b36ad027d6c0c08905fad otp_src_R15B01.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel