View | Details | Raw Unified | Return to bug 67360
Collapse All | Expand All

(-)finance/xquote/Makefile (-2 / +6 lines)
Lines 5-21 Link Here
5
# $FreeBSD: ports/finance/xquote/Makefile,v 1.13 2004/01/22 21:12:00 eik Exp $
5
# $FreeBSD: ports/finance/xquote/Makefile,v 1.13 2004/01/22 21:12:00 eik Exp $
6
6
7
PORTNAME=	xquote
7
PORTNAME=	xquote
8
PORTVERSION=	1.1
8
PORTVERSION=	2.6.9
9
CATEGORIES=	finance
9
CATEGORIES=	finance
10
MASTER_SITES=	http://sunsite.dk/xinvest/	\
10
MASTER_SITES=	http://xinvest.sunsite.dk/	\
11
		${MASTER_SITE_XCONTRIB}
11
		${MASTER_SITE_XCONTRIB}
12
MASTER_SITE_SUBDIR= applications
12
MASTER_SITE_SUBDIR= applications
13
13
14
MAINTAINER=	mph@freebsd.org
14
MAINTAINER=	mph@freebsd.org
15
COMMENT=	A quote retrieval tool for X
15
COMMENT=	A quote retrieval tool for X
16
16
17
LIB_DEPENDS=	Xbae.4:${PORTSDIR}/x11-toolkits/xbae
18
17
USE_MOTIF=	yes
19
USE_MOTIF=	yes
18
USE_IMAKE=	yes
20
USE_IMAKE=	yes
19
USE_XPM=	yes
21
USE_XPM=	yes
22
23
PLIST_FILES=	bin/Xquote lib/X11/app-defaults/Xquote
20
24
21
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)finance/xquote/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d
1
MD5 (xquote-2.6.9.tar.gz) = e51f40e74acc476cd2a2e0129cb054cc
2
SIZE (xquote-1.1.tar.gz) = 74722
2
SIZE (xquote-2.6.9.tar.gz) = 97913
(-)finance/xquote/pkg-plist (-2 lines)
Removed Link Here
1
bin/Xquote
2
lib/X11/app-defaults/Xquote
(-)finance/xquote/files/patch-aa (-11 lines)
Removed Link Here
1
--- util.h.orig	Tue Sep 23 01:50:46 1997
2
+++ util.h	Mon Nov 17 11:03:20 1997
3
@@ -52,7 +52,7 @@
4
 int strncasecmp (char *, char *, int);
5
 #endif 
6
 
7
-#if defined(__FreeBSD__) || defined (__sgi)
8
+#if defined (__sgi)
9
 char *strptime ( char *, char *, struct tm *);
10
 #endif
11
 
(-)finance/xquote/files/patch-ab (-14 lines)
Removed Link Here
1
--- util.c.orig	Tue Sep 23 01:50:42 1997
2
+++ util.c	Mon Nov 17 11:06:50 1997
3
@@ -239,9 +239,9 @@
4
 #endif
5
 
6
 
7
-#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
8
+#if defined (NEED_STRPTIME)
9
 
10
-/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime. 
11
+/* Weird, IRIX 5 doesn't have this, but do have strftime. 
12
 ** This is a crippled implementation, only supporting the formats
13
 ** actually used in the rest of Xinvest.  Note that the return _value_
14
 ** does not conform to the man page either.
(-)finance/xquote/files/patch-ad (-8 / +13 lines)
Lines 1-17 Link Here
1
--- Imakefile.orig	Wed Nov  5 08:13:15 1997
1
--- Imakefile.orig	Sat May  1 16:45:28 2004
2
+++ Imakefile	Wed Nov  1 10:38:34 2000
2
+++ Imakefile	Sun May 30 00:55:59 2004
3
@@ -13,7 +13,7 @@
3
@@ -13,16 +13,16 @@
4
 
4
 
5
 DEFINES = -DSHAPE -DXQUOTE
5
 DEFINES = -DSHAPE -DXQUOTE
6
 INCLUDES = -I$(INCROOT)/X11
6
 INCLUDES = -I$(INCROOT)/X11
7
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
7
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
8
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
8
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae
9
 DEPLIBS = 
9
 DEPLIBS = 
10
 
10
 
11
 SRCS =  about.c color.c file.c help.c optdetail.c option.c optnet.c \
11
 SRCS =  about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \
12
@@ -24,5 +24,5 @@
12
 	opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \
13
 	opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \
13
-	sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c
14
 	status.o tape.o util.o view.o xquote.o xutil.o
14
+	sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c
15
 
16
 OBJS =  about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \
17
 	opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \
18
-	sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o
19
+	sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o
15
 
20
 
16
-ComplexProgramTarget(Xquote)
21
-ComplexProgramTarget(Xquote)
17
+ComplexProgramTargetNoMan(Xquote)
22
+ComplexProgramTargetNoMan(Xquote)

Return to bug 67360