I am working on Python 3.1's port. Somebody reported a problem with it and I don't understand what could cause it.
Here is the error: [...] ===> Building package for python-3.1.1 Create /usr/ports/packages/i386/all/python-3.1.1.tgz Error: change in plist diff -u /usr/ports/plist/python-3.1.1 /usr/ports/plist/python-3.1.1-new ===> Cleaning for python-3.1.1 [...] And here is what the diff looks like: $ diff -u python-3.1.1 python-3.1.1-new --- python-3.1.1 Thu Aug 20 10:15:41 2009 +++ python-3.1.1-new Thu Aug 20 10:15:42 2009 @@ -1977,12 +1977,9 @@ lib/python3.1/zipfile.py lib/python3.1/zipfile.pyc lib/python3.1/zipfile.pyo -man/cat3f/ @man man/man1/python3.1.1 -man/man3f/ share/doc/python3.1/ share/doc/python3.1/CHANGES.OpenBSD share/emacs/ share/emacs/site-lisp/ share/emacs/site-lisp/python-mode-3.1.el -share/nls/pl_PL.ISO_8859-2/ I looked at the portion of code which issues the error: /usr/ports/infrastructure/package/register-plist but I don't understand what it does. Any clue? Cheers, -- Henry Pr?cheur