summaryrefslogtreecommitdiff
path: root/finance/xquote
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-12 22:06:16 +0000
committerjoerg <joerg>2006-01-12 22:06:16 +0000
commit74b58b52bd137fe392830ddaa4618536f8a6a1f6 (patch)
tree0fb2032e0c8847de44fa86360da6a0d6bbf4cadc /finance/xquote
parent85598ccd45bb44bc57be71d5a6de5cbbb922289e (diff)
downloadpkgsrc-74b58b52bd137fe392830ddaa4618536f8a6a1f6.tar.gz
No values.h for DragonFly and FreeBSD. Add rpath entry for /usr/pkg/lib,
since it doesn't picked up on DragonFly.
Diffstat (limited to 'finance/xquote')
-rw-r--r--finance/xquote/distinfo4
-rw-r--r--finance/xquote/patches/patch-aa13
-rw-r--r--finance/xquote/patches/patch-ab13
3 files changed, 29 insertions, 1 deletions
diff --git a/finance/xquote/distinfo b/finance/xquote/distinfo
index 6428828b643..c6be4b84209 100644
--- a/finance/xquote/distinfo
+++ b/finance/xquote/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/02/22 21:11:48 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/12 22:06:16 joerg Exp $
SHA1 (xquote-2.6.10.tar.gz) = d88abe72b9994375d454ff749c00fffd09fda05a
RMD160 (xquote-2.6.10.tar.gz) = bde5b7ec201eab96c5ff4b98b6bbc5abc3adb4fc
Size (xquote-2.6.10.tar.gz) = 106006 bytes
+SHA1 (patch-aa) = 93ff1e31d29673a71bf0cd312b14b6b7334a659c
+SHA1 (patch-ab) = 4897b972e6636e11b01e87fa08a1fe5d77ec8536
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa
new file mode 100644
index 00000000000..8a733b07676
--- /dev/null
+++ b/finance/xquote/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2006/01/12 22:06:16 joerg Exp $
+
+--- color.c.orig 2006-01-12 21:24:54.000000000 +0000
++++ color.c
+@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anonc
+
+ #include <stdio.h>
+
+-#if !defined(__NetBSD__)
++#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
+ #include <values.h>
+ #endif
+
diff --git a/finance/xquote/patches/patch-ab b/finance/xquote/patches/patch-ab
new file mode 100644
index 00000000000..4ec4307cd7c
--- /dev/null
+++ b/finance/xquote/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/01/12 22:06:16 joerg Exp $
+
+--- Imakefile.orig 2006-01-12 22:00:09.000000000 +0000
++++ Imakefile
+@@ -13,7 +13,7 @@ XCOMM price communication.
+
+ DEFINES = -DSHAPE -DXQUOTE
+ INCLUDES = -I$(INCROOT)/X11
+-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
++SYS_LIBRARIES = -Wl,-R${PREFIX}/lib -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+ DEPLIBS =
+
+ SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \