summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-08-02 18:18:17 +0000
committerbad <bad@pkgsrc.org>1999-08-02 18:18:17 +0000
commite68ebf4f3aaed0014ce2853927bdb9d34745372f (patch)
tree62be7cefa8aec4d0fdb5dc422c99bb504b39d739 /devel/mit-pthreads
parent2fd02f2ef47f0248b13347eee4ae8b10953e72ef (diff)
downloadpkgsrc-e68ebf4f3aaed0014ce2853927bdb9d34745372f.tar.gz
config/configure.in: change m4 quotes where necessary.
Also fix two typos that might affect 1.4ish sparc and arm32.
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r--devel/mit-pthreads/patches/patch-aj6
-rw-r--r--devel/mit-pthreads/patches/patch-ak26
2 files changed, 20 insertions, 12 deletions
diff --git a/devel/mit-pthreads/patches/patch-aj b/devel/mit-pthreads/patches/patch-aj
index 8df99e236c8..22dcd300f2a 100644
--- a/devel/mit-pthreads/patches/patch-aj
+++ b/devel/mit-pthreads/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.6 1999/07/29 16:44:42 bad Exp $
+$NetBSD: patch-aj,v 1.7 1999/08/02 18:18:17 bad Exp $
--- config/configure.orig Wed Nov 13 22:03:02 1996
+++ config/configure Tue Jul 27 16:25:36 1999
@@ -24,7 +24,7 @@ $NetBSD: patch-aj,v 1.6 1999/07/29 16:44:42 bad Exp $
CFLAGS="$CFLAGS -std"
fi
;;
-+ arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*])
++ arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*)
+ name=arm32-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="fork pipe lseek ftruncate fstat"
@@ -42,7 +42,7 @@ $NetBSD: patch-aj,v 1.6 1999/07/29 16:44:42 bad Exp $
EOF
;;
-+ sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*])
++ sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*)
+ name=sparc-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="pipe fork lseek ftruncate fstat"
diff --git a/devel/mit-pthreads/patches/patch-ak b/devel/mit-pthreads/patches/patch-ak
index 25572e0dbb5..bed5259776f 100644
--- a/devel/mit-pthreads/patches/patch-ak
+++ b/devel/mit-pthreads/patches/patch-ak
@@ -1,17 +1,19 @@
-$NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
+$NetBSD: patch-ak,v 1.7 1999/08/02 18:18:17 bad Exp $
--- config/configure.in.orig Wed Nov 13 22:03:08 1996
-+++ config/configure.in Tue Jul 27 16:26:24 1999
-@@ -124,6 +124,17 @@
++++ config/configure.in Mon Aug 2 19:48:50 1999
+@@ -124,6 +124,19 @@
name=$host_cpu-$host_os
case $host in
++changequote(,)dnl
+ alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*)
+ 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
@@ -20,16 +22,18 @@ $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
alpha-*-netbsd1.1* | alpha-*-netbsd1.2*)
name=alpha-netbsd-1.1
sysincludes=netbsd-1.1
-@@ -137,6 +148,17 @@
+@@ -137,6 +150,19 @@
CFLAGS="$CFLAGS -std"
fi
;;
++changequote(,)dnl
+ arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*)
+ 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
@@ -38,16 +42,18 @@ $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
hppa1.1-*-hpux*)
name=hppa-hpux-9.03
sysincludes=hpux-9.03
-@@ -158,6 +180,17 @@
+@@ -158,6 +184,19 @@
AC_DEFINE(LD_LINKS_STATIC_DATA)
AC_DEFINE(BROKEN_SIGNALS)
;;
-+ sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.3*)
++changequote(,)dnl
++ sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*)
+ 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
@@ -56,16 +62,18 @@ $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
sparc-*-netbsd1.0A | sparc-*-netbsd1.1* | sparc-*-netbsd1.2*)
name=sparc-sunos-4.1.3
sysincludes=netbsd-1.0
-@@ -178,6 +211,17 @@
+@@ -178,6 +217,19 @@
syscall=i386-bsdi-2.0
except="fork lseek sigsuspend"
;;
++changequote(,)dnl
+ i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*)
+ name=i386-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="fork lseek ftruncate pipe fstat"
+ available_syscalls="sigsuspend sigprocmask"
+ ;;
++changequote([,])dnl
+ i386-*-netbsd1.3*)
+ name=i386-netbsd-1.3
+ sysincludes=netbsd-1.1
@@ -74,7 +82,7 @@ $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
i386-*-netbsd1.1* | i386-*-netbsd1.2*)
name=i386-netbsd-1.0
sysincludes=netbsd-1.1
-@@ -195,6 +239,9 @@
+@@ -195,6 +247,9 @@
;;
m68*-*-netbsd*)
name=m68000-netbsd
@@ -84,7 +92,7 @@ $NetBSD: patch-ak,v 1.6 1999/07/29 16:44:42 bad Exp $
;;
i386-*-freebsd2.*)
name=i386-freebsd-2.0
-@@ -304,6 +351,16 @@
+@@ -304,6 +359,16 @@
AC_MSG_RESULT($pthreads_cv_timespec_in_time)
if test $pthreads_cv_timespec_in_time = yes ; then
AC_DEFINE(_OS_HAS_TIMESPEC)