head 1.10; access; symbols pkgsrc-2013Q2:1.10.0.42 pkgsrc-2013Q2-base:1.10 pkgsrc-2012Q4:1.10.0.40 pkgsrc-2012Q4-base:1.10 pkgsrc-2011Q4:1.10.0.38 pkgsrc-2011Q4-base:1.10 pkgsrc-2011Q2:1.10.0.36 pkgsrc-2011Q2-base:1.10 pkgsrc-2009Q4:1.10.0.34 pkgsrc-2009Q4-base:1.10 pkgsrc-2008Q4:1.10.0.32 pkgsrc-2008Q4-base:1.10 pkgsrc-2008Q3:1.10.0.30 pkgsrc-2008Q3-base:1.10 cube-native-xorg:1.10.0.28 cube-native-xorg-base:1.10 pkgsrc-2008Q2:1.10.0.26 pkgsrc-2008Q2-base:1.10 pkgsrc-2008Q1:1.10.0.24 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.22 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.10.0.20 pkgsrc-2007Q3-base:1.10 pkgsrc-2007Q2:1.10.0.18 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.16 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.14 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.12 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.10.0.10 pkgsrc-2006Q2-base:1.10 pkgsrc-2006Q1:1.10.0.8 pkgsrc-2006Q1-base:1.10 pkgsrc-2005Q4:1.10.0.6 pkgsrc-2005Q4-base:1.10 pkgsrc-2005Q3:1.10.0.4 pkgsrc-2005Q3-base:1.10 pkgsrc-2005Q2:1.10.0.2 pkgsrc-2005Q2-base:1.10 pkgsrc-2005Q1:1.9.0.20 pkgsrc-2005Q1-base:1.9 pkgsrc-2004Q4:1.9.0.18 pkgsrc-2004Q4-base:1.9 pkgsrc-2004Q3:1.9.0.16 pkgsrc-2004Q3-base:1.9 pkgsrc-2004Q2:1.9.0.14 pkgsrc-2004Q2-base:1.9 pkgsrc-2004Q1:1.9.0.12 pkgsrc-2004Q1-base:1.9 pkgsrc-2003Q4:1.9.0.10 pkgsrc-2003Q4-base:1.9 netbsd-1-6-1:1.9.0.6 netbsd-1-6-1-base:1.9 netbsd-1-6:1.9.0.8 netbsd-1-6-RELEASE-base:1.9 pkgviews:1.9.0.4 pkgviews-base:1.9 buildlink2:1.9.0.2 buildlink2-base:1.9 netbsd-1-5-PATCH003:1.9 netbsd-1-4-PATCH002:1.7 netbsd-1-4-PATCH001:1.5 netbsd-1-4-RELEASE:1.5 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.10 date 2005.05.18.22.02.22; author wiz; state dead; branches; next 1.9; 1.9 date 2002.04.11.01.31.02; author jlam; state Exp; branches; next 1.8; 1.8 date 2000.05.30.19.39.22; author drochner; state dead; branches; next 1.7; 1.7 date 99.11.07.20.52.08; author tron; state Exp; branches; next 1.6; 1.6 date 99.10.23.11.01.44; author tron; state dead; branches; next 1.5; 1.5 date 99.03.08.16.40.57; author tron; state Exp; branches; next 1.4; 1.4 date 99.03.07.21.17.50; author tron; state Exp; branches; next 1.3; 1.3 date 99.01.16.05.39.42; author tron; state Exp; branches; next 1.2; 1.2 date 99.01.04.21.58.12; author tron; state Exp; branches; next 1.1; 1.1 date 98.10.07.19.45.26; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.10.07.19.45.26; author agc; state Exp; branches; next ; desc @@ 1.10 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-ac,v 1.9 2002/04/11 01:31:02 jlam Exp $ --- omf-install/Makefile.in.orig Wed Apr 10 14:05:14 2002 +++ omf-install/Makefile.in @@@@ -194,7 +194,7 @@@@ l = @@l@@ omf_dest_dir = $(datadir)/omf/gnome-core -scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper +scrollkeeper_localstate_dir = `$(SCROLLKEEPER_CONFIG) --pkglocalstatedir` mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @ 1.9 log @Use the correct database directory when updating with scrollkeeper so that we don't dump core during the installation. @ text @d1 1 a1 1 $NetBSD$ @ 1.8 log @update to 1.2.0 "many fixes and enhancements" @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.7 1999/11/07 20:52:08 tron Exp $ d3 4 a6 3 --- gsm/gnome-wm.orig Tue Aug 24 21:41:18 1999 +++ gsm/gnome-wm Sun Nov 7 21:45:00 1999 @@@@ -9,9 +9,9 @@@@ d8 6 a13 10 if [ -z "$WINDOW_MANAGER" ] ; then for wm in enlightenment icewm wmaker fvwm2 fvwm twm ; do - check=`which $wm` + check=`type $wm` if [ $? -eq 0 ] ; then - WINDOW_MANAGER=$check + WINDOW_MANAGER=${check##* } break fi done @ 1.7 log @Because NetBSD's which(1) doesn't return a non zero exit code if a command is not found use "type" in "gnome-wm" script instead. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update "gnome-core" package to version 1.0.53 included in GNOME 1.0.53 release. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.5 1999/03/08 16:40:57 tron Exp $ d3 3 a5 5 --- applets/modemlights/modemlights.c.orig Mon Feb 8 17:20:52 1999 +++ applets/modemlights/modemlights.c Mon Mar 8 15:23:45 1999 @@@@ -32,7 +32,7 @@@@ #include #include d7 10 a16 30 -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) || defined(__NetBSD__) #include #endif @@@@ -249,13 +249,13 @@@@ struct ppp_stats stats; memset(&ifreq, 0, sizeof(ifreq)); -#if defined(__FreeBSD__) || defined(__OpenBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) strncpy(ifreq.ifr_name, device_name, IFNAMSIZ); #else strncpy(ifreq.ifr_ifrn.ifrn_name, device_name, IFNAMSIZ); #endif /* FreeBSD or OpenBSD */ ifreq.ifr_ifru.ifru_data = (caddr_t)&stats; -#if defined(__FreeBSD__) || defined(__OpenBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) if ((ioctl(ip_socket,SIOCGPPPSTATS,(caddr_t)&ifreq) < 0)) #else #ifdef SIOCDEVPRIVATE @@@@ -264,7 +264,7 @@@@ *in = *out = 0; return FALSE; #endif -#endif /* FreeBSD or OpenBSD */ +#endif /* FreeBSD or NetBSD or OpenBSD */ { /* failure means ppp is not up */ *in = *out = 0; @ 1.5 log @Fix build problems under 1.3/1.3.x. Patches supplied by Rene Hexel. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update "gnome-core" package to version 1.0.1. @ text @d4 10 a13 1 +++ applets/modemlights/modemlights.c Sun Mar 7 21:02:05 1999 @ 1.3 log @The never ending gnome story: Update "gnome-core" package to version 0.99.3.1. @ text @d3 3 a5 3 --- applets/modemlights/modemlights.c.orig Wed Jan 13 00:44:49 1999 +++ applets/modemlights/modemlights.c Sat Jan 16 06:07:41 1999 @@@@ -226,21 +226,24 @@@@ d9 2 a10 4 -#ifndef __FreeBSD__ - strncpy(ifreq.ifr_ifrn.ifrn_name, device_name, IFNAMSIZ); -#else +#if (defined(BSD) && BSD >= 199506) || defined(__NetBSD__) d12 3 a14 3 +#else + strncpy(ifreq.ifr_ifrn.ifrn_name, device_name, IFNAMSIZ); #endif /* __FreeBSD__ */ d16 4 a19 7 -#ifndef __FreeBSD__ +#if defined(__FreeBSD__) + if ((ioctl(ip_socket,SIOCGPPPSTATS,(caddr_t)&ifreq) < 0)) +#else +#if defined(__NetBSD__) + if ((ioctl(ip_socket,SIOCGIFFLAGS,(caddr_t)&ifreq) < 0)) +#else d21 3 a23 5 if ((ioctl(ip_socket,SIOCDEVPRIVATE,(caddr_t)&ifreq) < 0)) #else - *in = *out = 0; - return FALSE; + if (0) d25 2 a26 4 -#else - if ((ioctl(ip_socket,SIOCGPPPSTATS,(caddr_t)&ifreq) < 0)) +#endif /* NetBSD */ #endif /* __FreeBSD__ */ d29 1 @ 1.2 log @Merge patches supplied by Clifford Wright in PR pkg/6389 to make this package compile on 1.3 and 1.3.x. @ text @d3 3 a5 5 Make this compile on NetBSD, as well as FreeBSD. --- applets/modemlights/modemlights.c.orig Mon Dec 14 20:34:38 1998 +++ applets/modemlights/modemlights.c Mon Jan 4 22:39:43 1999 @@@@ -226,17 +226,21 @@@@ a13 1 -#endif /* __FreeBSD__ */ d16 1 a16 1 +#endif /* 4.4-BSD derived */ d19 1 a19 2 - if ((ioctl(ip_socket,SIOCDEVPRIVATE,(caddr_t)&ifreq) < 0)) +#if (defined(BSD) && BSD >= 199506) d24 3 d28 5 a33 2 -#endif /* __FreeBSD__ */ + if ((ioctl(ip_socket,SIOCDEVPRIVATE,(caddr_t)&ifreq) < 0)) d35 1 a35 1 +#endif /* 4.4-BSD derived */ a37 1 *in = *out = 0; @ 1.1 log @Initial revision @ text @d3 1 a3 2 Make this compile on NetBSD as well as FreeBSD. (June 1995 was the release of 4.4BSD-lite). d5 3 a7 3 --- applets/modemlights/modemlights.c 1998/10/05 14:51:41 1.1 +++ applets/modemlights/modemlights.c 1998/10/05 15:03:55 @@@@ -222,17 +222,17 @@@@ d14 1 a14 1 +#if (defined(BSD) && BSD >= 199506) d25 3 d32 1 @ 1.1.1.1 log @Initial import of gnome-core-0.30, the base component of GNU Network Object Management Environment - contains the GNOME panel and applets, the help browser, desktop properties and other essential GNOME utilities, into the NetBSD packages collection. @ text @@