ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Mar 2 23:00:01 UTC 2013
>Number: 176611
>Category: ports
>Synopsis: [PATCH] mail/fetchmail: Chase _tkinter.so relocation
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 02 23:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Li-Wen Hsu
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lucky7 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 01:49:22 CST
>Description:
Update script for chasing _tkinter.so relocation
Port maintainer (chalpin at cs.wisc.edu) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- fetchmail-6.3.24_1.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/Makefile ./Makefile
--- /usr/ports/mail/fetchmail/Makefile 2013-01-10 09:55:48.000000000 +0800
+++ ./Makefile 2013-03-03 01:38:20.000000000 +0800
@@ -1,5 +1,5 @@
# Created by: Ville Eerola <ve at sci.fi>
-# $FreeBSD: ports/mail/fetchmail/Makefile,v 1.225 2013/01/10 01:55:48 svnexp Exp $
+# $FreeBSD: head/mail/fetchmail/Makefile 310167 2013-01-10 01:36:21Z mandree $
#
# NOTE: The fetchmailconf program (an interactive program for
# writing .fetchmailrc files) requires Python, Tk, X11, etc..
@@ -9,6 +9,7 @@
PORTNAME= fetchmail
PORTVERSION= 6.3.24
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \
http://mandree.home.pages.de/${PORTNAME}/
diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/files/fetchmailconf.in ./files/fetchmailconf.in
--- /usr/ports/mail/fetchmail/files/fetchmailconf.in 2013-01-10 10:12:35.000000000 +0800
+++ ./files/fetchmailconf.in 2013-03-02 19:53:57.000000000 +0800
@@ -3,13 +3,13 @@
# Wrapper for the real fetchmailconf. Checks whether Python and Tkinter are
# installed, and runs the real fetchmailconf or alerts the user, as appropriate.
#
-# $FreeBSD: ports/mail/fetchmail/files/fetchmailconf.in,v 1.2 2013/01/10 02:12:35 svnexp Exp $
+# $FreeBSD: head/mail/fetchmail/files/fetchmailconf.in 310168 2013-01-10 01:46:37Z mandree $
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}/site-packages/_tkinter.so ]; then
+ if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then
exec ${LOCALBASE}/libexec/fetchmailconf.py "$@"
fi
fi
--- fetchmail-6.3.24_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list