105 Commits

Author SHA1 Message Date
landry
7d419da129 www/sogod: set openfiles-cur to 1024 & openfiles-max to 2048
in some situations (with a bunch of users) 128fd is not enough.

ok giovanni@ sebastia@ (MAINTAINER)
2022-05-11 07:19:12 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sebastia
4e3df2274f update 5.4.0 -> 5.5.1 2022-02-28 20:04:04 +00:00
sebastia
82ebc71003 update 5.2.0 -> 5.4.0 2022-01-21 11:30:20 +00:00
sebastia
854a09cab5 bump after gnustep.port.mk linker change 2021-10-19 19:44:50 +00:00
sebastia
57a73b54fc update 5.1.1 -> 5.2.0 2021-09-14 12:21:58 +00:00
sebastia
bc25519950 update 5.0.1 -> 5.1.1 2021-07-09 19:54:25 +00:00
cwen
84b2fe071a sogo: unbreak on powerpc
An additional Objective-C related flag has been added during the gcc era
through a patch, exclusively for powerpc. That flag is not supported by
clang.

maintainer timeout
2020-12-26 00:25:18 +00:00
sebastia
236156fbec simple update 5.0.0 -> 5.0.1 2020-11-05 08:30:35 +00:00
sebastia
bffb3db053 fix building, pointed out by naddy@
as I was actually unable to reproduce, bump for safety
2020-09-09 07:53:09 +00:00
sebastia
9fa2ed7f34 update 4.3.2 -> 5.0.0 2020-09-02 19:51:19 +00:00
sebastia
6331e1acbd REVISION bump after changes to gnustep.port.mk 2020-08-16 20:36:34 +00:00
sebastia
13e462aa8f update 4.3.0 -> 4.3.2 2020-06-18 21:02:20 +00:00
sebastia
7ebb602c9a Update 4.1.1 -> 4.3.0
works for me since quite some time
2020-03-16 06:59:37 +00:00
sebastia
4581e6c3bf Update 4.0.8 -> 4.1.1 2019-11-13 12:50:38 +00:00
ajacoutot
b9234bd9bf Revert previous and add ICU support back now that the port has been fixed.
tested in a bulk
2019-10-20 08:02:59 +00:00
ajacoutot
17c58be932 Disable ICU in gnustep.
Temporary solution until we can use the native linker instead of
-fuse-ld=bfd.

from sebastia@
2019-10-16 13:45:03 +00:00
giovanni
2a3e02abd3 bugfix update to 4.0.8
ok sebastia@ (Mantainer)
2019-09-12 20:52:23 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sebastia
142068d7c3 update to 4.0.7
tested by Eric Jacquot ejacquot AT delfic DOT org
who also reported a problem with mail web interface of the prior version
which the update apparently fixes
2019-03-13 08:58:31 +00:00
sebastia
369f3cc6d8 Update to 4.0.5, force use of bfd linker, same issue as for all the
other GNUstep ports, but sope and sogo somehow override the MAKE_ENV
so put it into MAKE_FLAGS
2019-03-04 08:19:45 +00:00
sebastia
f6ad963a20 Bump after the x11/gnustep module forced using ld.bfd
OK landry@ who also generally OKes the change to the gnustep module
2018-11-26 14:20:17 +00:00
sebastia
3c64fa9990 Update to 4.0.2
works for me, also tested by landry@
2018-09-26 13:15:37 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sebastia
aad73d1f11 remove some empty patch files 2018-05-14 06:58:10 +00:00
sebastia
d36fb39d1a Update to 4.0.0
some feedback and suggestions already some time ago from kn@ and sthen@
test and Ok landry@
2018-05-14 06:57:10 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
9b473d3fe0 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 10:05:20 +00:00
sebastia
cb4068e5d1 update to 3.2.10
OK giovanni@
2017-07-07 10:41:05 +00:00
sebastia
1454049cff Update to 3.2.9, needed for the SOGo update over the major release.
Under the hood, it's compatible to the legacy 2.X version, and no
DB upgrade etc. needed. On the frontent side, it provides a new,
shiny web interface.

Tests, feedback and OK giovanni@, landry@
2017-07-05 21:11:50 +00:00
giovanni
0ea5aedfc9 update to 2.3.21
ok sebastia@ (maintainer)
2017-06-20 19:28:25 +00:00
sebastia
9fd618fa06 simple update to 2.3.20, mostly bux fixes, few new features/enhancements 2017-05-09 20:50:06 +00:00
sebastia
6c7e0c8dd0 Bump REVISION after update of gnustep-make
The symlink of the shared library in lib doesn't point to
GNUstep/Frameworks/$FRAMEWORK.framework/Versions/Current/libnetclasses.so.${SHLIB_VERSION}
anymore but now to
GNUstep/Frameworks/netclasses.framework/Versions/${SHLIB_VERSION}/libnetclasses.so.${SHLIB_VERSION}

It's not easily visible in pkg/PLIST, but on package creation plistdb catched it

problem pointed out by nigel@
2017-04-21 17:27:38 +00:00
sebastia
4d7a9e89b2 Minor update to 2.3.19, also works for Davide Gerhard rainbow at irh it
Tighten version dependency to www/sope, as proposed by and discussed by Davide
2017-02-02 21:34:34 +00:00
sebastia
05d14956f7 Update to 2.3.18 2016-12-05 21:48:35 +00:00
sebastia
11ef880ac6 Really add the patch to fix the empty calendar, and bump again.
yesterday really wasn't my day, as pointed out by giovanni@ ;)
2016-11-03 21:52:59 +00:00
sebastia
e48b2c5fc8 Fix crasher rendering the calendar web interface, as pointed out
by giovanni@ seems NSNull doesn't like to receive messages it doesn't understand
2016-11-02 21:34:08 +00:00
giovanni
9231a71b04 Update to 2.3.17
similar diff and ok sebastia@ (Maintainer)
2016-11-02 10:16:20 +00:00
sebastia
0c855718d7 Update to 2.3.12 2016-06-15 14:03:20 +00:00
sebastia
866f994a48 Update to 2.3.11 2016-06-03 13:57:47 +00:00
sebastia
c6613ab0ce bump after gnustep make/base update 2016-06-03 11:58:27 +00:00
sebastia
431a6dfdf4 Update README now that apache-httpd-openbsd is gone, and refer to the
apache-httpd package. Simplify the README, since that setup is described
in the manual.
Further enhance some other wording.

pointed out by ajacoutot.
2016-05-02 10:38:27 +00:00
sebastia
6a3320cea9 Minor update to 2.3.10
http://sogo.nu/news/2016/article/sogo-v2310-released.html
2016-04-13 21:32:20 +00:00
sebastia
02513335d5 Update to 2.3.9
https://www.mail-archive.com/users@sogo.nu/msg23844.html

Add PORTROACH marker to stick to the 2.X versions for the time being
2016-03-31 09:00:29 +00:00
sebastia
1f60a62cfb Update to 2.3.8 2016-03-13 22:22:15 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
sebastia
433c1fcb98 Update to 2.3.7a 2016-01-27 18:44:51 +00:00
sebastia
4dde8e8a67 Update to 2.3.6 2016-01-25 21:33:50 +00:00
sebastia
2dcb5219df Update to 2.3.5 2016-01-12 17:29:58 +00:00
sebastia
4dac336f43 Update to 2.3.4 2016-01-10 18:45:10 +00:00