summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-06 21:31:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-06 21:31:51 +0000
commit59945d20c762e0705a7542466f45213a35e3e04d (patch)
treea1d88a1da771b1d53bd3ddb156e8da0b3356811e
parent- Update to version 4.4.3 (diff)
- Update to version 1.1.5
PR: 59011 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93254
-rw-r--r--math/GiNaC/Makefile2
-rw-r--r--math/GiNaC/distinfo2
-rw-r--r--math/GiNaC/files/patch-ginac::matrix.h18
-rw-r--r--math/GiNaC/pkg-plist3
4 files changed, 22 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 7675a074804e..6eef71dd9176 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= GiNaC
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.5
CATEGORIES= math
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
http://www.ginac.de/
diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo
index 8949e63b16ab..348fe2dc68dc 100644
--- a/math/GiNaC/distinfo
+++ b/math/GiNaC/distinfo
@@ -1 +1 @@
-MD5 (GiNaC-1.1.3.tar.bz2) = 4b3b5ea4ac9650d6bcd4708e43a3a532
+MD5 (GiNaC-1.1.5.tar.bz2) = 84d459db2dbc2c87963a91d9457f5773
diff --git a/math/GiNaC/files/patch-ginac::matrix.h b/math/GiNaC/files/patch-ginac::matrix.h
new file mode 100644
index 000000000000..35caec852d16
--- /dev/null
+++ b/math/GiNaC/files/patch-ginac::matrix.h
@@ -0,0 +1,18 @@
+--- ginac/matrix.h.orig Wed Oct 1 01:00:24 2003
++++ ginac/matrix.h Thu Nov 6 13:30:18 2003
+@@ -100,6 +100,7 @@
+ matrix(unsigned r, unsigned c, const exvector & m2);
+ matrix(unsigned r, unsigned c, const lst & l);
+
++#if 0
+ // First step of initialization of matrix with a comma-separated seqeuence
+ // of expressions. Subsequent steps are handled by matrix_init<>::operator,().
+ matrix_init<ex, exvector::iterator> operator=(const ex & x)
+@@ -107,6 +108,7 @@
+ m[0] = x;
+ return matrix_init<ex, exvector::iterator>(++m.begin());
+ }
++#endif
+
+ // functions overriding virtual functions from base classes
+ public:
diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist
index 5ed98e49a1ad..b265d3e83626 100644
--- a/math/GiNaC/pkg-plist
+++ b/math/GiNaC/pkg-plist
@@ -8,6 +8,7 @@ include/ginac/basic.h
include/ginac/clifford.h
include/ginac/color.h
include/ginac/constant.h
+include/ginac/container_suppl.h
include/ginac/ex.h
include/ginac/expair.h
include/ginac/expairseq.h
@@ -43,6 +44,6 @@ include/ginac/wildcard.h
lib/libginac.a
lib/libginac.so
lib/libginac-1.1.so
-lib/libginac-1.1.so.3
+lib/libginac-1.1.so.5
share/aclocal/ginac.m4
@dirrm include/ginac