Subject: CVS commit: pkgsrc/games/pysolfc
From: Soren Jacobsen
Date: 2009-09-12 21:45:30
Message id: 20090912194530.240CB175D0@cvs.netbsd.org

Log Message:
Remove dependency on py-imagingtk.  pysolfc works fine without it.  The
problem wiz stumbled upon only occurs if py-imaging is installed and
py-imagingtk is not.  pysolfc assumed that if py-imaging was installed,
py-imagingtk was also installed.  patch-ac corrects this by simply
disabling the runtime detection of these optional dependencies.

The real issue, it seems to me, is that py-imaging installs ImageTk.py,
which needs py-imagingtk to be useful.  This is why pysolfc got
confused.  pkgsrc should probably be changed to install ImageTk.py in
the py-imagingtk package instead, but I'd rather not audit all
py-imaging users right now, so I'll leave that for someone else.

Bump PKGREVISION to 4.

Files:
RevisionActionfile
1.7modifypkgsrc/games/pysolfc/Makefile
1.2modifypkgsrc/games/pysolfc/distinfo
1.1addpkgsrc/games/pysolfc/patches/patch-ac