head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.40 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.38 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.36 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.34 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.32 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.30 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.28 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.26 pkgsrc-2008Q1:1.2.0.24 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.22 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.20 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.18 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.16 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.14 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.12 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.1.1.0.20 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.18 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.16 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.14 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.11.26.17.04.19; author joerg; state dead; branches; next 1.2; 1.2 date 2005.05.29.14.38.33; author wiz; state Exp; branches; next 1.1; 1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches; next ; desc @@ 1.3 log @Remove parallel/glunix. It fails in the patch phase on NetBSD 4 and later. After fixing that, it fails with C++ errors, so it couldn't have been build at least for 3 years. Assume noone cares. @ text @$NetBSD: patch-bs,v 1.2 2005/05/29 14:38:33 wiz Exp $ --- progs/glush/config.h.orig 1997-11-05 21:43:59.000000000 +0100 +++ progs/glush/config.h @@@@ -38,7 +38,7 @@@@ * Note that some machines eg. rs6000 have a vfork, but not * with the berkeley semantics, so we cannot use it there either. */ -#undef VFORK +#define VFORK /* * BSDJOBS You have BSD-style job control (both process groups and @@@@ -51,14 +51,14 @@@@ * Note: POSIX systems should not define this unless they * have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX). */ -#undef BSDSIGS +#define BSDSIGS /* * BSDTIMES You have BSD-style process time stuff (like rusage) * This may or may not be true. For example, Apple Unix * (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES. */ -#undef BSDTIMES +#define BSDTIMES /* * BSDLIMIT You have BSD-style resource limit stuff (getrlimit/setrlimit) @@@@ -69,7 +69,7 @@@@ * BSDNICE Your system uses setpriority() instead of nice, to * change a processes scheduling priority */ -#undef BSDNICE +#define BSDNICE /* * TERMIO You have struct termio instead of struct sgttyb. @@@@ -83,10 +83,10 @@@@ * SYSVREL Your machine is SYSV based (HPUX, A/UX) * NOTE: don't do this if you are on a Pyramid -- tcsh is * built in a BSD universe. - * Set SYSVREL to 1, 2, or 3, depending the version of System V + * Set SYSVREL to 1, 2, 3, or 4, depending the version of System V * you are running. Or set it to 0 if you are not SYSV based */ -#define SYSVREL 4 +#define SYSVREL 0 /* * YPBUGS Work around Sun YP bugs that cause expansion of ~username @@@@ -106,47 +106,16 @@@@ #define HAVEDUP2 /* - * HAVEUTMPX Define if you have extended utmp (utmpx). - * (common for svr4 systems) - */ -#define HAVEUTMPX - -/* * UTHOST Does the utmp file have a host field? */ -#ifdef HAVEUTMPX -# define UTHOST -#else -# undef UTHOST -#endif /* HAVEUTMPX */ +#define UTHOST /* * DIRENT Your system has instead of */ #define DIRENT - -/* - * ECHO_STYLE Optionally change the behavior of the builtin echo - * BOTH_ECHO: Support both bsd options (-n) and sysv escapes (\nnn) - * BSD_ECHO: Support only -n - * SYSV_ECHO: Support only sysv escapes (\nnn) - * NONE_ECHO: Pure echo. - */ -#define ECHO_STYLE BSD_ECHO /* BSD options only */ - /****************** local defines *********************/ -#ifndef BSDTIMES -# define NEEDgethostname -#endif -/* - * Shadow passwd file - */ -#define PW_SHADOW - -#define SOLARIS2 23 - /****************** configurable hacks ****************/ /* have been moved to config_f.h */ #include "config_f.h" - #endif /* _h_config */ @ 1.2 log @Make build, install and deinstall on NetBSD-2.0/i386. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 5 a7 4 diff -U 1 progs/glush/config.h ../old/progs/glush/config.h --- progs/glush/config.h Wed Nov 5 13:43:59 1997 +++ ../old/progs/glush/config.h Thu Mar 12 02:19:30 1998 @@@@ -40,3 +40,3 @@@@ d12 5 a16 1 @@@@ -53,3 +53,3 @@@@ d21 4 a24 1 @@@@ -60,3 +60,3 @@@@ d29 5 a33 1 @@@@ -71,3 +71,3 @@@@ d38 5 a42 1 @@@@ -85,6 +85,6 @@@@ d51 5 a55 1 @@@@ -108,15 +108,5 @@@@ d72 3 a74 1 @@@@ -126,23 +116,3 @@@@ d98 1 a98 1 @@@@ -150,3 +120,2 @@@@ @ 1.1.1.1 log @Initial import of glunix-1.0a Thanks to Ross for all the help, and Alistair for fixing some brain damage. A Global Layer Unix for NOW. (Network Of Workstations) @ text @@