From 8fa3eedb3bca826d0d9d4b045efeb0ce54db2387 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Mon, 13 Nov 2000 13:27:12 +0000 Subject: Update to version 2.6 PR: 22810 Submitted by: Ports Fury --- finance/xinvest/Makefile | 9 +++------ finance/xinvest/distinfo | 2 +- finance/xinvest/files/patch-ac | 8 ++++---- finance/xinvest/files/patch-ad | 11 +++++++++++ finance/xinvest/files/patch-ae | 11 +++++++++++ 5 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 finance/xinvest/files/patch-ad create mode 100644 finance/xinvest/files/patch-ae (limited to 'finance') diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index 3c804ec3350a..15fa0364f737 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -6,22 +6,19 @@ # PORTNAME= xinvest -PORTVERSION= 2.5.1 +PORTVERSION= 2.6 CATEGORIES= deskutils -MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITES= http://sunsite.dk/xinvest/ MAINTAINER= ports@FreeBSD.org USE_MOTIF= yes USE_IMAKE= yes -USE_XPM= yes NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/examples/Xinvest + @${MKDIR} ${PREFIX}/share/examples/Xinvest ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest .endif diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo index 928f47b962fb..245addaa9669 100644 --- a/finance/xinvest/distinfo +++ b/finance/xinvest/distinfo @@ -1 +1 @@ -MD5 (xinvest-2.5.1.tar.gz) = 7805a2b99985907bd32ca4d191a9b461 +MD5 (xinvest-2.6.tar.gz) = 41b3dd9d62a2ed933209eac975d60f7d diff --git a/finance/xinvest/files/patch-ac b/finance/xinvest/files/patch-ac index 1f4ef14afa8e..c2bd0061c0b0 100644 --- a/finance/xinvest/files/patch-ac +++ b/finance/xinvest/files/patch-ac @@ -1,16 +1,16 @@ ---- Imakefile.orig Tue Sep 23 08:50:46 1997 -+++ Imakefile Thu Oct 26 03:46:58 2000 +--- Imakefile.orig Sat Feb 5 07:59:08 2000 ++++ Imakefile Sun Nov 12 15:02:20 2000 @@ -11,7 +11,7 @@ DEFINES = -DSHAPE INCLUDES = -I$(INCROOT)/X11 -SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm ${MOTIFLIB} ++SYS_LIBRARIES = ${MOTIFLIB} -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm DEPLIBS = SRCS = account.c askuser.c calendar.c color.c drawing.c \ @@ -25,5 +25,5 @@ - util.o xinvest.o xutil.o + tooltips.o trans.o util.o xinvest.o xutil.o -ComplexProgramTarget(Xinvest) diff --git a/finance/xinvest/files/patch-ad b/finance/xinvest/files/patch-ad new file mode 100644 index 000000000000..618336e63ef9 --- /dev/null +++ b/finance/xinvest/files/patch-ad @@ -0,0 +1,11 @@ +--- color.c.orig Sat Feb 5 07:59:05 2000 ++++ color.c Sun Nov 12 15:09:23 2000 +@@ -25,7 +25,7 @@ + + #include + +-#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) + #include + #endif + diff --git a/finance/xinvest/files/patch-ae b/finance/xinvest/files/patch-ae new file mode 100644 index 000000000000..49bccc0f657b --- /dev/null +++ b/finance/xinvest/files/patch-ae @@ -0,0 +1,11 @@ +--- portfolio.c.orig Sat Feb 5 07:59:06 2000 ++++ portfolio.c Sun Nov 12 15:09:56 2000 +@@ -29,7 +29,7 @@ + #include + #include + +-#if !defined(NeXT) && !defined(__NetBSD__) ++#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__FreeBSD__) + #include + #endif + -- cgit v1.2.3