Port details |
- sogo2 Groupware server with a focus on scalability and open standards
- 2.4.3_2 www =3 2.4.3_2Version of this port present on the latest quarterly branch.
- IGNORE: is marked as broken on FreeBSD 14.1: ld: error: duplicate symbol: SOGoMailCoreInfoKeys
- Maintainer: acm@FreeBSD.org
- Port Added: 2016-05-02 23:05:11
- Last Update: 2024-08-15 10:55:23
- Commit Hash: 580ec35
- People watching this port, also watch:: samhain-client, jitsi-meet, monit, milter-greylist, perl5.40
- Also Listed In: gnustep
- License: GPLv2
- WWW:
- https://sogo.nu/
- Description:
- SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- sogo[2-4]-activesync
- sogo[3-4]
- To install the port:
- cd /usr/ports/www/sogo2/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install www/sogo2
- pkg install sogo2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sogo2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651944100
SHA256 (SOGo-2.4.3.tar.gz) = 08e1ed578e602fc0e8923501a887f37646304477c1125b26023e62eead60215c
SIZE (SOGo-2.4.3.tar.gz) = 12319594
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- www/sogo2-activesync
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- clang15 : devel/llvm15
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- libcurl.so : ftp/curl
- libDOM.so : devel/sope2
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sogo2-2.4.3_2:
ACTIVESYNC=off: Enable support for ActiveSync protocol
===> Use 'make config' to modify these settings
- Options name:
- www_sogo2
- USES:
- gnustep ssl objc
- pkg-message:
- For install:
- SOGo 2 was installed
In order to run the sogo daemon (sogod), you will need to create and configure
the main configuration file, e.g.:
cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \
${LOCALBASE}/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
sending capabilities.
Then copy the sample cron executable:
cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
If you need to automatically purge vacation messages from users sieve scripts,
copy the sample credentials file:
cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
${LOCALBASE}/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
IMAP servers' sieve account.
Then copy the sample cron executable:
cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd)
0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
For more information about using SOGo, visit:
http://www.sogo.nu/downloads/documentation.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3_2 15 Aug 2024 10:55:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/libwbxml: Move textproc/wbxml2 to textproc/libwbxml
- Update WWW
- Update pkg-descr
- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership |
2.4.3_1 12 Jan 2023 19:48:59 |
Jose Alonso Cardenas Marquez (acm) Author: Robert Clausecker |
devel/sope2: Fix build on armv7 arm64
- Bump PORTREVISION
PR: 267694 |
2.4.3 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.3 19 May 2022 23:27:10 |
Jose Alonso Cardenas Marquez (acm) |
www/sogo2: update to 2.4.3
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-2.4.3 |
2.4.1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.4.1 14 Jun 2021 22:15:42 |
Jose Alonso Cardenas Marquez (acm) |
devel/sope2: www/sogo2: Update to 2.4.1
Security: 69815a1d-c31d-11eb-9633-b42e99a1b9c3 |
2.4.0 19 May 2021 23:11:58 |
Jose Alonso Cardenas Marquez (acm) |
- www/sogo2: update to 2.4.0
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-2.4.0 |
2.3.23_7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.3.23_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.23_7 19 Feb 2021 05:33:44 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
2.3.23_7 14 Feb 2021 23:21:03 |
nc |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports. |
2.3.23_6 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.3.23_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.3.23_5 03 Feb 2019 15:37:58 |
theraven |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
2.3.23_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.3.23_3 26 Sep 2018 15:23:37 |
brooks |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL |
2.3.23_2 03 Jun 2018 06:06:50 |
acm |
- Add CONFLICTS
- Bump PORTREVISION
- Pass maintainership to me
Approved by: maintainer (timeout 21 days) |
2.3.23_1 27 May 2018 10:56:20 |
antoine |
Remove duplicate lines from plist |
2.3.23_1 03 Dec 2017 12:23:54 |
theraven |
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults. |
2.3.23 02 Nov 2017 02:09:36 |
acm |
- Update to 2.3.23
- Remove BROKEN |
01 Sep 2017 18:39:15
|
antoine |
Mark BROKEN: fails to package
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Latvian.lproj/Localizable.strings (Only the first 15 lines of the commit message are shown above ) |
21 Aug 2017 13:26:29
|
theraven |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release. |
2.3.22 04 Aug 2017 04:27:59 |
acm |
- Update to 2.3.22
Approved by: maintainer (implicit) |
2.3.20 18 Mar 2017 05:04:48 |
acm |
- Update to 2.3.20 |
2.3.19 29 Jan 2017 14:14:05 |
amdmi3 |
- Fix plist
PR: 216481
Approved by: portmgr blanket |
2.3.19 24 Jan 2017 20:21:57 |
acm |
- Update to 2.3.19
Approved by: maintainer (implicit) |
2.3.18 14 Dec 2016 00:44:43 |
acm |
- Update 2.3.18
Approved by: maintainer (implicit) |
2.3.17 16 Nov 2016 08:49:47 |
acm |
- Update to 2.3.17
Approved by: maintainer (implicit) |
2.3.13_1 19 Jul 2016 14:01:14 |
acm |
- Bump PORTREVISION
PR: 211150
Submitted by: Euan Thoms (maintainer) |
2.3.13 13 Jul 2016 13:54:14 |
amdmi3 |
- Update to 2.3.13
PR: 211066
Submitted by: euan@potensol.com (maintainer) |
2.3.11 10 Jun 2016 19:46:51 |
acm |
- Update to 2.3.11
PR: 210012
Submitted by: me
Approved by: maintainer timeout |
2.3.10 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.3.10 03 May 2016 00:15:28 |
acm |
- Remove ${PORTSDIR} |
2.3.10 02 May 2016 23:04:58 |
acm |
- Rename www/sogo to www/sogo2
- Update to 2.3.10
PR: 208406
Submitted by: me
Approved by: maintainer (Euan Thoms <euan at potensol.com>) |