Bug 270412 - www/nextcloud: Add sysvsem option
Summary: www/nextcloud: Add sysvsem option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-23 00:27 UTC by fsbruva
Modified: 2023-03-26 16:22 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (brnrd)


Attachments
nextcloud: patch to add sysvsem to options (1.43 KB, patch)
2023-03-23 00:33 UTC, fsbruva
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fsbruva 2023-03-23 00:27:17 UTC

    
Comment 1 fsbruva 2023-03-23 00:33:08 UTC
Created attachment 241059 [details]
nextcloud: patch to add sysvsem to options

Woops - pressed enter and it posted empty.

Starting in NC 26, the "Security & setup Warning" page will detect and provide a message if php module 'sysvsem' is not installed. This module still doesn't appear in the admin manual as either a mandatory or recommended module, but this patch adds the option.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-26 16:13:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90c813a8391354df3d1f0586b2d50d9bafa29700

commit 90c813a8391354df3d1f0586b2d50d9bafa29700
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-03-26 16:11:53 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-03-26 16:11:53 +0000

    www/nextcloud: Add SYSVSEM option

     * Usage of sysvsem PHP module recommended as of Nextcloud 26

    PR:             270412
    Reported by:    fsbruva yahoo com

 www/nextcloud/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
Comment 3 Bernard Spil freebsd_committer freebsd_triage 2023-03-26 16:22:18 UTC
Thanks for the heads-up!