Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2024 20:44:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279141] irc/soju: enable PAM support and fix build tag addition to GOFLAGS
Message-ID:  <bug-279141-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279141

            Bug ID: 279141
           Summary: irc/soju: enable PAM support and fix build tag
                    addition to GOFLAGS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish@FreeBSD.org
          Reporter: me@svmhdvn.name
          Assignee: ashish@FreeBSD.org
             Flags: maintainer-feedback?(ashish@FreeBSD.org)

Created attachment 250799
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250799&action=
=3Dedit
[PATCH] irc/soju: enable PAM support and fix build tag addition to GOFLAGS

Since USES=3Dgo:no_targets was used, GO_BUILDFLAGS were not being added to =
the
`make` command. However, the upstream project also doesn't take GO_BUILDFLA=
GS
from the make environment, so those build tags were never being propagated =
to
the actual go build command.

This patch fixes that by explicitly adding the build tags to GOFLAGS, just =
like
outlined in the upstream documentation: https://git.sr.ht/~emersion/soju

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279141-7788>