FreeBSD Bugzilla – Attachment 130984 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]
file.diff
file.diff (text/plain), 3.58 KB, created by
tkato432
on 2013-01-05 18:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-01-05 18:10:02 UTC
Size:
3.58 KB
patch
obsolete
>diff -urN /usr/ports/graphics/evolvotron/Makefile graphics/evolvotron/Makefile >--- /usr/ports/graphics/evolvotron/Makefile 2012-12-05 05:57:24.000000000 +0900 >+++ graphics/evolvotron/Makefile 2013-01-02 03:52:02.000000000 +0900 >@@ -1,45 +1,52 @@ >-# New ports collection makefile for: evolvotron >-# Date created: 16 Mar 2003 >-# Whom: David Yeske <dyeske@gmail.com> >-# >+# Created by: David Yeske <dyeske@gmail.com> > # $FreeBSD: head/graphics/evolvotron/Makefile 308272 2012-12-04 20:39:22Z zi $ > > PORTNAME= evolvotron >-PORTVERSION= 0.6.1 >-PORTREVISION= 2 >+PORTVERSION= 0.6.2 > CATEGORIES= graphics > MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Generative software that evolves images/textures/patterns > >-LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs > > 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 > >-.include <bsd.port.pre.mk> >+PORTDOCS= evolvotron.html >+PLIST_FILES= bin/evolvotron bin/evolvotron_mutate bin/evolvotron_render \ >+ lib/libevolvotron.a lib/libfunction.a >+ >+.include <bsd.port.options.mk> > > 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 \ >+ '/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) >+.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> >+.include <bsd.port.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 2012-12-05 23:31:02.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.2.tar.gz) = 9303726eb691dec92bd9fc0c144530c8facc7c71a8394e040e63896bbcfbe7d8 >+SIZE (evolvotron-0.6.2.tar.gz) = 160255 >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
Working