svn commit: r512754 - head/mail/sylpheed

Rene Ladan rene at FreeBSD.org
Tue Sep 24 21:39:08 UTC 2019


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


More information about the svn-ports-head mailing list