diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-28 10:34:51 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-28 10:34:51 +0000 |
commit | ad80acb5ecc5c84970094ecd4869f55c0fcb6d65 (patch) | |
tree | 1b8e9f3169f8e3cf4ca44db808f9114d0b2807bd /games/pysol/files/patch-src::tk::soundoptionsdialog.py | |
parent | Update to version 3.30. (diff) |
Remove expired ports:
2014-03-27 audio/pysol-sound-server: Broken, abondonware, use pysolfc
2014-03-27 games/pysol-cardsets: Broken, abondonware, use pysolfc
2014-03-27 games/pysol-music: Broken, abondonware, use pysolfc
2014-03-27 games/pysol: Broken, abondonware, use pysolfc
2014-03-28 devel/ros_tutorials: Depends on expiring devel/ros_comm
2014-03-28 math/ros-geometry: Depends on expiring devel/ros_comm
2014-03-28 devel/ros-nxt: Depends on expiring devel/ros_comm
2014-03-28 devel/ros-rx: Depends on expiring devel/ros_comm
2014-03-28 devel/R-cran-vcd: New port without proper maintainer
2014-03-28 devel/ros-documentation: Depends on expiring devel/ros_comm
2014-03-28 devel/ros-common_msgs: Depends on expiring devel/ros_comm
2014-03-28 devel/ros_comm: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=349406
Diffstat (limited to 'games/pysol/files/patch-src::tk::soundoptionsdialog.py')
-rw-r--r-- | games/pysol/files/patch-src::tk::soundoptionsdialog.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games/pysol/files/patch-src::tk::soundoptionsdialog.py b/games/pysol/files/patch-src::tk::soundoptionsdialog.py deleted file mode 100644 index 8936cc8ec17f..000000000000 --- a/games/pysol/files/patch-src::tk::soundoptionsdialog.py +++ /dev/null @@ -1,23 +0,0 @@ ---- src/tk/soundoptionsdialog.py.orig 2004-12-04 15:33:34.218987696 +0200 -+++ src/tk/soundoptionsdialog.py 2004-12-04 15:29:08.306412552 +0200 -@@ -47,6 +47,11 @@ - from tkconst import EVENT_HANDLED, EVENT_PROPAGATE - from tkwidget import _ToplevelDialog, MfxDialog - -+def bool2int(b): -+ if b: -+ return 1 -+ else: -+ return 0 - - # /*********************************************************************** - # // -@@ -114,7 +119,7 @@ - - def mDone(self, button): - if button == 0 or button == 1: -- self.app.opt.sound = self.sound.get() -+ self.app.opt.sound = bool2int(self.sound.get()) - self.app.opt.sound_mode = self.sound_mode.get() - self.app.opt.sound_sample_volume = self.sample_volume.get() - self.app.opt.sound_music_volume = self.music_volume.get() |