Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/curl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'curl'
pkgname=curl
version=8.19.0
version=8.20.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
Expand Down Expand Up @@ -35,7 +35,7 @@ license="MIT"
homepage="https://curl.se"
changelog="https://curl.se/changes.html"
distfiles="https://curl.se/download/curl-${version}.tar.gz"
checksum=2a2c11db4c122691aa23b4363befda1bfd801770bfebf41e1d21cee4f2ab0f71
checksum=fc5819cad3f9f5482669adcdc49a782c15f36d2a0715b395b06d9173593d2dc0
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd http3"
build_options_default="idn psl ssh ssl zstd http3"
vopt_conflict ssl gnutls
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/ejabberd/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'ejabberd'
pkgname=ejabberd
version=25.10
version=26.04
revision=1
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
--enable-redis --enable-elixir $(vopt_enable sqlite)"
conf_files="/etc/ejabberd/*"
hostmakedepends="automake erlang git elixir rebar3"
makedepends="openssl-devel libyaml-devel expat-devel zlib-devel pam-devel
$(vopt_if sqlite sqlite-devel) gd-devel"
$(vopt_if sqlite sqlite-devel) gd-devel curl unzip"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is curl required for during build time?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build fails without it with an error:

tools/dl_invites_page_deps.sh priv/mod_invites/static
tools/dl_invites_page_deps.sh: line 17: curl: command not found
make: *** [Makefile:241: priv/mod_invites/static/bootstrap/] Error 127
=> ERROR: ejabberd-26.04_1: do_build: '${make_cmd} ${makejobs} ${XBPS_VERBOSE+${make_verbose}} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:16

See dl_invite_page_deps.sh (same with unzip, a couple of lines below).

depends="erlang"
short_desc="Robust and massively scalable XMPP platform"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.process-one.net/en/ejabberd/"
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
checksum=f676b71e7dbf143291728bc0247673afb256e75917da89520795c01df1154598
checksum=77deb1053978ae9790f909b7b573ac61c6b94d7c465a84c5b56568292d49e47d
# when building with parallel:
# cp: cannot stat 'lib/mix/ebin': No such file or directory
disable_parallel_build=yes
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/erlang/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'erlang'
pkgname=erlang
version=28.2
version=29.0
revision=1
build_style=gnu-configure
configure_args="--without-javac --disable-year2038"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://www.erlang.org"
changelog="https://github.com/erlang/otp/releases"
distfiles="https://github.com/erlang/otp/archive/refs/tags/OTP-${version}.tar.gz"
checksum=b984f9e02bb61637997a35daa9070ae8f41cea1667676416438c467fda3d141f
checksum=032b64b0de42bf66a13086bf18b8e62a5d83dcf32ac0d44d33c4792f0e8f826c
subpackages=" "

if [ -z "$CROSS_BUILD" ]; then
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/rebar3/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.25.1
revision=2
version=3.27.0
revision=1
hostmakedepends=erlang
depends="erlang>=26"
short_desc="Erlang build tool to compile, test, and release applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.rebar3.org/"
distfiles="https://github.com/erlang/rebar3/archive/refs/tags/${version}.tar.gz"
checksum=458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106
checksum=985cae6e957334cfa549190b9f5efb9185c184a18fc181c87b8dde096ba79f38

do_build() {
./bootstrap
Expand Down
Loading