aboutsummaryrefslogtreecommitdiffstats
path: root/finance/cbb/files
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-01-31 07:37:23 +0800
committerjedgar <jedgar@FreeBSD.org>2000-01-31 07:37:23 +0800
commitd45cdcf3ab0d0261322b9bf003dc5a61c59c2fb6 (patch)
tree40ab486f29af67b0be0c08b62ebce49e4ce32348 /finance/cbb/files
parent2f66c454c67c1a6a04f1e74a33f37e44014da18f (diff)
downloadfreebsd-ports-gnome-d45cdcf3ab0d0261322b9bf003dc5a61c59c2fb6.tar.gz
freebsd-ports-gnome-d45cdcf3ab0d0261322b9bf003dc5a61c59c2fb6.tar.zst
freebsd-ports-gnome-d45cdcf3ab0d0261322b9bf003dc5a61c59c2fb6.zip
Update port to 0.8.1
* Diffs provided by Glenn Johnson * DISTFILES being hosted locally until it can be determined if the author has a permanent location and is continuing development PR: 16351 Submitted by: Maintainer
Diffstat (limited to 'finance/cbb/files')
-rw-r--r--finance/cbb/files/patch-0130
-rw-r--r--finance/cbb/files/patch-0320
2 files changed, 32 insertions, 18 deletions
diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01
index 9d52612aaa75..96ce834a7341 100644
--- a/finance/cbb/files/patch-01
+++ b/finance/cbb/files/patch-01
@@ -1,20 +1,14 @@
---- Makefile.orig Thu Jun 12 14:57:50 1997
-+++ Makefile Fri Oct 10 20:52:22 1997
-@@ -26,14 +26,15 @@
-
- CBB_ROOT = cbb-0.77
- TAR = tar
--PERL = perl
+--- Makefile.orig Wed Jan 5 14:43:28 2000
++++ Makefile Sun Jan 23 00:58:16 2000
+@@ -60,9 +60,9 @@
+ LN_S = ln -s
+ MAKEINFO = makeinfo
+ PACKAGE = cbb
+-PERL = /usr/bin/perl
+PERL = ${PERL5}
+ VERSION = 0.8.1
+-WISH = /usr/bin/wish
++WISH = /usr/bin/wish8.2
+ language = english
-
- all:
- @echo "Nothing is needed to build in advance of 'make install'"
-
- install:
-- $(PERL) install.pl
-+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
-+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2
-
- docs/cbb-man.dvi: docs/cbb-man.tex
- (cd docs; \
+ SUBDIRS = contrib demo docs graphs images languages reports
diff --git a/finance/cbb/files/patch-03 b/finance/cbb/files/patch-03
new file mode 100644
index 000000000000..389de827cd9f
--- /dev/null
+++ b/finance/cbb/files/patch-03
@@ -0,0 +1,20 @@
+--- configure.orig Sun Jan 23 01:41:45 2000
++++ configure Sun Jan 23 01:42:10 2000
+@@ -798,7 +798,7 @@
+ fi
+
+ if test "x$with_wish" = "x" ; then
+- with_wish=wish
++ with_wish=wish8.2
+ fi
+
+ # Check whether --with-wish or --without-wish was given.
+@@ -988,7 +988,7 @@
+ fi
+ done
+ IFS="$ac_save_ifs"
+- test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish""
++ test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish8.2""
+ ;;
+ esac
+ fi