Date: Tue, 12 Apr 2016 15:05:59 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413130 - head/graphics/quat Message-ID: <201604121505.u3CF5xtH030960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Apr 12 15:05:58 2016 New Revision: 413130 URL: https://svnweb.freebsd.org/changeset/ports/413130 Log: Unbreak. PR: 208713 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/graphics/quat/Makefile (contents, props changed) head/graphics/quat/pkg-descr (contents, props changed) Modified: head/graphics/quat/Makefile ============================================================================== --- head/graphics/quat/Makefile Tue Apr 12 15:05:53 2016 (r413129) +++ head/graphics/quat/Makefile Tue Apr 12 15:05:58 2016 (r413130) @@ -4,13 +4,11 @@ PORTNAME= quat PORTVERSION= 1.20 CATEGORIES= graphics -#MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ -MASTER_SITES= http://www.sourcefiles.org/Graphics/Fractals/ +MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (command line only) -BROKEN= unfetchable LICENSE= GPLv2+ OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS @@ -22,11 +20,7 @@ CONFIGURE_ARGS= --disable-gui \ PORTDOCS= * PLIST_FILES= bin/quat-txt -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -ffast-math -.endif +OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math post-patch: @${REINPLACE_CMD} -E -e \ @@ -42,9 +36,9 @@ post-patch: s|^(SUBDIRS.*)doc|\1|' \ ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ + (cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include <bsd.port.mk> Modified: head/graphics/quat/pkg-descr ============================================================================== --- head/graphics/quat/pkg-descr Tue Apr 12 15:05:53 2016 (r413129) +++ head/graphics/quat/pkg-descr Tue Apr 12 15:05:58 2016 (r413130) @@ -8,3 +8,5 @@ data). Generation of a really three dimensional view is possible (3d stereo). The fractal can be seen three dimensional without any utilities like 3d glasses. + +WWW: https://www.physcip.uni-stuttgart.de/pages/~phy11733/index_e.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604121505.u3CF5xtH030960>