diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 07:43:49 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 07:43:49 +0000 |
commit | e120b50c21c229bfbf8202ce6b6f1065f990d3e0 (patch) | |
tree | a432de474acb5bf2554b91fbbfe44ae1712d340d /finance/xquote/files | |
parent | 5d8d0b1d16aa7503a390d27bce1f3909458133cb (diff) |
- Update to 2.6.10
- Take maintainership
PR: ports/95869
Submitted by: me
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=161680
Diffstat (limited to 'finance/xquote/files')
-rw-r--r-- | finance/xquote/files/patch-Imakefile | 11 | ||||
-rw-r--r-- | finance/xquote/files/patch-ad | 23 | ||||
-rw-r--r-- | finance/xquote/files/patch-color.c (renamed from finance/xquote/files/patch-ae) | 6 |
3 files changed, 14 insertions, 26 deletions
diff --git a/finance/xquote/files/patch-Imakefile b/finance/xquote/files/patch-Imakefile new file mode 100644 index 000000000000..fb4176b79b64 --- /dev/null +++ b/finance/xquote/files/patch-Imakefile @@ -0,0 +1,11 @@ +--- ./Imakefile.orig Sun Apr 16 15:06:16 2006 ++++ ./Imakefile Sun Apr 16 15:08:10 2006 +@@ -13,7 +13,7 @@ + + DEFINES = -DSHAPE -DXQUOTE + INCLUDES = -I$(INCROOT)/X11 +-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm ++SYS_LIBRARIES = -lXbae $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = + + SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ diff --git a/finance/xquote/files/patch-ad b/finance/xquote/files/patch-ad deleted file mode 100644 index a0d080f8f317..000000000000 --- a/finance/xquote/files/patch-ad +++ /dev/null @@ -1,23 +0,0 @@ ---- Imakefile.orig Sat May 1 16:45:28 2004 -+++ Imakefile Sun May 30 00:55:59 2004 -@@ -13,16 +13,16 @@ - - DEFINES = -DSHAPE -DXQUOTE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae - DEPLIBS = - - SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ - opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \ -- sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c -+ sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c - - OBJS = about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \ - opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \ -- sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o -+ sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o - --ComplexProgramTarget(Xquote) -+ComplexProgramTargetNoMan(Xquote) - InstallAppDefaults(Xquote) diff --git a/finance/xquote/files/patch-ae b/finance/xquote/files/patch-color.c index ffb87a7190cd..e0eb3322b26f 100644 --- a/finance/xquote/files/patch-ae +++ b/finance/xquote/files/patch-color.c @@ -1,6 +1,6 @@ ---- color.c.orig Sat Sep 28 23:16:31 2002 -+++ color.c Sat Sep 28 23:16:43 2002 -@@ -25,7 +25,7 @@ +--- ./color.c.orig Sun Apr 16 15:08:31 2006 ++++ ./color.c Sun Apr 16 15:09:07 2006 +@@ -34,7 +34,7 @@ #include <stdio.h> |