From owner-svn-ports-head@freebsd.org Thu Jul 9 09:43:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 284AE996795; Thu, 9 Jul 2015 09:43:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F38F81949; Thu, 9 Jul 2015 09:43:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t699hNaU039426; Thu, 9 Jul 2015 09:43:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t699hNxC039423; Thu, 9 Jul 2015 09:43:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507090943.t699hNxC039423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 9 Jul 2015 09:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391624 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 09:43:24 -0000 Author: olgeni Date: Thu Jul 9 09:43:22 2015 New Revision: 391624 URL: https://svnweb.freebsd.org/changeset/ports/391624 Log: Reduce diff with R18 ports: - Exclude HIPE with OPTIONS_EXCLUDE_DragonFly Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime15/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -39,7 +39,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime16/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -39,7 +39,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Thu Jul 9 09:39:51 2015 (r391623) +++ head/lang/erlang-runtime17/Makefile Thu Jul 9 09:43:22 2015 (r391624) @@ -45,7 +45,7 @@ SMP_DESC= Enable SMP support WX_DESC= Enable WX application OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE SCTP ERL_RELEASE= 17.5