FreeBSD Bugzilla – Attachment 103853 Details for
Bug 143930
[PATCH] graphics/evolvotron Update to 0.6.1, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.33 KB, created by
Robert Farmer
on 2010-02-14 11:11:30 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Robert Farmer
Created:
2010-02-14 11:11:30 UTC
Size:
3.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/evolvotron/Makefile,v >retrieving revision 1.21 >diff -u -r1.21 Makefile >--- Makefile 5 Feb 2010 11:38:26 -0000 1.21 >+++ Makefile 14 Feb 2010 10:15:46 -0000 >@@ -5,44 +5,38 @@ > # $FreeBSD: ports/graphics/evolvotron/Makefile,v 1.21 2010/02/05 11:38:26 dinoex Exp $ > > PORTNAME= evolvotron >-PORTVERSION= 0.4.0 >-PORTREVISION= 4 >+PORTVERSION= 0.6.1 > CATEGORIES= graphics > MASTER_SITES= SF > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= rfarmer@predatorlabs.net > COMMENT= Generative software that evolves images/textures/patterns > >-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake >+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-USE_QT_VER= 3 >+USE_QT_VER= 4 >+QT_COMPONENTS= corelib gui moc_build qmake_build xml > USE_PYTHON= yes > USE_XORG= x11 > GNU_CONFIGURE= yes > >-MAKE_ENV= QTDIR=${QT_PREFIX} MOC=${MOC} > MAKE_JOBS_UNSAFE= yes > > .include <bsd.port.pre.mk> > > post-patch: >- @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS} -g -static|' \ >- ${WRKSRC}/common.pro >- >-do-configure: >- @cd ${WRKSRC} && ./text_to_markup.py -html < USAGE > evolvotron.html >- @cd ${WRKSRC} && ./text_to_markup.py -qml -s < USAGE > libevolvotron/usage_text.h >- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -spec \ >- ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ >- VERSION_NUMBER=${PORTVERSION} main.pro >+ ${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 > > do-install: > @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron/evolvotron ${PREFIX}/bin >- @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron_match/evolvotron_match ${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) > @${MKDIR} ${DOCSDIR} > @${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR} >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/graphics/evolvotron/distinfo,v >retrieving revision 1.7 >diff -u -r1.7 distinfo >--- distinfo 31 Oct 2006 08:56:56 -0000 1.7 >+++ distinfo 14 Feb 2010 08:55:20 -0000 >@@ -1,3 +1,3 @@ >-MD5 (evolvotron-0.4.0.tar.gz) = ab6f3a3247e36ca0024d3837f78bdf6b >-SHA256 (evolvotron-0.4.0.tar.gz) = f846aa85fe443a61afd64d28d491b9afc0f3fbb491f3e27da2d601048d40d1ed >-SIZE (evolvotron-0.4.0.tar.gz) = 131967 >+MD5 (evolvotron-0.6.1.tar.gz) = 88ae3cfdef11e7e7f4859b7847cbcaf6 >+SHA256 (evolvotron-0.6.1.tar.gz) = 70bf4dc6de69f43385047d3dfb6058c6d5b26957313486bfc452721ff05be503 >+SIZE (evolvotron-0.6.1.tar.gz) = 156441 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/graphics/evolvotron/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 31 Oct 2006 08:56:56 -0000 1.3 >+++ pkg-plist 14 Feb 2010 10:08:34 -0000 >@@ -1,6 +1,7 @@ > bin/evolvotron >-bin/evolvotron_match > 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 143930
: 103853