Bug 257802 - devel/subversion{,-lts}: Fix user management with pkg -r
Summary: devel/subversion{,-lts}: Fix user management with pkg -r
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Michael Osipov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-13 00:27 UTC by Brad Davis
Modified: 2025-04-17 18:25 UTC (History)
1 user (show)

See Also:


Attachments
patch (2.80 KB, patch)
2021-08-13 00:27 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2021-08-13 00:27:25 UTC
Created attachment 227152 [details]
patch
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2021-08-13 01:19:42 UTC
Can we use USERS=svn and GROUPS=svn in Makefile and add to ports/{UIDs,GIDs} directly?
Comment 2 Brad Davis freebsd_committer freebsd_triage 2021-08-13 01:25:14 UTC
(In reply to Li-Wen Hsu from comment #1)
Not without assigning a UID/GID..
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2022-04-14 11:13:49 UTC
Does it actual?

% make -V PKG_ROOTDIR

%

Looks like PKG_ROOTDIR is not defined.
Comment 4 Brad Davis freebsd_committer freebsd_triage 2022-05-03 14:29:21 UTC
(In reply to Lev A. Serebryakov from comment #3)

It is only defined when `pkg -r' is used.
Comment 5 Lev A. Serebryakov freebsd_committer freebsd_triage 2022-05-05 17:31:16 UTC
(In reply to Brad Davis from comment #4)
How then should it work when ports are simply used without any "pkg -r"?
Comment 6 Michael Osipov freebsd_committer freebsd_triage 2025-04-17 18:25:33 UTC
I'd like to drop all manual user and group handling when 1.15.0 comes out. The ports system will do the creation.