From owner-svn-ports-all@freebsd.org Wed Apr 10 10:26:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40520157E6E5; Wed, 10 Apr 2019 10:26:43 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFB246A7D1; Wed, 10 Apr 2019 10:26:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFAFA212CD; Wed, 10 Apr 2019 10:26:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3AAQgGQ028437; Wed, 10 Apr 2019 10:26:42 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3AAQg3M028435; Wed, 10 Apr 2019 10:26:42 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201904101026.x3AAQg3M028435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Apr 2019 10:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498549 - head/lang/erlang-runtime21 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime21 X-SVN-Commit-Revision: 498549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CFB246A7D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 10:26:43 -0000 Author: olgeni Date: Wed Apr 10 10:26:42 2019 New Revision: 498549 URL: https://svnweb.freebsd.org/changeset/ports/498549 Log: lang/erlang-runtime21: switch to GitHub build and update to 21.3.3. Differential Revision: https://reviews.freebsd.org/D19644 Modified: head/lang/erlang-runtime21/Makefile head/lang/erlang-runtime21/distinfo Modified: head/lang/erlang-runtime21/Makefile ============================================================================== --- head/lang/erlang-runtime21/Makefile Wed Apr 10 10:23:25 2019 (r498548) +++ head/lang/erlang-runtime21/Makefile Wed Apr 10 10:26:42 2019 (r498549) @@ -2,27 +2,13 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 21.3 +DISTVERSIONPREFIX= OTP- +DISTVERSION= 21.3.3 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2 CATEGORIES= lang parallel java -MASTER_SITES= http://www.erlang.org/download/:erlangorg \ - http://erlang.stacken.kth.se/download/:erlangorg \ - http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg \ - http://olgeni.olgeni.com/~olgeni/distfiles/:local \ - LOCAL/olgeni:local \ - LOCAL/dch:local PKGNAMESUFFIX= -runtime21 -DISTNAME= otp_src_${ERLANG_REL} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg \ - preloaded-${PORTVERSION}${EXTRACT_SUFX}:local DIST_SUBDIR= erlang -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ - LOCAL/olgeni \ - LOCAL/dch -PATCHFILES= - MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -30,16 +16,18 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -WRKSRC= ${WRKDIR}/otp_src_${ERLANG_REL} +USES= autoreconf:build gmake ncurses perl5 +USE_GITHUB= yes +GH_PROJECT= otp +USE_PERL5= build -ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} -ERLANG_REL= 21.3 +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes -OPTIONS_SUB= yes SUB_FILES= pkg-message SUB_LIST= ERLANG_LIB=${ERLANG_LIB} -MAKE_JOBS_UNSAFE=yes +ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} OPTIONS_DEFINE= DIRTY DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS @@ -59,10 +47,6 @@ NATIVE_IMPLIES= HIPE OPTIONS_EXCLUDE+= DTRACE .endif -# If you run Erlang and get a message resembling "WARNING: number of -# probes fixed does not match the number of defined probes (54 != 132, -# respectively)" you probably misconfigured DTrace in some way. - OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE @@ -72,10 +56,10 @@ OPTIONS_EXCLUDE_i386= DTRACE OPENSSL_VARS= BROKEN_SSL=openssl111 -GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake ncurses perl5 -USE_PERL5= build +# If you run Erlang and get a message resembling "WARNING: number of +# probes fixed does not match the number of defined probes (54 != 132, +# respectively)" you probably misconfigured DTrace in some way. + CONFIGURE_ENABLE= smp-support DIRTY_CONFIGURE_ENABLE= dirty-schedulers @@ -96,9 +80,10 @@ OPENSSL_USES= ssl SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_CONFIGURE_WITH= wx-config=${WX_CONFIG} +WX_USES= gl WX_VARS= USE_WX=2.8+ WX_COMPS="wx contrib" USE_GL="gl glu" -.include +.include .if ${OPSYS} == FreeBSD CFLAGS+= -DMAP_NORESERVE=0 @@ -113,9 +98,12 @@ MAKE_ARGS+= ARCH=arm .endif pre-configure: - cd ${WRKSRC} && ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/preloaded-${PORTVERSION}${EXTRACT_SUFX} + @cd ${WRKSRC} && ./otp_build autoconf -pre-configure-MX-off: +pre-configure-WX-off: + echo "disabled by port options" > ${WRKSRC}/lib/debugger/SKIP + echo "disabled by port options" > ${WRKSRC}/lib/et/SKIP + echo "disabled by port options" > ${WRKSRC}/lib/observer/SKIP echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP post-configure-ODBC-on: @@ -146,4 +134,4 @@ post-stage: @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} -.include +.include Modified: head/lang/erlang-runtime21/distinfo ============================================================================== --- head/lang/erlang-runtime21/distinfo Wed Apr 10 10:23:25 2019 (r498548) +++ head/lang/erlang-runtime21/distinfo Wed Apr 10 10:26:42 2019 (r498549) @@ -1,5 +1,3 @@ -TIMESTAMP = 1552560312 -SHA256 (erlang/otp_src_21.3.tar.gz) = 69a743c4f23b2243e06170b1937558122142e47c8ebe652be143199bfafad6e4 -SIZE (erlang/otp_src_21.3.tar.gz) = 85547038 -SHA256 (erlang/preloaded-21.3.tar.gz) = f50f5b4bd2114eb9a3922257a5d2eddb064c51e80adf39d0c6a4f3d3e916afe4 -SIZE (erlang/preloaded-21.3.tar.gz) = 341616 +TIMESTAMP = 1554131181 +SHA256 (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = c56d6c736163e93ee3edab0b3ae59209cfd751f0d8078a7ca83d63942202b706 +SIZE (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = 54025876