FreeBSD Bugzilla – Attachment 169207 Details for
Bug 208712
[PATCH] graphics/gnofract4d: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics_gnofract4d.diff
graphics_gnofract4d.diff (text/plain), 4.34 KB, created by
tkato432
on 2016-04-11 18:34:06 UTC
(
hide
)
Description:
graphics_gnofract4d.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-04-11 18:34:06 UTC
Size:
4.34 KB
patch
obsolete
>diff -urN /usr/ports/graphics/gnofract4d/Makefile graphics/gnofract4d/Makefile >--- /usr/ports/graphics/gnofract4d/Makefile 2016-04-01 23:21:41.343484000 +0900 >+++ graphics/gnofract4d/Makefile 2016-04-12 00:00:00.000000000 +0900 >@@ -2,55 +2,74 @@ > # $FreeBSD: head/graphics/gnofract4d/Makefile 412346 2016-04-01 14:00:51Z mat $ > > PORTNAME= gnofract4d >-PORTVERSION= 3.14.1 >-PORTREVISION= 3 >+DISTVERSIONPREFIX= V_ >+DISTVERSION= 3_14_1 >+PORTREVISION= 4 > CATEGORIES= graphics gnome >-MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Weird GNOME fractal generator > >-BROKEN= unfetchable >- > LICENSE= BSD3CLAUSE > >+BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl > LIB_DEPENDS= libpng.so:graphics/png >+RUN_DEPENDS= xdg-open:devel/xdg-utils >+ >+USE_GITHUB= yes >+GH_ACCOUNT= edyoung > >-USES= desktop-file-utils jpeg pathfix pkgconfig python shared-mime-info >-USE_GNOME= gnomeprefix intlhack libgnomeui pygtk2 >+USES= desktop-file-utils display:build jpeg pathfix pkgconfig \ >+ python shared-mime-info >+USE_GNOME= intlhack libxslt:build pygtk2 > USE_PYTHON= distutils autoplist >-USE_GCC= yes > > CFLAGS+= -I${LOCALBASE}/include > >+PORTDOCS= README > PLIST_FILES= man/man1/gnofract4d.1.gz > >-PORTDOCS= README > OPTIONS_DEFINE= DOCS > >-.include <bsd.port.options.mk> >- > post-patch: >- @${REINPLACE_CMD} -e 's|/usr/include/|${LOCALBASE}/include/|; \ >- /# doc files/,+2d; /"html"/,+1d' \ >+ @${REINPLACE_CMD} -e \ >+ 's|/usr/include/|${LOCALBASE}/include/| ; \ >+ s|"gcc"|"${CC}"| ; \ >+ s|"g++"|"${CXX}"| ; \ >+ s|.stdc++..|| ; \ >+ /# doc files/,+2d' \ > ${WRKSRC}/setup.py >- @${REINPLACE_CMD} -e 's|"CC"|"${CC}"|; s|"gcc"|"${CC}"|' \ >- ${WRKSRC}/setup.py \ >- ${WRKSRC}/fract4d/test_fractconfig.py \ >+ @${REINPLACE_CMD} -e \ >+ 's|/usr/.*/xhtml/|${LOCALBASE}/share/xsl/docbook/xhtml/|' \ >+ ${WRKSRC}/doc/gnofract4d-manual/C/gnofract4d.xsl >+ @${REINPLACE_CMD} -e \ >+ 's|"gcc"|"${CC}"| ; \ >+ s|-g -O3||' \ > ${WRKSRC}/fract4d/fc.py >- @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ >- ${WRKSRC}/fract4d/test_codegen.py \ >+ @${REINPLACE_CMD} -e \ >+ "s|'gcc'|'${CC}'| ; \ >+ s|firefox |xdg-open |" \ > ${WRKSRC}/fract4d/fractconfig.py >+ @${REINPLACE_CMD} -e \ >+ 's|"gcc |"${CC} |' \ >+ ${WRKSRC}/fract4d/test_codegen.py >+ @${REINPLACE_CMD} -e \ >+ 's|"gcc"|"${CC}"|' \ >+ ${WRKSRC}/fract4d/test_fractconfig.py >+ >+post-build: >+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} createdocs.py) > > post-install: >+ (cd ${WRKSRC}/doc && ${INSTALL_MAN} gnofract4d.1 \ >+ ${STAGEDIR}${MAN1PREFIX}/man/man1) > .for l in fract4d_stdlib fract4dc > ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fract4d/${l}.so > .endfor > >- ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ >- ${STAGEDIR}${MAN1PREFIX}/man/man1/ >- >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ >+ ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/gnofract4d/distinfo graphics/gnofract4d/distinfo >--- /usr/ports/graphics/gnofract4d/distinfo 2015-08-24 03:54:05.543290000 +0900 >+++ graphics/gnofract4d/distinfo 2016-04-12 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (gnofract4d-3.14.1.tar.gz) = dea77e4119a488cdc5ae29dc64f2975eaaa7bbaca84e1c02aa016ff1eb5c59dc >-SIZE (gnofract4d-3.14.1.tar.gz) = 884442 >+SHA256 (edyoung-gnofract4d-V_3_14_1_GH0.tar.gz) = 29f05d9b07f7b53bf250b0f81f74b76dbd68efc5d6ba71f4d55ef332f6b6f83d >+SIZE (edyoung-gnofract4d-V_3_14_1_GH0.tar.gz) = 4660808 >diff -urN /usr/ports/graphics/gnofract4d/pkg-descr graphics/gnofract4d/pkg-descr >--- /usr/ports/graphics/gnofract4d/pkg-descr 2015-08-24 03:54:05.551029000 +0900 >+++ graphics/gnofract4d/pkg-descr 2016-04-12 00:00:00.000000000 +0900 >@@ -1,7 +1,7 @@ > Gnofract 4D is a free, open source program which allows anyone to create >-beautiful images called fractals. The images are automatically created by >-the computer based on mathematical principles. These include the Mandelbrot >-and Julia sets and many more. You don't need to do any math: you can explore >-a universe of images just using a mouse. >+beautiful images called fractals. The images are automatically created >+by the computer based on mathematical principles. These include the >+Mandelbrot and Julia sets and many more. You don't need to do any math: >+you can explore a universe of images just using a mouse. > >-WWW: http://gnofract4d.sourceforge.net/ >+WWW: https://github.com/edyoung/gnofract4d
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 208712
: 169207