[Bug 225553] devel/subversion: [patch]: Fix GPG agent

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 30 06:40:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225553

            Bug ID: 225553
           Summary: devel/subversion: [patch]: Fix GPG agent
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev at FreeBSD.org
          Reporter: plaursen at kobalt.dk
             Flags: maintainer-feedback?(lev at FreeBSD.org)
          Keywords: patch
          Assignee: lev at FreeBSD.org

Created attachment 190186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190186&action=edit
patch-Makefile.common.xz: Adds description of GPG_AGENT option and adds
dependencies.

Hi,
When subversion is installed, it is currently compiled without GPG agent
support.
However, if you build devel/subversion from ports after having installed
security/gnupg, Subversion automatically picks up security/gnupg and tries to
enable support for GPG agent.
This support, however, does not work for our version of GPG-agent - even though
GPG-agent is started, Subversion cannot find it.

Attached to this PR are three patches:
1) patch-Makefile.xz: Upgrades PORTREVISION and adds GPG_AGENT as an option
(off by default)
2) patch-Makefile.common.xz: Adds the necessary dependencies and a description
3) patch-subversion_libsvn__subr_gpg__agent.c.xz: A patch that makes gpg-agent
work. The patch is pulled from the upcoming Subversion 1.10.

I have verified that the build works on i386/amd64 using Poudriere.

If there are any questions (or if I can do anything further to help), please
let me know.

All the best,

Peter.

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


More information about the freebsd-ports-bugs mailing list