From 04b712aeb74914717ce0ed5f2aec954ab9ff1929 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Jan 2006 22:06:16 +0000 Subject: No values.h for DragonFly and FreeBSD. Add rpath entry for /usr/pkg/lib, since it doesn't picked up on DragonFly. --- finance/xquote/distinfo | 4 +++- finance/xquote/patches/patch-aa | 13 +++++++++++++ finance/xquote/patches/patch-ab | 13 +++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 finance/xquote/patches/patch-aa create mode 100644 finance/xquote/patches/patch-ab 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 + +-#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) + #include + #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 \ -- cgit v1.2.3