Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 21:39:07 +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: r512754 - head/mail/sylpheed
Message-ID:  <201909242139.x8OLd7HB057539@repo.freebsd.org>

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

Log:
  mail/sylpheed: remove optional support for expired jpilot link.

Modified:
  head/mail/sylpheed/Makefile

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Tue Sep 24 21:37:25 2019	(r512753)
+++ head/mail/sylpheed/Makefile	Tue Sep 24 21:39:07 2019	(r512754)
@@ -34,7 +34,7 @@ CONFIGURE_ARGS=	--enable-ipv6 \
 
 CONFLICTS=	sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]*
 
-OPTIONS_DEFINE=	CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \
+OPTIONS_DEFINE=	CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL LDAP \
 		ONIGURUMA SSL HIDE_OSSIG
 
 CA_BUNDLE_DESC=	Include CA bundle for certificate verification
@@ -43,7 +43,6 @@ CURL_DESC=	libcurl dependency (remote update check)
 GPGME_DESC=	GnuPG support using GPGME
 GTKSPELL_DESC=	Spell checking support
 HIDE_OSSIG_DESC=Hide OS and GTK signature in mail header
-JPILOT_DESC=	JPilot support
 ONIGURUMA_DESC=	Oniguruma support
 
 OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL GPGME SSL
@@ -68,10 +67,6 @@ GTKSPELL_LIB_DEPENDS=		libgtkspell.so:textproc/gtkspel
 GTKSPELL_CONFIGURE_ENABLE=	gtkspell
 
 HIDE_OSSIG_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-src_main.c
-
-JPILOT_LIB_DEPENDS=		libpisock.so:palm/pilot-link
-JPILOT_RUN_DEPENDS=		jpilot:palm/jpilot
-JPILOT_CONFIGURE_ENABLE=	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?201909242139.x8OLd7HB057539>