diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-22 08:33:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-22 08:33:23 +0800 |
commit | 3e426e953e7de7963fd8b48f3d6347ae1b308d94 (patch) | |
tree | cfd9aed4dae3b6a32aee7113ea4540ef281b2f97 /math/newmat | |
parent | 7c4d2966d0bead2187773cda45dcb583eb7a908b (diff) | |
download | freebsd-ports-gnome-3e426e953e7de7963fd8b48f3d6347ae1b308d94.tar.gz freebsd-ports-gnome-3e426e953e7de7963fd8b48f3d6347ae1b308d94.tar.zst freebsd-ports-gnome-3e426e953e7de7963fd8b48f3d6347ae1b308d94.zip |
- File was rerolled for build fix with gcc 4.2
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 119876
Submitted by: "Pietro Cerutti" <gahr@gahr.ch>
Diffstat (limited to 'math/newmat')
-rw-r--r-- | math/newmat/Makefile | 11 | ||||
-rw-r--r-- | math/newmat/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 5db8fef90135..72be53d16533 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -8,11 +8,12 @@ PORTNAME= newmat PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.robertnz.net/ftp/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@gahr.ch COMMENT= A C++ matrix library NO_WRKSUBDIR= yes @@ -21,15 +22,9 @@ MAKEFILE= nm_gnu.mak MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= everything -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - do-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/newmat/distinfo b/math/newmat/distinfo index 7c87287e423e..d2ff2a21644b 100644 --- a/math/newmat/distinfo +++ b/math/newmat/distinfo @@ -1,3 +1,3 @@ -MD5 (newmat11.tar.gz) = 135e15d41930389054c9be7d58e9dbd2 -SHA256 (newmat11.tar.gz) = 12328f561569e70635fb581f68146b4861a9e9ce9c88c26668875ea2dbda7185 -SIZE (newmat11.tar.gz) = 236598 +MD5 (newmat11.tar.gz) = 67827f62999f22b7b7e00abe542cfee8 +SHA256 (newmat11.tar.gz) = 723d96ecc2cf4c6987d04bb0810ce12fd22b3170ad50db2a14e7e4ef77c4ec89 +SIZE (newmat11.tar.gz) = 240888 |