summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-04-11 17:11:34 +0000
committerfredb <fredb@pkgsrc.org>2002-04-11 17:11:34 +0000
commit90e61b8b9031548bb4256d41bab1431f94e8e6d0 (patch)
tree530c450eeb8ef284f1ad6a2fda578af92b352231 /devel
parent26cf95ca6443b831fba3a6366d834e2b724ffedd (diff)
downloadpkgsrc-90e61b8b9031548bb4256d41bab1431f94e8e6d0.tar.gz
Consolidate two patches for the same file.
Diffstat (limited to 'devel')
-rw-r--r--devel/mit-pthreads/distinfo5
-rw-r--r--devel/mit-pthreads/patches/patch-bp12
-rw-r--r--devel/mit-pthreads/patches/patch-cc14
3 files changed, 13 insertions, 18 deletions
diff --git a/devel/mit-pthreads/distinfo b/devel/mit-pthreads/distinfo
index 0e1ce694419..0bc5887b908 100644
--- a/devel/mit-pthreads/distinfo
+++ b/devel/mit-pthreads/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/04/11 16:56:18 fredb Exp $
+$NetBSD: distinfo,v 1.7 2002/04/11 17:11:34 fredb Exp $
SHA1 (pthreads-1_60_beta6.tar.gz) = 238e410f372dd1615c0e82ec9c6ff47699c558ee
Size (pthreads-1_60_beta6.tar.gz) = 382562 bytes
@@ -42,7 +42,7 @@ SHA1 (patch-bl) = 3045f6d4f6de2ac6f07c30b28526272fadeb2f01
SHA1 (patch-bm) = c755f5a66625d93f987a537126fc56c56e83926b
SHA1 (patch-bn) = e5cfd2e414847ada16c8934bd093f1582e7c95d7
SHA1 (patch-bo) = 0f199da4e6f9c2233833b9e4afd5f53d2c4543ca
-SHA1 (patch-bp) = d1d5ac273e676a2f01392aacbaddc388632f77b6
+SHA1 (patch-bp) = 763c83cc222defc4e09a50057b34ad310e17cb85
SHA1 (patch-bq) = 2c371a32d649f0a1e6279bc6d58c5da79d26b36c
SHA1 (patch-br) = eb0f281bf24ec9286308e7b4c9741993a3e11289
SHA1 (patch-bs) = 1428348b488e51c03c12f87ae822e4ffbb272183
@@ -55,7 +55,6 @@ SHA1 (patch-by) = b3863f34209f7df8a23959736c0bc4355e484009
SHA1 (patch-bz) = 0b9fe777ce5d4ac3c4194ed3b81d4951877c2bda
SHA1 (patch-ca) = 1e83812ceef45c015335c2f023c4e5bae6963113
SHA1 (patch-cb) = 870977a372b34eecc44f8e32449e8a2e008b35a1
-SHA1 (patch-cc) = dd76c34072a56b2145077aad03f6de49cdf64a8c
SHA1 (patch-cd) = 3111636fcbce7797b77cca2f88eca012aefbce8a
SHA1 (patch-ce) = eadbbf7253b0062d572ab385e557bfa75af48286
SHA1 (patch-cf) = 29a315c5b13b35dffaf2ff4aed31352d62b965a1
diff --git a/devel/mit-pthreads/patches/patch-bp b/devel/mit-pthreads/patches/patch-bp
index aa3171c34e5..ca1c0ca87f0 100644
--- a/devel/mit-pthreads/patches/patch-bp
+++ b/devel/mit-pthreads/patches/patch-bp
@@ -1,4 +1,4 @@
-$NetBSD: patch-bp,v 1.2 1999/09/10 20:38:23 bad Exp $
+$NetBSD: patch-bp,v 1.3 2002/04/11 17:11:34 fredb Exp $
--- config/config.guess.orig Sun Jul 7 05:51:23 1996
+++ config/config.guess Fri Sep 10 19:42:26 1999
@@ -32,3 +32,13 @@ $NetBSD: patch-bp,v 1.2 1999/09/10 20:38:23 bad Exp $
exit 0 ;;
i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
+@@ -292,7 +292,8 @@
+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ exit 0 ;;
+ *:NetBSD:*:*)
+- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ UNAME_PROCESSOR=`uname -p 2>/dev/null` || UNAME_PROCESSOR=$UNAME_MACHINE
++ echo ${UNAME_PROCESSOR}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
+ *:GNU:*:*)
+ echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
diff --git a/devel/mit-pthreads/patches/patch-cc b/devel/mit-pthreads/patches/patch-cc
deleted file mode 100644
index f567b188ec8..00000000000
--- a/devel/mit-pthreads/patches/patch-cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-cc,v 1.1 2001/01/10 01:28:50 briggs Exp $
-
---- config/config.guess.orig Sat Nov 6 18:32:27 1999
-+++ config/config.guess Mon Jan 8 23:02:15 2001
-@@ -292,7 +292,8 @@
- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
- exit 0 ;;
- *:NetBSD:*:*)
-- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
-+ UNAME_PROCESSOR=`uname -p 2>/dev/null` || UNAME_PROCESSOR=$UNAME_MACHINE
-+ echo ${UNAME_PROCESSOR}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
- exit 0 ;;
- *:GNU:*:*)
- echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`