pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mattermost: Eye Candy.
Module Name: pkgsrc-wip
Committed By: Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By: hauke
Date: Thu Mar 19 13:47:40 2026 +0100
Changeset: 721a63992519a72b4306c8fa8243fe916855cd34
Modified Files:
mattermost-server/DESCR
mattermost-server/Makefile
Log Message:
mattermost: Eye Candy.
Build errors reported upstream as
<https://github.com/mattermost/mattermost/issues/35690>.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=721a63992519a72b4306c8fa8243fe916855cd34
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mattermost-server/DESCR | 2 +-
mattermost-server/Makefile | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diffs:
diff --git a/mattermost-server/DESCR b/mattermost-server/DESCR
index de6e9fce8e..c35d09a30a 100644
--- a/mattermost-server/DESCR
+++ b/mattermost-server/DESCR
@@ -1,5 +1,5 @@
Mattermost is a self-hosted collaboration platform that offers chat,
-workflow automation, voice calling, screen sharing, and AI integration.
+workflow automation, voice calling, screen sharing, and AI integration.
Mattermost is written in Go and React, runs as a single binary, and
relies on PostgreSQL.
diff --git a/mattermost-server/Makefile b/mattermost-server/Makefile
index 8223e6ea9a..1ae0a9fbac 100644
--- a/mattermost-server/Makefile
+++ b/mattermost-server/Makefile
@@ -56,10 +56,11 @@ FILES_SUBST+= MATTERMOST_DATADIR=${MATTERMOST_DATADIR:Q}
MAKE_ENV+= BUILD_ENTERPRISE=false
GOFLAGS+= -ldflags=" \
- -X github.com/mattermost/mattermost/server/public/model.BuildNumber=${PKGVERSION} \
- -X github.com/mattermost/mattermost/server/public/model.BuildHash=none \
- -X github.com/mattermost/mattermost/server/public/model.BuildHashEnterprise=none \
- -X github.com/mattermost/mattermost/server/public/model.BuildEnterpriseReady=false"
+ -X ${GOFLAGPATH}/model.BuildNumber=${PKGVERSION} \
+ -X ${GOFLAGPATH}/model.BuildHash=none \
+ -X ${GOFLAGPATH}/model.BuildHashEnterprise=none \
+ -X ${GOFLAGPATH}/public/model.BuildEnterpriseReady=false"
+GOFLAGPATH= github.com/mattermost/mattermost/server/public
INSTALLATION_DIRS+= sbin ${EGDIR}
Home |
Main Index |
Thread Index |
Old Index