Install the README and add instructions on how to configure it if using
a web server chrooted into /var/www. While here also fix the PLIST: use
@mode 750 for monica/boostrap/cache/ and don't mark package.php and
services.php as executables.
diff from Aisha (maintainer) with input from sthen@ and me.
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
Monica is a personal CRM designed to help remember everything about
friends, family and business relationships. It provides a web UI,
designed with simplicity and ease of use in mind, while allowing
users to organize and track of interactions and important events
with their contacts.
MAINTAINER = Aisha Tammy <openbsd@aisha.cc>
ok sthen@
or strongly suspected to support at least 8.0. (7.4 is currently on security
support only, and that finishes in November, so I intend to switch the "ports
default" version to 8.0).
some of these ports _may_ work with 8.0 already, some have pull requests or
support in newer upstream code (not always in a release), others definitely
need 7.4.
Comment:
Akonadi calendar application
Description:
Kalendar is a calendar application that allows you to manage your tasks and
events. Kalendar supports both local calendars as well as a multitude of online
calendars:
- CalDAV calendars (e.g. Nextcloud)
- Google calendars
- Exchange calendars
- iCal calendar files (.ics)
- iCal calendar folders
- Kolab groupware servers
- Open-Xchange groupware servers
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://apps.kde.org/kalendar/
Tweak and OK kn@
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.
Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".
Feedback, help and OK sthen@ Thanks!