Index: head/math/newmat/Makefile =================================================================== --- head/math/newmat/Makefile (revision 206007) +++ head/math/newmat/Makefile (revision 206008) @@ -1,35 +1,30 @@ # ex:ts=8 # New ports collection makefile for: newmat # Date created: Dec 6, 2001 # Whom: ijliao # # $FreeBSD$ # 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 USE_GMAKE= yes MAKEFILE= nm_gnu.mak MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= everything -.include - -.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 +.include Property changes on: head/math/newmat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/math/newmat/distinfo =================================================================== --- head/math/newmat/distinfo (revision 206007) +++ head/math/newmat/distinfo (revision 206008) @@ -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 Property changes on: head/math/newmat/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property