Github messages for voidlinux
 help / color / mirror / Atom feed
From: Danoloan10 <Danoloan10@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wt: add build options and their dependencies
Date: Tue, 26 Dec 2023 21:52:17 +0100	[thread overview]
Message-ID: <20231226205217.pcUCAa2zkQwXHwZgTNjeme4cxbBXB4pqIzgi0UEt_W8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47903@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

There is an updated pull request by Danoloan10 against master on the void-packages repository

https://github.com/Danoloan10/void-packages wt-opts
https://github.com/void-linux/void-packages/pull/47903

wt: add build options and their dependencies
Fixes https://github.com/epoupon/lms/issues/384

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


A patch file from https://github.com/void-linux/void-packages/pull/47903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wt-opts-47903.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]

From 9d4453e29deba6b0895cb58d843ac2ea1f0454e5 Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Mon, 25 Dec 2023 13:48:18 +0100
Subject: [PATCH] wt: add build dependencies

Wt's build will silently ignore build options if their respective
dependencies are not found, but this does not mean that they should not
be used. In fact, the lms package needs wt be built with OpenSSL.

Fixes: https://github.com/epoupon/lms/issues/384
---
 srcpkgs/wt/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d825acae8889b..95a834500093a 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -1,9 +1,13 @@
 # Template file for 'wt'
 pkgname=wt
 version=4.10.0
-revision=2
+revision=3
 build_style=cmake
-makedepends="boost-devel"
+build_helper=qmake
+configure_args="-DBUILD_EXAMPLES=OFF -DENABLE_QT4=OFF $(vopt_bool firebird ENABLE_FIREBIRD)"
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
+ libmysqlclient-devel unixodbc-devel qt5-devel libfreeglut-devel libunwind-devel"
 short_desc="Wt, C++ Web Toolkit"
 maintainer="danoloan10 <danoloan10@tutanota.com>"
 license="GPL-2.0-or-later"

  parent reply	other threads:[~2023-12-26 20:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-25 13:00 [PR PATCH] " Danoloan10
2023-12-25 13:17 ` [PR PATCH] [Updated] " Danoloan10
2023-12-25 13:35 ` Danoloan10
2023-12-25 13:38 ` Danoloan10
2023-12-25 13:40 ` Danoloan10
2023-12-25 14:18 ` classabbyamp
2023-12-25 14:39 ` Danoloan10
2023-12-25 14:55 ` classabbyamp
2023-12-25 15:48 ` [PR PATCH] [Updated] " Danoloan10
2023-12-25 15:57 ` Danoloan10
2023-12-25 16:04 ` Danoloan10
2023-12-25 16:25 ` Danoloan10
2023-12-25 18:38 ` [PR REVIEW] " classabbyamp
2023-12-25 18:38 ` classabbyamp
2023-12-25 18:39 ` classabbyamp
2023-12-26 20:48 ` Danoloan10
2023-12-26 20:50 ` [PR PATCH] [Updated] " Danoloan10
2023-12-26 20:52 ` Danoloan10 [this message]
2023-12-26 21:07 ` [PR REVIEW] wt: add build dependencies classabbyamp
2023-12-26 21:48 ` [PR PATCH] [Updated] " Danoloan10
2023-12-26 23:07 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231226205217.pcUCAa2zkQwXHwZgTNjeme4cxbBXB4pqIzgi0UEt_W8@z \
    --to=danoloan10@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).