1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

lang/erlang-wx: Update to version 24.0.6.

This commit is contained in:
Jimmy Olgeni 2021-09-13 23:21:54 +02:00 committed by Dave Cottlehuber
parent 16e9c98b9a
commit 4ba32e3d44
4 changed files with 728 additions and 681 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 21.3.8.24
PORTREVISION= 1
DISTVERSION= 24.0.6
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= lang parallel
PKGNAMESUFFIX= -wx
@ -12,8 +12,8 @@ COMMENT= Erlang bindings for wxWindows
LICENSE= APACHE20
BUILD_DEPENDS= erlang>=21.3.8:lang/erlang
RUN_DEPENDS= erlang>=21.3.8:lang/erlang
BUILD_DEPENDS= erlang>=24.0:lang/erlang
RUN_DEPENDS= erlang>=24.0:lang/erlang
USES= autoreconf:build gl gmake perl5 xorg
USE_GITHUB= yes
@ -24,18 +24,14 @@ USE_WX= 3.1+
WX_COMPS= wx
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
WX_APPS= wx debugger et observer
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-threads \
--with-wx-config=${WX_CONFIG} \
--without-javac \
--without-odbc
MAKE_JOBS_UNSAFE= yes
pre-configure:
@cd ${WRKSRC} && ./otp_build autoconf
WX_APPS= wx debugger et observer
do-build:
.for app in wx debugger et observer

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622539055
SHA256 (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 90017fe0b844cf3ba7dc9faf7f6f690050f3138f3d3f7532a9343174f5f9febc
SIZE (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 54104215
TIMESTAMP = 1631555935
SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1
SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872

View File

@ -0,0 +1,40 @@
--- configure.orig 2021-09-13 14:43:59 UTC
+++ configure
@@ -55,7 +55,7 @@ skip_applications=
while test $# != 0; do
case $1 in
-srcdir=* | --srcdir=*)
- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'`
+ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'`
if test "$ERL_TOP" != ""; then
echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2
echo "" 1>&2
@@ -95,7 +95,7 @@ while test $# != 0; do
echo "" 1>&2
;;
-cache-file=* | --cache-file=* )
- static_cache=`expr "$1" : '[^=]*=\(.*\)'`
+ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'`
if test "$static_cache" != "/dev/null"; then
echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2
echo "" 1>&2
@@ -140,8 +140,8 @@ while test $# != 0; do
pie_ldflags="-no-pie"
;;
CFLAGS=* | LDFLAGS=*)
- flgs_var=`expr "$1" : '\([^=]*\)=.*'`
- flgs_val=`expr "$1" : '[^=]*=\(.*\)'`
+ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'`
+ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'`
eval $flgs_var=\$flgs_val
;;
--help=r* | -help=r*)
@@ -151,7 +151,7 @@ while test $# != 0; do
*)
case $1 in
--without-*)
- skip_app=`expr "$1" : '--without-\(.*\)'`
+ skip_app=`expr -- "$1" : '--without-\(.*\)'`
if [ "$skip_app" = "stdlib" ] ||
[ "$skip_app" = "kernel" ] ||
[ "$skip_app" = "sasl" ] ||

File diff suppressed because it is too large Load Diff