head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.34 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.32 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.30 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.28 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.26 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.24 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.22 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.20 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.1.1.0.18 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.16 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.14 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.12 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.10 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.8 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2006.04.17.21.14.50; author wiz; state dead; branches; next 1.1; 1.1 date 2003.12.24.12.57.30; author jmmv; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.12.24.12.57.30; author jmmv; state Exp; branches; next ; desc @@ 1.2 log @Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006. Unsupported and vulnerable. No dissenting voices. @ text @$NetBSD: patch-aa,v 1.1 2003/12/24 12:57:30 jmmv Exp $ Note that POSIX uses SIGCHLD ...! - HF --- texk/web2c/window/mftalk.c.orig Thu Jul 15 16:52:02 1999 +++ texk/web2c/window/mftalk.c Thu Jul 15 16:52:44 1999 @@@@ -102,7 +102,11 @@@@ fatal (setmode, setmode (cs_pipe[1], O_BINARY) == -1); #endif +#ifndef SIGCLD + old = signal (SIGCHLD, child_died); +#else old = signal (SIGCLD, child_died); +#endif fatal (old, old == SIG_ERR); sprintf (height, "-h%d", screendepth); @@@@ -145,7 +149,11 @@@@ fatal (close, close (sc_pipe[1]) == -1); fatal (close, close (cs_pipe[0]) == -1); fatal (close, close (cs_pipe[1]) == -1); +#ifndef SIGCLD + fatal (signal, signal (SIGCHLD, old) == SIG_ERR); +#else fatal (signal, signal (SIGCLD, old) == SIG_ERR); +#endif break; default: res = read (cs_pipe[0], &ack, sizeof (int)); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2003/10/10 01:11:20 danw Exp $ @ 1.1.1.1 log @Reimport of teTeX-bin version 1.0.7nb3 as teTeX1-bin: This package contains the executables for the teTeX installation as well as other files that were created when generating the binaries: info files, format files and manual pages. @ text @@