diff options
author | vs <vs@FreeBSD.org> | 2005-01-24 21:45:47 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-24 21:45:47 +0800 |
commit | 34443c7fbf0b1b8383fdf65a39e4adfc96094d7c (patch) | |
tree | 81914c3a2c14ca44a65779654b213d31467ebb00 /math | |
parent | c8a3566c58c7452a44b315f04f0c4a5702bfa17b (diff) | |
download | freebsd-ports-gnome-34443c7fbf0b1b8383fdf65a39e4adfc96094d7c.tar.gz freebsd-ports-gnome-34443c7fbf0b1b8383fdf65a39e4adfc96094d7c.tar.zst freebsd-ports-gnome-34443c7fbf0b1b8383fdf65a39e4adfc96094d7c.zip |
Unbreak: Update to 1.1 (gcc34)
PR: ports/76508
Submitted by: Johan van Selst
Diffstat (limited to 'math')
-rw-r--r-- | math/newmat/Makefile | 7 | ||||
-rw-r--r-- | math/newmat/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 483bf55e7f3d..f41dc8586f65 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -7,8 +7,7 @@ # PORTNAME= newmat -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= math MASTER_SITES= http://www.robertnz.net/ftp/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -24,10 +23,6 @@ ALL_TARGET= everything .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - post-patch: @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; \ s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE} diff --git a/math/newmat/distinfo b/math/newmat/distinfo index a7f1d5c04d51..78e85c55e372 100644 --- a/math/newmat/distinfo +++ b/math/newmat/distinfo @@ -1,2 +1,2 @@ -MD5 (newmat10.tar.gz) = 4234ce414e416266c935e67186b54392 -SIZE (newmat10.tar.gz) = 204081 +MD5 (newmat11.tar.gz) = 23354d860197a4868dafd99be35e00bf +SIZE (newmat11.tar.gz) = 228217 |