head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.50 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.48 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.46 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q2:1.11.0.44 pkgsrc-2011Q2-base:1.11 pkgsrc-2009Q4:1.11.0.42 pkgsrc-2009Q4-base:1.11 pkgsrc-2008Q4:1.11.0.40 pkgsrc-2008Q4-base:1.11 pkgsrc-2008Q3:1.11.0.38 pkgsrc-2008Q3-base:1.11 cube-native-xorg:1.11.0.36 cube-native-xorg-base:1.11 pkgsrc-2008Q2:1.11.0.34 pkgsrc-2008Q2-base:1.11 pkgsrc-2008Q1:1.11.0.32 pkgsrc-2008Q1-base:1.11 pkgsrc-2007Q4:1.11.0.30 pkgsrc-2007Q4-base:1.11 pkgsrc-2007Q3:1.11.0.28 pkgsrc-2007Q3-base:1.11 pkgsrc-2007Q2:1.11.0.26 pkgsrc-2007Q2-base:1.11 pkgsrc-2007Q1:1.11.0.24 pkgsrc-2007Q1-base:1.11 pkgsrc-2006Q4:1.11.0.22 pkgsrc-2006Q4-base:1.11 pkgsrc-2006Q3:1.11.0.20 pkgsrc-2006Q3-base:1.11 pkgsrc-2006Q2:1.11.0.18 pkgsrc-2006Q2-base:1.11 pkgsrc-2006Q1:1.11.0.16 pkgsrc-2006Q1-base:1.11 pkgsrc-2005Q4:1.11.0.14 pkgsrc-2005Q4-base:1.11 pkgsrc-2005Q3:1.11.0.12 pkgsrc-2005Q3-base:1.11 pkgsrc-2005Q2:1.11.0.10 pkgsrc-2005Q2-base:1.11 pkgsrc-2005Q1:1.11.0.8 pkgsrc-2005Q1-base:1.11 pkgsrc-2004Q4:1.11.0.6 pkgsrc-2004Q4-base:1.11 pkgsrc-2004Q3:1.11.0.4 pkgsrc-2004Q3-base:1.11 pkgsrc-2004Q2:1.11.0.2 pkgsrc-2004Q2-base:1.11 pkgsrc-2004Q1:1.10.0.10 pkgsrc-2004Q1-base:1.10 pkgsrc-2003Q4:1.10.0.8 pkgsrc-2003Q4-base:1.10 netbsd-1-6-1:1.10.0.4 netbsd-1-6-1-base:1.10 netbsd-1-6:1.10.0.6 netbsd-1-6-RELEASE-base:1.10 pkgviews:1.10.0.2 pkgviews-base:1.10 buildlink2:1.9.0.2 buildlink2-base:1.9 netbsd-1-5-PATCH003:1.9 netbsd-1-5-PATCH001:1.9 netbsd-1-5-RELEASE:1.9 netbsd-1-4-PATCH003:1.9 netbsd-1-4-PATCH002:1.8 comdex-fall-1999:1.8 netbsd-1-4-PATCH001:1.5 netbsd-1-4-RELEASE:1.5 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.11 date 2004.06.01.21.39.20; author kristerw; state dead; branches; next 1.10; 1.10 date 2002.07.18.09.08.28; author agc; state Exp; branches; next 1.9; 1.9 date 2000.08.06.19.55.47; author fredb; state Exp; branches; next 1.8; 1.8 date 99.09.10.20.38.23; author bad; state Exp; branches; next 1.7; 1.7 date 99.08.02.18.18.17; author bad; state Exp; branches; next 1.6; 1.6 date 99.07.29.16.44.42; author bad; state Exp; branches; next 1.5; 1.5 date 99.04.16.16.32.11; author bad; state Exp; branches; next 1.4; 1.4 date 99.04.08.20.08.56; author bad; state Exp; branches; next 1.3; 1.3 date 99.04.08.19.44.36; author bad; state Exp; branches; next 1.2; 1.2 date 98.12.28.22.22.00; author bad; state Exp; branches; next 1.1; 1.1 date 98.08.23.06.22.18; author garbled; state Exp; branches; next ; desc @@ 1.11 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-ak,v 1.10 2002/07/18 09:08:28 agc Exp $ --- config/configure.in 2002/07/18 08:54:37 1.1 +++ config/configure.in 2002/07/18 08:54:54 @@@@ -124,6 +124,19 @@@@ name=$host_cpu-$host_os case $host in +changequote(,)dnl + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[456789]*) + name=alpha-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork lseek pipe fstat" + available_syscalls="sigsuspend sigprocmask" + ;; +changequote([,])dnl + alpha-*-netbsd1.3*) + name=alpha-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork lseek pipe sigsuspend sigprocmask fstat" + ;; alpha-*-netbsd1.1* | alpha-*-netbsd1.2*) name=alpha-netbsd-1.1 sysincludes=netbsd-1.1 @@@@ -137,6 +150,19 @@@@ CFLAGS="$CFLAGS -std" fi ;; +changequote(,)dnl + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[456789]*) + name=arm32-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork pipe lseek ftruncate fstat" + available_syscalls="sigsuspend sigprocmask" + ;; +changequote([,])dnl + arm32-*-netbsd1.3*) + name=arm32-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork pipe lseek ftruncate sigsuspend sigprocmask fstat" + ;; hppa1.1-*-hpux*) name=hppa-hpux-9.03 sysincludes=hpux-9.03 @@@@ -158,6 +184,24 @@@@ AC_DEFINE(LD_LINKS_STATIC_DATA) AC_DEFINE(BROKEN_SIGNALS) ;; +changequote(,)dnl + powerpc-*-netbsd1.*) + name=powerpc-netbsd + except="fork lseek ftruncate pipe fstat" + available_syscalls="sigprocmask sigaction sigsuspend" + ;; + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[456789]*) + name=sparc-netbsd-1.3 + sysincludes=netbsd-1.1 + except="pipe fork lseek ftruncate fstat" + available_syscalls="sigprocmask sigsuspend" + ;; +changequote([,])dnl + sparc-*-netbsd1.3*) + name=sparc-netbsd-1.3 + sysincludes=netbsd-1.1 + except="pipe fork lseek ftruncate sigprocmask sigsuspend fstat" + ;; sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2*) name=sparc-sunos-4.1.3 sysincludes=netbsd-1.0 @@@@ -178,6 +222,19 @@@@ syscall=i386-bsdi-2.0 except="fork lseek sigsuspend" ;; +changequote(,)dnl + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[456789]*|i386-*-netbsdelf*) + name=i386-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork lseek ftruncate pipe fstat" + available_syscalls="sigsuspend sigaction sigprocmask" + ;; +changequote([,])dnl + i386-*-netbsd1.3*) + name=i386-netbsd-1.3 + sysincludes=netbsd-1.1 + except="fork lseek ftruncate pipe sigsuspend sigprocmask fstat" + ;; i386-*-netbsd1.1* | i386-*-netbsd1.2*) name=i386-netbsd-1.0 sysincludes=netbsd-1.1 @@@@ -193,8 +250,18 @@@@ name=i386-netbsd-0.9 sysincludes=netbsd-0.9 ;; - m68*-*-netbsd*) +changequote(,)dnl + m68*-*-netbsd1.3[H-Z]|m68*-*-netbsd1.[456789]*) name=m68000-netbsd + sysincludes=netbsd-1.1 + except="lseek ftruncate pipe fstat" + available_syscalls="sigsuspend sigprocmask" + ;; +changequote([,])dnl + m68*-*-netbsd1.3*) + name=m68000-netbsd + sysincludes=netbsd-1.1 + except="lseek ftruncate pipe fstat sigsuspend sigprocmask" ;; i386-*-freebsd2.*) name=i386-freebsd-2.0 @@@@ -304,6 +371,16 @@@@ AC_MSG_RESULT($pthreads_cv_timespec_in_time) if test $pthreads_cv_timespec_in_time = yes ; then AC_DEFINE(_OS_HAS_TIMESPEC) +fi + +dnl socklen_t +AC_CACHE_VAL(pthreads_cv_socklen_t, + AC_TRY_COMPILE([#include +#include ], [socklen_t foo;], + pthreads_cv_socklen_t=yes, pthreads_cv_socklen_t=no)) +AC_MSG_RESULT($pthreads_cv_socklen_t) +if test $pthreads_cv_socklen_t = yes ; then + AC_DEFINE(_OS_HAS_SOCKLEN_T) fi @ 1.10 log @Don't patch one file multiple times - merge the changes into one patch file. Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms. Recognise netbsdelf on i386 platforms - more mods will be necessary for different platforms. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.9 2000/08/06 19:55:47 fredb Exp $ @ 1.9 log @Let "configure" recognize NetBSD-1.5*. Patch contributed by Douglas Wade Needham in PR pkg/10766. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.8 1999/09/10 20:38:23 bad Exp $ d3 2 a4 2 --- config/configure.in.orig Wed Nov 13 22:03:08 1996 +++ config/configure.in Fri Sep 10 20:54:50 1999 d10 1 a10 1 + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) d30 1 a30 1 + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) d45 1 a45 1 @@@@ -158,6 +184,19 @@@@ d50 6 a55 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) d70 1 a70 1 @@@@ -178,6 +217,19 @@@@ d75 1 a75 1 + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) d79 1 a79 1 + available_syscalls="sigsuspend sigprocmask" d90 1 a90 1 @@@@ -193,8 +245,18 @@@@ d96 1 a96 1 + m68*-*-netbsd1.3[H-Z]|m68*-*-netbsd1.[45]*) d110 1 a110 1 @@@@ -304,6 +366,16 @@@@ @ 1.8 log @Make this compile on 1.3ish m68k machines: In engine-m68000-netbsd.c: Move the declaration of __sycall() before the function it's first used in In syscall-m68000-netbsd.S don't use the compat_13 sigprocmask/sigsuspend syscall number constants, they were just SYS__sigprocmask/suspend. Fix the configure script to do the same dance for the 1.3ish systems as for the other architectures. Fix a typo in config.guess. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.7 1999/08/02 18:18:17 bad Exp $ d10 1 a10 1 + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) d30 1 a30 1 + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) d50 1 a50 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) d70 1 a70 1 + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) d91 1 a91 1 + m68*-*-netbsd1.3[H-Z]|m68*-*-netbsd1.4*) @ 1.7 log @config/configure.in: change m4 quotes where necessary. Also fix two typos that might affect 1.4ish sparc and arm32. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $ d4 1 a4 1 +++ config/configure.in Mon Aug 2 19:48:50 1999 d85 3 a87 1 @@@@ -195,6 +247,9 @@@@ d89 3 a91 1 m68*-*-netbsd*) d96 6 d105 1 a105 1 @@@@ -304,6 +359,16 @@@@ @ 1.6 log @Add m68k support to MIT-pthreads. By Andy Finnell . Thanks to Greg Oster for testing on the hp300. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.5 1999/04/16 16:32:11 bad Exp $ d4 2 a5 2 +++ config/configure.in Tue Jul 27 16:26:24 1999 @@@@ -124,6 +124,17 @@@@ d9 1 d16 1 d25 1 a25 1 @@@@ -137,6 +148,17 @@@@ d29 1 d36 1 d45 1 a45 1 @@@@ -158,6 +180,17 @@@@ d49 2 a50 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.3*) d56 1 d65 1 a65 1 @@@@ -178,6 +211,17 @@@@ d69 1 d76 1 d85 1 a85 1 @@@@ -195,6 +239,9 @@@@ d95 1 a95 1 @@@@ -304,6 +351,16 @@@@ @ 1.5 log @Fix thinko in previous commit. Correctly recognise 1.4ish systems. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.4 1999/04/08 20:08:56 bad Exp $ d4 1 a4 1 +++ config/configure.in Fri Apr 16 18:09:29 1999 d77 11 a87 1 @@@@ -304,6 +348,16 @@@@ @ 1.4 log @Recognise 1.4ish NetBSD in the configure scripts. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.3 1999/04/08 19:44:36 bad Exp $ d4 2 a5 2 +++ config/configure.in Thu Apr 8 21:53:21 1999 @@@@ -124,6 +124,23 @@@@ d9 1 a9 7 + alpha-*-netbsd1.4*) + name=alpha-netbsd-1.4 + sysincludes=netbsd-1.1 + except="fork lseek pipe fstat" + available_syscalls="sigsuspend sigprocmask" + ;; + alpha-*-netbsd1.3[H-Z]) d23 1 a23 1 @@@@ -137,6 +154,23 @@@@ d27 1 a27 7 + arm32-*-netbsd1.4*) + name=arm32-netbsd-1.4 + sysincludes=netbsd-1.1 + except="fork pipe lseek ftruncate fstat" + available_syscalls="sigsuspend sigprocmask" + ;; + arm32-*-netbsd1.3[H-Z]) d41 1 a41 1 @@@@ -158,6 +192,23 @@@@ d45 1 a45 7 + sparc-*-netbsd1.3*) + name=sparc-netbsd-1.4 + sysincludes=netbsd-1.1 + except="pipe fork lseek ftruncate fstat" + available_syscalls="sigprocmask sigsuspend" + ;; + sparc-*-netbsd1.3[H-Z]) d59 1 a59 1 @@@@ -178,6 +229,23 @@@@ d63 1 a63 7 + i386-*-netbsd1.4*) + name=i386-netbsd-1.4 + sysincludes=netbsd-1.1 + except="fork lseek ftruncate pipe fstat" + available_syscalls="sigsuspend sigprocmask" + ;; + i386-*-netbsd1.3[H-Z]) d77 1 a77 1 @@@@ -304,6 +372,16 @@@@ @ 1.3 log @Check for socklen_t in the configure script and define a preprocessor symbol accordingly. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.2 1998/12/28 22:22:00 bad Exp $ d4 2 a5 2 +++ config/configure.in Sat Mar 20 22:25:37 1999 @@@@ -124,6 +124,17 @@@@ d9 6 d29 1 a29 1 @@@@ -137,6 +148,17 @@@@ d33 6 d53 1 a53 1 @@@@ -158,6 +180,17 @@@@ d57 6 d77 1 a77 1 @@@@ -178,6 +211,17 @@@@ d81 6 d101 2 a102 1 @@@@ -305,6 +349,16 @@@@ d105 1 a105 1 fi d115 1 a115 1 +fi a117 1 dnl @ 1.2 log @Make this work on alpha, arm32, i386, and sparc on 1.3 and up. @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 +++ config/configure.in Mon Dec 28 22:16:39 1998 d59 1 a59 2 @@@@ -177,6 +210,17 @@@@ sysincludes=bsdi-2.0 d62 1 a62 1 + ;; d73 1 a73 1 ;; d76 18 @ 1.1 log @Fixed build on alpha. Closes PR 5794 (Tim Rightnour) @ text @d2 14 a15 5 --- config/configure.in.orig Wed Nov 13 14:03:08 1996 +++ config/configure.in Sat Jul 18 04:48:33 1998 @@@@ -131,2 +131,7 @@@@ ;; + alpha-*-netbsd1.3*) d20 24 a43 2 alpha-*-osf*) @@@@ -160,3 +165,3 @@@@ d45 12 a56 2 - sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2*) + sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2* | sparc-*-netbsd1.3*) d58 16 a73 1 @@@@ -180,3 +185,3 @@@@ d75 1 a75 2 - i386-*-netbsd1.1* | i386-*-netbsd1.2*) + i386-*-netbsd1.1* | i386-*-netbsd1.2* | i386-*-netbsd1.3*) @