head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.1.1.0.4 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.1.1.0.6 pkgviews-base:1.1 buildlink2-base:1.1.1.1 buildlink2:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.05.13.14.39.42; author wiz; state dead; branches; next 1.3; 1.3 date 2005.02.04.13.00.10; author rillig; state Exp; branches; next 1.2; 1.2 date 2002.11.23.23.23.53; author wiz; state Exp; branches; next 1.1; 1.1 date 2002.06.21.15.09.47; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.06.21.15.09.47; author agc; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2002.06.21.15.09.47; author jlam; state dead; branches; next 1.1.1.1.2.2; 1.1.1.1.2.2 date 2002.06.23.19.03.12; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Remove some GNOME1 packages that are unmaintained upstream and/or in pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though. @ text @$NetBSD: patch-ab,v 1.3 2005/02/04 13:00:10 rillig Exp $ --- icepref.orig Thu Jan 6 00:16:04 2000 +++ icepref @@@@ -1710,7 +1710,7 @@@@ exec_path = commands.getoutput('whereis icewm') exec_path = split(exec_path) # split output of whereis into tokens at whitespace - exec_path = exec_path[1] # get second token (should be executable) + exec_path = exec_path[0] # get second token (should be executable) if DEBUG: print 'The icewm execuatable is located at %s' % exec_path @@@@ -1898,8 +1898,7 @@@@ # work on other non Linux systems. Under Debian, this function requires # the installation of the psmisc package. - os.system('killall -HUP -q icewm') - os.system('killall -HUP -q icewm-gnome') + os.system('kill -HUP `pgrep icewm; pgrep icewm-gnome`') # this is the callback for the OK button @@@@ -2090,7 +2089,7 @@@@ button.show() # Disable the Restart button in the OS is BSD or the user is root - if item[0] == 'Restart' and ( self.os == 'BSD' or USER == 'root'): + if item[0] == 'Restart' and ( USER == 'root'): button.set_sensitive(FALSE) bbox.pack_start(button, TRUE, FALSE, 0) @ 1.3 log @Replaced the call to killall(1) by a call to pgrep(1)/kill(1) to make the "Restart" button work on NetBSD (and still on Linux). Bumped PKGREVISION. Reviewed by wiz. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/11/23 23:23:53 wiz Exp $ @ 1.2 log @Update to 1.1nb1 -- make it work with python versions other than 2.1. Patch provided by Julio Merino in PR 19146. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2002/06/21 15:09:47 agc Exp $ d14 1 a14 1 @@@@ -1898,8 +1898,8 @@@@ d20 1 a20 2 + os.system('killall -HUP icewm') + os.system('killall -HUP icewm-gnome') d24 1 a24 1 @@@@ -2090,7 +2090,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ a4 6 @@@@ -1,4 +1,4 @@@@ -#!/usr/bin/env python +#!/usr/bin/env python2.1 ############################################################################## # IcePref 1.0 @ 1.1.1.1 log @Initial import of icepref-1.1, yet another configuration tool for icewm, into the NetBSD Packages Collection. Provided in PR 17351 by ptiJo@@noos.fr IcePref is a graphical configuration utility for IceWM. It is written in python and uses the Gtk toolkit via the PyGTK bindings. It is capable of configuring all of the settings contained in the 'preferences' file. More features are forthcoming. @ text @@ 1.1.1.1.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 19:03:12 +0000 @ text @d1 39 @ 1.1.1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 39 $NetBSD: patch-ab,v 1.1.1.1.2.1 2002/06/23 19:03:12 jlam Exp $ --- icepref.orig Thu Jan 6 00:16:04 2000 +++ icepref @@@@ -1,4 +1,4 @@@@ -#!/usr/bin/env python +#!/usr/bin/env python2.1 ############################################################################## # IcePref 1.0 @@@@ -1710,7 +1710,7 @@@@ exec_path = commands.getoutput('whereis icewm') exec_path = split(exec_path) # split output of whereis into tokens at whitespace - exec_path = exec_path[1] # get second token (should be executable) + exec_path = exec_path[0] # get second token (should be executable) if DEBUG: print 'The icewm execuatable is located at %s' % exec_path @@@@ -1898,8 +1898,8 @@@@ # work on other non Linux systems. Under Debian, this function requires # the installation of the psmisc package. - os.system('killall -HUP -q icewm') - os.system('killall -HUP -q icewm-gnome') + os.system('killall -HUP icewm') + os.system('killall -HUP icewm-gnome') # this is the callback for the OK button @@@@ -2090,7 +2090,7 @@@@ button.show() # Disable the Restart button in the OS is BSD or the user is root - if item[0] == 'Restart' and ( self.os == 'BSD' or USER == 'root'): + if item[0] == 'Restart' and ( USER == 'root'): button.set_sensitive(FALSE) bbox.pack_start(button, TRUE, FALSE, 0) @