From owner-svn-ports-head@FreeBSD.ORG Thu Jun 19 07:15:34 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 05DAFD8D; Thu, 19 Jun 2014 07:15:34 +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 CDBAB2F75; Thu, 19 Jun 2014 07:15:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5J7FXNq051271; Thu, 19 Jun 2014 07:15:33 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5J7FXZG051269; Thu, 19 Jun 2014 07:15:33 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406190715.s5J7FXZG051269@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 19 Jun 2014 07:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358360 - in head/math/mtl: . files 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: Thu, 19 Jun 2014 07:15:34 -0000 Author: vanilla Date: Thu Jun 19 07:15:33 2014 New Revision: 358360 URL: http://svnweb.freebsd.org/changeset/ports/358360 QAT: https://qat.redports.org/buildarchive/r358360/ Log: Stagify. Approved by: portmgr@ Added: head/math/mtl/files/patch-mtl__Makefile.in (contents, props changed) Modified: head/math/mtl/Makefile Modified: head/math/mtl/Makefile ============================================================================== --- head/math/mtl/Makefile Thu Jun 19 07:12:55 2014 (r358359) +++ head/math/mtl/Makefile Thu Jun 19 07:15:33 2014 (r358360) @@ -22,7 +22,6 @@ USES= perl5 USE_PERL5= build WRKSRC = ${WRKDIR}/${DISTNAME:R} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/gnu\*)/,/;;/{/CXX=/d; /CXX_OPTIMIZE_FLAGS=/d; \ s/CXXFLAGS="/&$$ac_cv_env_CXXFLAGS_value /; }' \ @@ -49,9 +48,9 @@ CXXFLAGS+= -fpermissive PORTEXAMPLES= * post-install: - @${MKDIR} ${EXAMPLESDIR}/doubledouble - @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${EXAMPLESDIR}/doubledouble + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble + @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble .endif .include Added: head/math/mtl/files/patch-mtl__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/mtl/files/patch-mtl__Makefile.in Thu Jun 19 07:15:33 2014 (r358360) @@ -0,0 +1,17 @@ +--- mtl/Makefile.in.orig 2014-06-19 15:12:46.890432000 +0800 ++++ mtl/Makefile.in 2014-06-19 15:13:23.850278020 +0800 +@@ -454,11 +454,11 @@ uninstall-am: uninstall-info-am + + + make-install-dirs: +- -if test '!' -d $(includedir); then mkdir -p $(includedir); fi ++ -if test '!' -d $(DESTDIR)$(includedir); then mkdir -p $(DESTDIR)$(includedir); fi + + install-data-hook: make-install-dirs +- -@ echo Installing $(includedir) ; \ +- $(INSTALL_DATA) *.h $(includedir) ++ -@ echo Installing $(DESTDIR)$(includedir) ; \ ++ $(INSTALL_DATA) *.h $(DESTDIR)$(includedir) + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: