head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.42 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.40 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.38 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.36 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.34 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.32 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.30 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.28 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.26 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.24 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.22 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.20 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.18 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.16 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.14 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.12 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.10 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.8 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.6 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.4 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.2 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.7.0.4 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.2 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4; locks; strict; comment @# @; 1.8 date 2005.05.31.22.13.09; author wiz; state dead; branches; next 1.7; 1.7 date 2004.11.06.11.53.02; author wiz; state Exp; branches; next 1.6; 1.6 date 2004.03.16.14.04.44; author tron; state dead; branches; next 1.5; 1.5 date 2004.03.16.09.48.45; author tron; state Exp; branches; next 1.4; 1.4 date 2002.03.23.23.20.36; author fredb; state dead; branches; next 1.3; 1.3 date 2002.03.23.04.54.14; author fredb; state Exp; branches; next 1.2; 1.2 date 2001.01.21.17.40.35; author tron; state dead; branches; next 1.1; 1.1 date 2001.01.21.17.28.21; author tron; state Exp; branches; next ; desc @@ 1.8 log @Remove controlcenter (replaced by control-center). @ text @$NetBSD: patch-ad,v 1.7 2004/11/06 11:53:02 wiz Exp $ --- doc/C/control-center-C.omf.orig 2001-10-26 11:00:10.000000000 +0200 +++ doc/C/control-center-C.omf @@@@ -1,13 +1,18 @@@@ + + + jrb@@redhat.com + GNOME Control Center Manual - - System|Configuration|Configuration Tools - GNOME|Settings - + + 2002-02-10 + + + @ 1.7 log @Add patch from jmmv that fixes scrollkeeper core dumps during installation. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Backout my recent changes because Thomas Klausner and Grant Beattie disapprove. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.5 2004/03/16 09:48:45 tron Exp $ d3 25 a27 11 --- po/Makefile.in.in.orig Sun Feb 10 22:36:46 2002 +++ po/Makefile.in.in Tue Mar 16 10:14:36 2004 @@@@ -106,7 +106,7 @@@@ @@catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//' -e 's/\.mo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then \ @ 1.5 log @Fix locale file installation. Bump package revision because of that. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to controlcenter 1.4.0.4: - -Bug fixes, including a fix for a stack corruption bug in the file-types capplet - -Updated documentation, man pages, new translations @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2002/03/23 04:54:14 fredb Exp $ d3 11 a13 12 --- config.h.in.orig Fri Mar 22 22:15:41 2002 +++ config.h.in @@@@ -150,6 +150,9 @@@@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H @ 1.3 log @Let configure check for the presence of , in order to provide a prototype for waitpid() in the theme-switcher capplet. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Because "gpatch" used on Solaris doesn't accept the patch file add the missing newline manually with a "echo". @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2001/01/21 17:28:21 tron Exp $ d3 12 a14 10 Add a missing space at the end of the file. --- control-center/cappletConf.sh.in.orig Sun Sep 19 00:30:38 1999 +++ control-center/cappletConf.sh.in Sun Jan 21 18:15:35 2001 @@@@ -1,4 +1,4 @@@@ CAPPLET_LIBDIR="@@GNOME_LIBDIR@@" CAPPLET_LIBS="-lcapplet @@GNOMEUI_LIBS@@ @@ORB_LIBS@@ -lgnorba" CAPPLET_INCLUDEDIR="@@GNOME_INCLUDEDIR@@" -MODULE_VERSION="capplet-@@VERSION@@" +MODULE_VERSION="capplet-@@VERSION@@" @ 1.1 log @Add missing newline at the end of "cappletConf.sh.in". @ text @d1 1 a1 1 $NetBSD$ @