Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 21:40:28 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512755 - head/mail/claws-mail
Message-ID:  <201909242140.x8OLeSKX057731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Sep 24 21:40:28 2019
New Revision: 512755
URL: https://svnweb.freebsd.org/changeset/ports/512755

Log:
  mail/claws-mail: remove support for expired jpilot link.

Modified:
  head/mail/claws-mail/Makefile

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Tue Sep 24 21:39:07 2019	(r512754)
+++ head/mail/claws-mail/Makefile	Tue Sep 24 21:40:28 2019	(r512755)
@@ -28,7 +28,7 @@ USE_GNOME=	cairo gtk20 librsvg2
 SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail
 INSTALLS_ICONS=	yes
 
-OPTIONS_DEFINE=	COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
+OPTIONS_DEFINE=	COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP \
 		NLS STARTUP THEMES
 OPTIONS_DEFAULT=COMPFACE ENCHANT STARTUP THEMES
 OPTIONS_SUB=	yes
@@ -44,11 +44,6 @@ ENCHANT_CONFIGURE_ENABLE=	enchant
 ENCHANT_LIB_DEPENDS=	libenchant.so:textproc/enchant
 
 IPV6_CONFIGURE_ENABLE=	ipv6
-
-JPILOT_DESC=		JPilot support
-JPILOT_CONFIGURE_ENABLE=	jpilot
-JPILOT_LIB_DEPENDS=	libpisock.so:palm/pilot-link
-JPILOT_RUN_DEPENDS=	jpilot:palm/jpilot
 
 LDAP_CONFIGURE_ENABLE=	ldap
 LDAP_USE=		openldap=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909242140.x8OLeSKX057731>