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.59; 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-aj,v 1.10 2002/07/18 09:08:28 agc Exp $ --- config/configure 2002/07/18 08:54:37 1.1 +++ config/configure 2002/07/18 08:54:54 @@@@ -1049,6 +1049,17 @@@@ name=$host_cpu-$host_os case $host in + 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" + ;; + 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 @@@@ -1062,12 +1073,29 @@@@ CFLAGS="$CFLAGS -std" fi ;; + 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" + ;; + 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 # hpux-9.03.mk seems to be missing; what should this be? except="fork" ;; + powerpc-*-netbsd1.*) + name=powerpc-netbsd + sysincludes=netbsd-1.1 + except="fork lseek ftruncate pipe fstat" + available_syscalls="sigprocmask sigaction sigsuspend" + ;; sparc-*-sunos4.1.3* | sparc-*-sunos4.1.4*) name=sparc-sunos-4.1.3 sysincludes=sunos-4.1.3 @@@@ -1092,6 +1120,17 @@@@ EOF ;; + 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" + ;; + 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 @@@@ -1112,6 +1151,17 @@@@ syscall=i386-bsdi-2.0 except="fork lseek sigsuspend" ;; + 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 sigprocmask sigaction" + ;; + 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 @@@@ -1127,8 +1177,16 @@@@ name=i386-netbsd-0.9 sysincludes=netbsd-0.9 ;; - m68*-*-netbsd*) + m68*-*-netbsd1.3[H-Z]|m68*-*-netbsd1.[456789]*) name=m68000-netbsd + sysincludes=netbsd-1.1 + except="lseek ftruncate pipe fstat" + available_syscalls="sigsuspend sigprocmask" + ;; + m68*-*-netbsd1.3*) + name=m68000-netbsd + sysincludes=netbsd-1.1 + except="lseek ftruncate pipe fstat sigsuspend sigprocmask" ;; i386-*-freebsd2.*) name=i386-freebsd-2.0 @@@@ -1697,6 +1755,39 @@@@ if test $pthreads_cv_timespec_in_time = yes ; then cat >> confdefs.h <<\EOF #define _OS_HAS_TIMESPEC 1 +EOF + +fi + +echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 +if eval "test \"`echo '$''{'pthreads_cv_socklen_t'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat > conftest.$ac_ext < +#include +int main() { return 0; } +int t() { +socklen_t foo; +; return 0; } +EOF +if { (eval echo configure:1686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + pthreads_cv_socklen_t=yes +else + rm -rf conftest* + pthreads_cv_socklen_t=no +fi +rm -f conftest* + +fi + +echo "$ac_t""$pthreads_cv_socklen_t" 1>&6 +if test $pthreads_cv_socklen_t = yes ; then + cat >> confdefs.h <<\EOF +#define _OS_HAS_SOCKLEN_T 1 EOF 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-aj,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-aj,v 1.8 1999/09/10 20:38:23 bad Exp $ d3 2 a4 2 --- config/configure.orig Wed Nov 13 22:03:02 1996 +++ config/configure Fri Sep 10 20:51:21 1999 d9 1 a9 1 + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) d23 1 a23 1 @@@@ -1062,6 +1073,17 @@@@ d27 1 a27 1 + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) d41 13 a53 1 @@@@ -1092,6 +1114,17 @@@@ d57 1 a57 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) d71 1 a71 1 @@@@ -1112,6 +1145,17 @@@@ d75 1 a75 1 + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) d79 1 a79 1 + available_syscalls="sigsuspend sigprocmask" d89 1 a89 1 @@@@ -1127,8 +1171,16 @@@@ d94 1 a94 1 + m68*-*-netbsd1.3[H-Z]|m68*-*-netbsd1.[45]*) d107 1 a107 1 @@@@ -1697,6 +1749,39 @@@@ @ 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-aj,v 1.7 1999/08/02 18:18:17 bad Exp $ d9 1 a9 1 + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) d27 1 a27 1 + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) d45 1 a45 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) d63 1 a63 1 + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) d82 1 a82 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-aj,v 1.6 1999/07/29 16:44:42 bad Exp $ d4 1 a4 1 +++ config/configure Tue Jul 27 16:25:36 1999 d77 3 a79 1 @@@@ -1129,6 +1173,9 @@@@ d81 2 a82 1 m68*-*-netbsd*) d87 5 d95 1 a95 1 @@@@ -1697,6 +1744,39 @@@@ @ 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-aj,v 1.5 1999/04/16 16:32:11 bad Exp $ d27 1 a27 1 + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*]) d45 1 a45 1 + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*]) @ 1.5 log @Fix thinko in previous commit. Correctly recognise 1.4ish systems. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.4 1999/04/08 20:08:56 bad Exp $ d4 1 a4 1 +++ config/configure Fri Apr 16 18:09:45 1999 d77 11 a87 1 @@@@ -1697,6 +1741,39 @@@@ @ 1.4 log @Recognise 1.4ish NetBSD in the configure scripts. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 1999/04/08 19:44:59 bad Exp $ d4 2 a5 2 +++ config/configure Thu Apr 8 21:52:11 1999 @@@@ -1049,6 +1049,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 @@@@ -1062,6 +1079,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 @@@@ -1092,6 +1126,23 @@@@ d45 1 a45 7 + sparc-*-netbsd1.4*]) + 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 @@@@ -1112,6 +1163,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 @@@@ -1697,6 +1765,39 @@@@ @ 1.3 log @Check for socklen_t in the configure script and define a preprocessor symbol accordingly. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 1998/12/28 22:22:00 bad Exp $ d4 2 a5 2 +++ config/configure Sat Mar 20 22:32:37 1999 @@@@ -1049,6 +1049,17 @@@@ d9 6 d29 1 a29 1 @@@@ -1062,6 +1073,17 @@@@ d33 6 d53 1 a53 1 @@@@ -1092,6 +1114,17 @@@@ d57 6 d77 1 a77 1 @@@@ -1112,6 +1145,17 @@@@ d81 6 d101 1 a101 1 @@@@ -1697,6 +1741,39 @@@@ @ 1.2 log @Make this work on alpha, arm32, i386, and sparc on 1.3 and up. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 1998/10/28 18:18:08 bad Exp $ d4 1 a4 1 +++ config/configure Sun Dec 27 17:37:18 1998 d59 1 a59 2 @@@@ -1111,6 +1144,17 @@@@ sysincludes=bsdi-2.0 d62 1 a62 1 + ;; d73 1 a73 1 ;; d76 41 @ 1.1 log @Fixed build on alpha. Closes PR 5794 (Tim Rightnour) @ text @d1 15 a15 6 $NetBSD$ --- config/configure.orig Wed Nov 13 14:03:02 1996 +++ config/configure Sat Jul 18 04:51:25 1998 @@@@ -1056,2 +1056,7 @@@@ ;; + alpha-*-netbsd1.3*) d20 24 a43 2 alpha-*-osf*) @@@@ -1094,3 +1099,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 @@@@ -1114,3 +1119,3 @@@@ d75 1 a75 2 - i386-*-netbsd1.1* | i386-*-netbsd1.2*) + i386-*-netbsd1.1* | i386-*-netbsd1.2* | i386-*-netbsd1.3*) @