FreeBSD Bugzilla – Attachment 259467 Details for
Bug 286035
net/gotify-server: fix build error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build failure.
0001-net-gotify-server-fix-build-error.patch (text/plain), 1.65 KB, created by
King John
on 2025-04-11 09:22:46 UTC
(
hide
)
Description:
fix build failure.
Filename:
MIME Type:
Creator:
King John
Created:
2025-04-11 09:22:46 UTC
Size:
1.65 KB
patch
obsolete
>From e2bfea4fe92ffc6a3fe15313d3061e5443fdf538 Mon Sep 17 00:00:00 2001 >From: King John <jinking.this@gmail.com> >Date: Fri, 11 Apr 2025 17:20:49 +0800 >Subject: [PATCH] net/gotify-server: fix build error > >--- > net/gotify-server/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile >index 791b99b9f633..e88b6fbff745 100644 >--- a/net/gotify-server/Makefile >+++ b/net/gotify-server/Makefile >@@ -1,40 +1,40 @@ > PORTNAME= gotify-server > PORTVERSION= 2.6.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net > MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache > DISTNAME= server > DISTFILES= ${PORTNAME}-yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache > > MAINTAINER= mfechner@FreeBSD.org > COMMENT= Simple server for sending and receiving messages > WWW= https://github.com/gotify/server > > LICENSE= MIT > > BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ > > USES= go:modules,1.22 nodejs:build > USE_RC_SUBR= gotify_server >-GO_MODULE= github.com/gotify/server/v2 >+GO_MODULE= github.com/gotify/server > > _BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC") > #GO_TARGET= ./ > GO_BUILDFLAGS= -buildmode=pie -modcacherw \ > -ldflags=" \ > -X 'main.Version=${PORTVERSION}' \ > -X 'main.Commit=${GL_TAGNAME:C/^(........).*/\1/}' \ > -X 'main.BuildDate=${_BUILD_DATE}' \ > -X 'main.Mode=prod'" > > .include <bsd.port.pre.mk> > > .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 > MAKE_ENV+= NODE_OPTIONS=--openssl-legacy-provider > .endif > > USERS= gotify > GROUPS= gotify > > PLIST_FILES= bin/gotify-server >-- >2.49.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 286035
: 259467