head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.02.20.14.39.37; author manu; state Exp; branches; next ; commitid v5XVTTAdmphrwdKF; desc @@ 1.1 log @Add www/SOGO5 5.11.2 SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. SOGo is released under the GNU GPL/LGPL v2 and above. SOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV, as well as Microsoft ActiveSync. SOGo is the missing component of your infrastructure; it sits in the middle of your servers to offer your users a uniform and complete interface to access their information. It has been deployed in production environments where thousands of users are involved. @ text @$NetBSD: patch-general.make,v 1.1 2020/04/16 09:42:42 manu Exp $ Prevent -frecord-gcc-switches to be added, because pkgsrc checks choke on the presence of working directory strings inside the binaries. --- general.make.orig 2020-04-15 11:01:50.012506113 +0200 +++ general.make 2020-04-15 11:02:01.180611005 +0200 @@@@ -22,6 +22,6 @@@@ # Ensure we store in the ELF files minimal debugging # information plus the compiler flags used; that can # be afterwards read with: # readelf -p .GCC.command.line /path/to/elf_file -ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches) +ADDITIONAL_OBJCFLAGS += -g $(call cc-option) @