From owner-svn-ports-all@freebsd.org Tue Apr 12 15:06:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF757B0D0D9; Tue, 12 Apr 2016 15:06:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 889101808; Tue, 12 Apr 2016 15:06:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CF64j2031097; Tue, 12 Apr 2016 15:06:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CF64k0031095; Tue, 12 Apr 2016 15:06:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604121506.u3CF64k0031095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 12 Apr 2016 15:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413131 - head/graphics/quat-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 15:06:05 -0000 Author: mat Date: Tue Apr 12 15:06:04 2016 New Revision: 413131 URL: https://svnweb.freebsd.org/changeset/ports/413131 Log: Unbreak. PR: 208714 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/graphics/quat-gui/Makefile (contents, props changed) head/graphics/quat-gui/pkg-descr (contents, props changed) Modified: head/graphics/quat-gui/Makefile ============================================================================== --- head/graphics/quat-gui/Makefile Tue Apr 12 15:05:58 2016 (r413130) +++ head/graphics/quat-gui/Makefile Tue Apr 12 15:06:04 2016 (r413131) @@ -5,14 +5,12 @@ PORTNAME= quat PORTVERSION= 1.20 PORTREVISION= 14 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/ PKGNAMESUFFIX= -gui MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (X11 GUI) -BROKEN= unfetchable LICENSE= GPLv2+ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk @@ -35,11 +33,7 @@ PLIST_FILES= bin/quat DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" "" -.include - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -ffast-math -.endif +OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math post-patch: @${REINPLACE_CMD} -E -e \ @@ -62,7 +56,7 @@ post-patch: 's|@PACKAGE@|${PKGBASE}|' \ ${WRKSRC}/doc/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) Modified: head/graphics/quat-gui/pkg-descr ============================================================================== --- head/graphics/quat-gui/pkg-descr Tue Apr 12 15:05:58 2016 (r413130) +++ head/graphics/quat-gui/pkg-descr Tue Apr 12 15:06:04 2016 (r413131) @@ -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