FreeBSD Bugzilla – Attachment 130987 Details for
Bug 175016
graphics/evolvotron: Update to version 0.6.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics_evolvotron.diff
graphics_evolvotron.diff (text/x-diff), 5.53 KB, created by
tkato432
on 2013-02-08 17:56:54 UTC
(
hide
)
Description:
graphics_evolvotron.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-02-08 17:56:54 UTC
Size:
5.53 KB
patch
obsolete
>diff -urN /usr/ports/graphics/evolvotron/Makefile graphics/evolvotron/Makefile >--- /usr/ports/graphics/evolvotron/Makefile 2013-01-31 23:09:32.000000000 +0900 >+++ graphics/evolvotron/Makefile 2013-02-08 19:46:43.000000000 +0900 >@@ -2,41 +2,68 @@ > # $FreeBSD: head/graphics/evolvotron/Makefile 311310 2013-01-31 13:38:42Z bapt $ > > PORTNAME= evolvotron >-PORTVERSION= 0.6.1 >-PORTREVISION= 3 >+PORTVERSION= 0.6.3 > CATEGORIES= graphics > MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Generative software that evolves images/textures/patterns > >+LICENSE= GPLv2 >+ > LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs > >+OPTIONS_DEFINE= DOCS >+ > WRKSRC= ${WRKDIR}/${PORTNAME} > >-USE_QT4= corelib gui moc_build qmake_build xml >+USE_QT4= corelib gui xml moc_build qmake_build > USE_PYTHON= yes >-USE_XORG= x11 >-GNU_CONFIGURE= yes >- >+HAS_CONFIGURE= yes >+CONFIGURE_ENV= QTDIR="${QT_PREFIX}" > MAKE_JOBS_UNSAFE= yes > >+MAN1= evolvotron.1 evolvotron_mutate.1 evolvotron_render.1 >+PORTDOCS= * >+PLIST_FILES= bin/evolvotron bin/evolvotron_mutate bin/evolvotron_render \ >+ lib/libevolvotron.a lib/libfunction.a >+ >+DESKTOP_ENTRIES="Evolvotron" "Interactive image generator" "" "${PORTNAME}" \ >+ "Graphics;2DGraphics;" true >+ > .include <bsd.port.pre.mk> > >+.if ${CXX:T:M*clang*} || ${OSVERSION} >= 1000024 >+.for i in libevolvotron libfunction >+CXXFLAGS+= -include ${WRKSRC}/${i}/${i}_precompiled.h \ >+ -I${WRKSRC}/${i} >+.endfor >+.else >+QMAKEFLAGS+= CONFIG+=precompile_header >+.endif >+ > post-patch: >- ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/configure >- ${REINPLACE_CMD} -e 28d ${WRKSRC}/libevolvotron/platform_specific.h >- ${REINPLACE_CMD} -e 30d ${WRKSRC}/libevolvotron/platform_specific.h >+ @${REINPLACE_CMD} -e \ >+ 's|/bin/bash|/bin/sh|' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ '/^CONFIG/s|precompile_header|| ; \ >+ /DEFINES/s|_LINUX|_BSD|' ${WRKSRC}/common.pro >+ >+post-configure: >+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \ >+ VERSION_NUMBER="${PORTVERSION}" main.pro) > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron/evolvotron ${PREFIX}/bin >- @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron_mutate/evolvotron_mutate ${PREFIX}/bin >- @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron_render/evolvotron_render ${PREFIX}/bin >- @${INSTALL_DATA} ${WRKSRC}/libevolvotron/libevolvotron.a ${PREFIX}/lib >- @${INSTALL_DATA} ${WRKSRC}/libfunction/libfunction.a ${PREFIX}/lib >-.if !defined(NOPORTDOCS) >+.for i in evolvotron evolvotron_mutate evolvotron_render >+ (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} ${PREFIX}/bin) >+ (cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${i}.1 ${MANPREFIX}/man/man1) >+.endfor >+.for i in libevolvotron libfunction >+ (cd ${WRKSRC}/${i} && ${INSTALL_DATA} ${i}.a ${PREFIX}/lib) >+.endfor >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} evolvotron.html ${DOCSDIR}) > .endif > > .include <bsd.port.post.mk> >diff -urN /usr/ports/graphics/evolvotron/distinfo graphics/evolvotron/distinfo >--- /usr/ports/graphics/evolvotron/distinfo 2012-11-08 09:28:36.000000000 +0900 >+++ graphics/evolvotron/distinfo 2013-01-30 05:32:31.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (evolvotron-0.6.1.tar.gz) = 70bf4dc6de69f43385047d3dfb6058c6d5b26957313486bfc452721ff05be503 >-SIZE (evolvotron-0.6.1.tar.gz) = 156441 >+SHA256 (evolvotron-0.6.3.tar.gz) = d1735fe84d90be004888017068f49fa00c97378fd7cca11a90a4a889ef681393 >+SIZE (evolvotron-0.6.3.tar.gz) = 182357 >diff -urN /usr/ports/graphics/evolvotron/files/patch-USAGE graphics/evolvotron/files/patch-USAGE >--- /usr/ports/graphics/evolvotron/files/patch-USAGE 1970-01-01 09:00:00.000000000 +0900 >+++ graphics/evolvotron/files/patch-USAGE 2013-01-30 06:06:26.000000000 +0900 >@@ -0,0 +1,13 @@ >+--- USAGE.orig >++++ USAGE >+@@ -68,8 +68,8 @@ >+ >+ -m, --multisample <multisample grid> >+ Enables additional antialiasing passes. >+- Specifing 2 or 3 will provide an additional pass with 2x2 or 3x3 samples per pixel. >+- Specifiying 4 (of higher) will provide a 2x2 and a final 4x4 pass. >++ Specifying 2 or 3 will provide an additional pass with 2x2 or 3x3 samples per pixel. >++ Specifying 4 (of higher) will provide a 2x2 and a final 4x4 pass. >+ Specifying 1 provides the default behaviour of one sample per pixel. >+ For best rendering quality also specify -j. >+ >diff -urN /usr/ports/graphics/evolvotron/files/patch-libevolvotron__dialog_help.cpp graphics/evolvotron/files/patch-libevolvotron__dialog_help.cpp >--- /usr/ports/graphics/evolvotron/files/patch-libevolvotron__dialog_help.cpp 1970-01-01 09:00:00.000000000 +0900 >+++ graphics/evolvotron/files/patch-libevolvotron__dialog_help.cpp 2013-01-30 06:06:53.000000000 +0900 >@@ -0,0 +1,15 @@ >+--- libevolvotron/dialog_help.cpp.orig >++++ libevolvotron/dialog_help.cpp >+@@ -45,10 +45,10 @@ >+ " Esc - Returns to normal mode from full-screen/menu-hidden mode." >+ " </li>" >+ " <li>" >+-" R - Reset (reset mutation paramters and locks)" >++" R - Reset (reset mutation parameters and locks)" >+ " </li>" >+ " <li>" >+-" T - Restart (preserve mutation paramters and locks)" >++" T - Restart (preserve mutation parameters and locks)" >+ " </li>" >+ " <li>" >+ " X - Remix (randomize function weights and restart)" >diff -urN /usr/ports/graphics/evolvotron/pkg-plist graphics/evolvotron/pkg-plist >--- /usr/ports/graphics/evolvotron/pkg-plist 2012-11-08 09:28:36.000000000 +0900 >+++ graphics/evolvotron/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,7 +0,0 @@ >-bin/evolvotron >-bin/evolvotron_mutate >-bin/evolvotron_render >-lib/libevolvotron.a >-lib/libfunction.a >-%%PORTDOCS%%%%DOCSDIR%%/evolvotron.html >-%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 175016
:
130984
|
130985
|
130986
| 130987