summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-30 16:44:47 +0000
committeradam <adam@pkgsrc.org>2004-11-30 16:44:47 +0000
commit8697e58659c2223bb1dc90f8d107f26c23888e1b (patch)
tree4c4f2ad2f9eacd4425ef19ceee2fe3c91864e0a3 /devel/pwlib/patches
parent2fc98ae78fa0683d7bdadc2e22bfb6adfa61be84 (diff)
downloadpkgsrc-8697e58659c2223bb1dc90f8d107f26c23888e1b.tar.gz
Changes 1.8.3:
* Bug fixes
Diffstat (limited to 'devel/pwlib/patches')
-rw-r--r--devel/pwlib/patches/patch-aa20
-rw-r--r--devel/pwlib/patches/patch-ac10
-rw-r--r--devel/pwlib/patches/patch-af8
-rw-r--r--devel/pwlib/patches/patch-al8
4 files changed, 23 insertions, 23 deletions
diff --git a/devel/pwlib/patches/patch-aa b/devel/pwlib/patches/patch-aa
index f2d8f95433a..3f7fce9a8d9 100644
--- a/devel/pwlib/patches/patch-aa
+++ b/devel/pwlib/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
+$NetBSD: patch-aa,v 1.7 2004/11/30 16:44:47 adam Exp $
---- make/unix.mak.orig 2004-09-01 01:52:31.000000000 +0200
-+++ make/unix.mak 2004-10-09 12:52:29.000000000 +0200
-@@ -122,13 +122,13 @@
+--- make/unix.mak.orig 2004-11-16 00:32:34.000000000 +0000
++++ make/unix.mak
+@@ -128,13 +128,13 @@
#
ifndef PWLIBDIR
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
###############################################################################
#
-@@ -427,9 +427,9 @@
+@@ -433,9 +433,9 @@ endif # FreeBSD
ifeq ($(OSTYPE),OpenBSD)
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
LDLIBS += -lossaudio
-@@ -444,13 +444,9 @@
+@@ -450,13 +450,9 @@ endif # OpenBSD
ifeq ($(OSTYPE),NetBSD)
@@ -46,7 +46,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
# enable the USE_PTH line to compile using pth
# enable the USE_NATIVE_THREADS line to compile using native threads
-@@ -832,13 +828,14 @@
+@@ -837,13 +833,14 @@ STATICLIBEXT = a
endif
ifeq ($(P_SHAREDLIB),1)
@@ -63,7 +63,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
ifndef INSTALL_DIR
INSTALL_DIR = /usr/local
endif
-@@ -865,11 +862,11 @@
+@@ -870,11 +867,11 @@ SHELL := /bin/sh
# Directories
@@ -79,7 +79,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
ifndef UNIX_SRC_DIR
UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix
-@@ -878,7 +875,7 @@
+@@ -883,7 +880,7 @@ endif
PW_LIBDIR = $(PWLIBDIR)/lib
# set name of the PT library
@@ -88,7 +88,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/09 14:01:03 mjl Exp $
PTLIB_FILE = lib$(PTLIB_BASE)$(LIB_TYPE).$(LIB_SUFFIX)
PT_OBJBASE = obj_$(PLATFORM_TYPE)_$(OBJDIR_SUFFIX)
PT_OBJDIR = $(PW_LIBDIR)/$(PT_OBJBASE)
-@@ -946,6 +943,6 @@
+@@ -951,6 +948,6 @@ endif
# add library directory to library path and include the library
LDFLAGS += -L$(PW_LIBDIR)
diff --git a/devel/pwlib/patches/patch-ac b/devel/pwlib/patches/patch-ac
index 6168cbc2994..45b4c5b0bc9 100644
--- a/devel/pwlib/patches/patch-ac
+++ b/devel/pwlib/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.4 2002/12/01 18:31:42 jdolecek Exp $
+$NetBSD: patch-ac,v 1.5 2004/11/30 16:44:47 adam Exp $
---- ./src/ptlib/common/getdate.y.orig Fri Feb 15 00:47:26 2002
-+++ ./src/ptlib/common/getdate.y Sun Aug 18 23:09:15 2002
-@@ -18,6 +18,7 @@
+--- src/ptlib/common/getdate.y.orig 2004-05-18 12:15:11.000000000 +0000
++++ src/ptlib/common/getdate.y
+@@ -16,6 +16,7 @@
/* SUPPRESS 288 on yyerrlab *//* Label unused */
@@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.4 2002/12/01 18:31:42 jdolecek Exp $
#include <time.h>
#include <string.h>
#include <ctype.h>
-@@ -105,7 +106,7 @@
+@@ -103,7 +104,7 @@ struct Variables {
#define VARIABLE ((struct Variables*)parseParam)
diff --git a/devel/pwlib/patches/patch-af b/devel/pwlib/patches/patch-af
index 73c4691f971..b5f5e6439d2 100644
--- a/devel/pwlib/patches/patch-af
+++ b/devel/pwlib/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.3 2004/10/08 21:02:54 mjl Exp $
+$NetBSD: patch-af,v 1.4 2004/11/30 16:44:47 adam Exp $
---- ./src/ptlib/unix/Makefile.orig Wed Aug 14 17:18:54 2002
-+++ ./src/ptlib/unix/Makefile Sun Aug 18 23:09:15 2002
-@@ -512,26 +512,26 @@
+--- src/ptlib/unix/Makefile.orig 2004-10-28 20:07:11.000000000 +0000
++++ src/ptlib/unix/Makefile
+@@ -716,26 +716,26 @@ alllibs:
$(OBJDIR)/regcomp.o: $(COMMON_SRC_DIR)/regex/regcomp.c
diff --git a/devel/pwlib/patches/patch-al b/devel/pwlib/patches/patch-al
index a4c13f73646..50b90a892ff 100644
--- a/devel/pwlib/patches/patch-al
+++ b/devel/pwlib/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.2 2004/10/08 21:02:54 mjl Exp $
+$NetBSD: patch-al,v 1.3 2004/11/30 16:44:47 adam Exp $
---- src/ptlib/unix/tlibthrd.cxx.orig 2003-05-16 19:40:55.000000000 +0200
-+++ src/ptlib/unix/tlibthrd.cxx 2004-10-08 17:07:19.000000000 +0200
-@@ -1032,7 +1032,9 @@
+--- src/ptlib/unix/tlibthrd.cxx.orig 2004-09-02 07:55:44.000000000 +0000
++++ src/ptlib/unix/tlibthrd.cxx
+@@ -1088,7 +1088,9 @@ void PThread::Sleep(const PTimeInterval
if (select(0, NULL, NULL, NULL, tval) < 0 && errno != EINTR)
break;