From owner-svn-ports-head@FreeBSD.ORG Fri Jul 4 00:58:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16C9F83C; Fri, 4 Jul 2014 00:58:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0414728AD; Fri, 4 Jul 2014 00:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s640wlLK097481; Fri, 4 Jul 2014 00:58:47 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s640wl4v097479; Fri, 4 Jul 2014 00:58:47 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407040058.s640wl4v097479@svn.freebsd.org> From: Adam Weinberger Date: Fri, 4 Jul 2014 00:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360502 - in head/math: libranlip mtl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 00:58:48 -0000 Author: adamw Date: Fri Jul 4 00:58:47 2014 New Revision: 360502 URL: http://svnweb.freebsd.org/changeset/ports/360502 QAT: https://qat.redports.org/buildarchive/r360502/ Log: Correct a few typos. Modified: head/math/libranlip/Makefile head/math/mtl/Makefile Modified: head/math/libranlip/Makefile ============================================================================== --- head/math/libranlip/Makefile Fri Jul 4 00:56:57 2014 (r360501) +++ head/math/libranlip/Makefile Fri Jul 4 00:58:47 2014 (r360502) @@ -38,8 +38,10 @@ test: build @(cd ${WRKSRC}/examples && ./${_prog}) .endfor +.include + .if ${OSVERSION} < 700000 BROKEN= fails to build .endif -.include +.include Modified: head/math/mtl/Makefile ============================================================================== --- head/math/mtl/Makefile Fri Jul 4 00:56:57 2014 (r360501) +++ head/math/mtl/Makefile Fri Jul 4 00:58:47 2014 (r360502) @@ -53,5 +53,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble -.endif .include