aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-01-20 11:28:49 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-01-20 11:28:49 +0000
commit69c071117a48ca2a820fd2c525d06e08a8bb7d48 (patch)
tree40f5ae502c4239899d1f621e5ad0e13b40670695 /mail
parent4c4538f165658a9ed5a5da2887709ce719a723c7 (diff)
downloadports-69c071117a48ca2a820fd2c525d06e08a8bb7d48.tar.gz
ports-69c071117a48ca2a820fd2c525d06e08a8bb7d48.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/files/fetchmailconf.in22
-rw-r--r--mail/fetchmail/files/fetchmailrc.sample3
2 files changed, 1 insertions, 24 deletions
diff --git a/mail/fetchmail/files/fetchmailconf.in b/mail/fetchmail/files/fetchmailconf.in
deleted file mode 100644
index 32bb008144cd..000000000000
--- a/mail/fetchmail/files/fetchmailconf.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# Wrapper for the real fetchmailconf. Checks whether Python and Tkinter are
-# installed, and runs the real fetchmailconf or alerts the user, as appropriate.
-#
-# $FreeBSD$
-
-LOCALBASE=%%LOCALBASE%%
-
-if [ -x $LOCALBASE/bin/python ] ; then
- PYTHON_VERSION=python$(${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]' 2>/dev/null)
- if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then
- exec ${LOCALBASE}/libexec/fetchmailconf.py "$@"
- fi
-fi
-cat <<EOF
-The fetchmailconf program requires Python with Tkinter, which does
-not appear to be installed on this system. Python can be found in
-the FreeBSD Ports Collection in lang/python, and Tkinter for Python
-can be found in x11-toolkits/py-tkinter.
-EOF
-exit 1
diff --git a/mail/fetchmail/files/fetchmailrc.sample b/mail/fetchmail/files/fetchmailrc.sample
index a3ee62b1a748..bf2112989141 100644
--- a/mail/fetchmail/files/fetchmailrc.sample
+++ b/mail/fetchmail/files/fetchmailrc.sample
@@ -1,4 +1,3 @@
# Your fetchmail configuration goes here.
#
-# See fetchmail(1), and/or use fetchmailconf (must not build the port
-# WITHOUT_X11).
+# See fetchmail(1), and/or use fetchmailconf (a separate port)