pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/pysolfc



Module Name:    pkgsrc
Committed By:   snj
Date:           Sat Sep 12 19:45:30 UTC 2009

Modified Files:
        pkgsrc/games/pysolfc: Makefile distinfo
Added Files:
        pkgsrc/games/pysolfc/patches: patch-ac

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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/pysolfc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/pysolfc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/pysolfc/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index