Download raw body.
remove remnants of jpilot in claws-mail
Hi,
this purges remnants of jpilot which got removed about a year ago.
Comments?
Thanks!
Index: Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/mail/claws-mail/Makefile,v
retrieving revision 1.145
diff -u -p -u -p -r1.145 Makefile
--- Makefile 4 Feb 2024 14:35:21 -0000 1.145
+++ Makefile 9 Feb 2024 16:46:08 -0000
@@ -18,7 +18,7 @@ SITES= https://www.claws-mail.org/rele
COMPILER = base-clang ports-gcc base-gcc
MULTI_PACKAGES= -main -bogofilter -spamassassin -pdfviewer
-FLAVORS= jpilot ldap
+FLAVORS= ldap
FLAVOR?=
FLAVOR_STRING= ${FLAVOR_EXT:S/-/,/g}
@@ -87,6 +87,7 @@ LIB_DEPENDS-pdfviewer= ${LIB_DEPENDS} \
CONFIGURE_ARGS+= --disable-acpi_notifier-plugin \
--disable-compface \
--disable-fancy-plugin \
+ --disable-jpilot \
--disable-python-plugin \
--disable-tnef_parse-plugin \
--disable-bsfilter-plugin \
@@ -100,14 +101,6 @@ AUTOCONF_VERSION= 2.71
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
-.if ${FLAVOR:Mjpilot}
-LIB_DEPENDS-main+= comms/pilot-link
-WANTLIB-main += pisock
-RUN_DEPENDS-main+= comms/jpilot
-.else
-CONFIGURE_ARGS+= --disable-jpilot
-.endif
-
.if ${FLAVOR:Mldap}
WANTLIB-main+= lber ldap
LIB_DEPENDS-main+= databases/openldap
--
greetings,
Florian Viehweger
remove remnants of jpilot in claws-mail