ports/67360: [PATCH] finance/xquote doesn't fetch, update to 2.6.9

Roman Neuhauser neuhauser at chello.cz
Sun May 30 00:10:54 UTC 2004


>Number:         67360
>Category:       ports
>Synopsis:       [PATCH] finance/xquote doesn't fetch, update to 2.6.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 17:10:41 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
* http://sunsite.dk/xinvest/ -> 302 http://xinvest.sunsite.dk/
* requires updated libXbae (see ports/67359)
* pkg-plist -> PLIST_FILES

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- finance::xquote-2.6.9.patch begins here ---
Index: finance/xquote/Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/xquote/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- finance/xquote/Makefile	22 Jan 2004 21:12:00 -0000	1.13
+++ finance/xquote/Makefile	29 May 2004 23:34:18 -0000
@@ -5,17 +5,21 @@
 # $FreeBSD: ports/finance/xquote/Makefile,v 1.13 2004/01/22 21:12:00 eik Exp $
 
 PORTNAME=	xquote
-PORTVERSION=	1.1
+PORTVERSION=	2.6.9
 CATEGORIES=	finance
-MASTER_SITES=	http://sunsite.dk/xinvest/	\
+MASTER_SITES=	http://xinvest.sunsite.dk/	\
 		${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR= applications
 
 MAINTAINER=	mph at freebsd.org
 COMMENT=	A quote retrieval tool for X
 
+LIB_DEPENDS=	Xbae.4:${PORTSDIR}/x11-toolkits/xbae
+
 USE_MOTIF=	yes
 USE_IMAKE=	yes
 USE_XPM=	yes
+
+PLIST_FILES=	bin/Xquote lib/X11/app-defaults/Xquote
 
 .include <bsd.port.mk>
Index: finance/xquote/distinfo
===================================================================
RCS file: /home/ncvs/ports/finance/xquote/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- finance/xquote/distinfo	31 Mar 2004 03:07:45 -0000	1.2
+++ finance/xquote/distinfo	13 May 2004 17:04:07 -0000
@@ -1,2 +1,2 @@
-MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d
-SIZE (xquote-1.1.tar.gz) = 74722
+MD5 (xquote-2.6.9.tar.gz) = e51f40e74acc476cd2a2e0129cb054cc
+SIZE (xquote-2.6.9.tar.gz) = 97913
Index: finance/xquote/pkg-plist
===================================================================
RCS file: finance/xquote/pkg-plist
diff -N finance/xquote/pkg-plist
--- finance/xquote/pkg-plist	22 Apr 1998 14:07:51 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-bin/Xquote
-lib/X11/app-defaults/Xquote
Index: finance/xquote/files/patch-aa
===================================================================
RCS file: finance/xquote/files/patch-aa
diff -N finance/xquote/files/patch-aa
--- finance/xquote/files/patch-aa	22 Apr 1998 14:07:51 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- util.h.orig	Tue Sep 23 01:50:46 1997
-+++ util.h	Mon Nov 17 11:03:20 1997
-@@ -52,7 +52,7 @@
- int strncasecmp (char *, char *, int);
- #endif 
- 
--#if defined(__FreeBSD__) || defined (__sgi)
-+#if defined (__sgi)
- char *strptime ( char *, char *, struct tm *);
- #endif
- 
Index: finance/xquote/files/patch-ab
===================================================================
RCS file: finance/xquote/files/patch-ab
diff -N finance/xquote/files/patch-ab
--- finance/xquote/files/patch-ab	22 Apr 1998 14:07:51 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
---- util.c.orig	Tue Sep 23 01:50:42 1997
-+++ util.c	Mon Nov 17 11:06:50 1997
-@@ -239,9 +239,9 @@
- #endif
- 
- 
--#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
-+#if defined (NEED_STRPTIME)
- 
--/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime. 
-+/* Weird, IRIX 5 doesn't have this, but do have strftime. 
- ** This is a crippled implementation, only supporting the formats
- ** actually used in the rest of Xinvest.  Note that the return _value_
- ** does not conform to the man page either.
Index: finance/xquote/files/patch-ad
===================================================================
RCS file: /home/ncvs/ports/finance/xquote/files/patch-ad,v
retrieving revision 1.2
diff -u -r1.2 patch-ad
--- finance/xquote/files/patch-ad	9 Jan 2001 19:36:39 -0000	1.2
+++ finance/xquote/files/patch-ad	29 May 2004 23:07:33 -0000
@@ -1,17 +1,22 @@
---- Imakefile.orig	Wed Nov  5 08:13:15 1997
-+++ Imakefile	Wed Nov  1 10:38:34 2000
-@@ -13,7 +13,7 @@
+--- 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
++SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae
  DEPLIBS = 
  
- SRCS =  about.c color.c file.c help.c optdetail.c option.c optnet.c \
-@@ -24,5 +24,5 @@
- 	opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \
- 	status.o tape.o util.o view.o xquote.o xutil.o
+ 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)
--- finance::xquote-2.6.9.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list