[Bug 263274] devel/subversion: build fails with option SVNSERVE_WRAPPER=on

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Apr 2022 07:21:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263274

            Bug ID: 263274
           Summary: devel/subversion: build fails with option
                    SVNSERVE_WRAPPER=on
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
          Assignee: lev@FreeBSD.org
             Flags: maintainer-feedback?(lev@FreeBSD.org)

Scenario:
- FreeBSD 12.3 latest
- ports latest
- using portmaster to upgrade ports
- nonstandard build options to subversion:

[0]# cd /usr/ports/devel/subversion
[0]# diff =(PORT_DBDIR=/nonexistent make showconfig) =(make showconfig)
2c2
<      BDB=off: Berkeley DB support
---
>      BDB=on: Berkeley DB support
5c5
<      GPG_AGENT=on: Enable GPG agent password store
---
>      GPG_AGENT=off: Enable GPG agent password store
10c10
<      SVNSERVE_WRAPPER=off: Enable svnserve wrapper (umask setter)
---
>      SVNSERVE_WRAPPER=on: Enable svnserve wrapper (umask setter)
[1]# 

- Upgrading subversion

Result:
- Build fails during staging with "strip: open
/usr/tmp/net/hal/z/SRC/FreeBSD/ports/MBi/main/devel/subversion/work/stage/usr/local/bin/svnserve
failed: No such file or directory"

Expected result:
- Build should complete normally.

-- Martin

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