FreeBSD Bugzilla – Attachment 194847 Details for
Bug 215473
graphics/povray37: 3.7.0 release is now available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff from /usr/ports
povray37.diff (text/plain), 20.98 KB, created by
Chad Jacob Milios
on 2018-07-03 04:44:49 UTC
(
hide
)
Description:
svn diff from /usr/ports
Filename:
MIME Type:
Creator:
Chad Jacob Milios
Created:
2018-07-03 04:44:49 UTC
Size:
20.98 KB
patch
obsolete
>Index: graphics/povray37/Makefile >=================================================================== >--- graphics/povray37/Makefile (revision 473792) >+++ graphics/povray37/Makefile (working copy) >@@ -1,10 +1,9 @@ > # $FreeBSD$ > > PORTNAME= povray >-DISTVERSION= 3.7.0.RC6 >-PORTREVISION= 14 >+DISTVERSIONPREFIX= v >+DISTVERSION= 3.7.0.8 > CATEGORIES= graphics >-MASTER_SITES= http://www.povray.org/beta/source/ > PKGNAMESUFFIX= 37 > DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} > >@@ -15,6 +14,9 @@ > > BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) > >+USE_GITHUB= yes >+GH_ACCOUNT= POV-Ray >+ > OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS > OPTIONS_DEFAULT=PNG JPEG > OPTIONS_SUB= yes >@@ -22,7 +24,7 @@ > EXAMPLES_DESC= Install example scenes > DOCS_DESC= Install HTML documentation > >-USES= gmake localbase >+USES= gmake localbase autoreconf:build > GNU_CONFIGURE= yes > > VERSION_BASE= ${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/} >@@ -38,7 +40,7 @@ > --program-transform-name='s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/' \ > --disable-optimiz > >-X11_USE= XORG=xpm,sm,ice,x11 SDL=sdl >+X11_USE= XORG=xpm,sm,ice,x11 SDL=sdl > X11_CONFIGURE_OFF= --without-x > STATIC_CONFIGURE_ON= --enable-static > IO_CONFIGURE_ON= --disable-io-restrictions >@@ -90,49 +92,27 @@ > CONFIGURE_ARGS+=NON_REDISTRIBUTABLE_BUILD=yes > .endif > >-DOC_FILES= AUTHORS ChangeLog NEWS > PORTDOCS= * > PORTEXAMPLES= * > > post-patch: >-# Fix with boost 1.52 and now boost 1.55 >- @${REINPLACE_CMD} -e 's/TIME_UTC/TIME_UTC_/g' ${WRKSRC}/source/backend/scene/view.cpp \ >- ${WRKSRC}/source/base/timer.cpp \ >- ${WRKSRC}/vfe/vfepovms.cpp \ >- ${WRKSRC}/vfe/unix/platformbase.cpp \ >- ${WRKSRC}/vfe/vfesession.cpp >- @${FIND} ${WRKSRC}/source/*end \( -name \*.h -o -name \*.cpp \) | \ >- ${XARGS} ${GREP} -l shared_ptr | ${SED} '/shellout/d' | \ >- ${XARGS} ${REINPLACE_CMD} -e 's|shared_ptr|boost::shared_ptr|g' >+ ${REINPLACE_CMD} -e 's|@@EXAMPLESDIR@@|${EXAMPLESDIR}|' \ >+ -e 's|@@ETCDIR@@|${ETCDIR}|' \ >+ ${WRKSRC}/unix/povray.conf > >+pre-configure: >+ cd ${WRKSRC}/unix && ./prebuild.sh >+ > pre-build: > .if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MTIFF} >-# graphics/tiff adds dependencies on libjpeg and libjbig >- @${REINPLACE_CMD} -e 's,^\(LIBS = .*\)-ltiff\(.*\),\1-ltiff -ljpeg -ljbig\2,' ${WRKSRC}/unix/Makefile >+# graphics/tiff adds dependencies on libjpeg, libjbig and liblzma >+ @${REINPLACE_CMD} -e 's,^\(LIBS = .*\)-ltiff\(.*\),\1-ltiff -ljpeg -ljbig -llzma\2,' ${WRKSRC}/unix/Makefile > .endif > >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/unix/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} >- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}${PKGNAMESUFFIX}.1 >- @${MKDIR} ${STAGEDIR}${ETCDIR} >- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR} >- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR} >-.for i in include ini scripts >- ${MKDIR} ${STAGEDIR}${DATADIR}/$i >- cd ${WRKSRC}/$i && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/$i >+post-install: >+ ${MV} ${STAGEDIR}${DATADIR}/scenes ${STAGEDIR}${EXAMPLESDIR} >+.for i in povray.conf povray.ini >+ ${MV} ${STAGEDIR}${ETCDIR}/${i} ${STAGEDIR}${ETCDIR}/${i}.sample > .endfor > >-do-install-X11-on: >- @${MKDIR} ${STAGEDIR}${DATADIR}/icons >- cd ${WRKSRC}/icons && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/icons >- >-do-install-EXAMPLES-on: >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- cd ${WRKSRC}/scenes && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} >- >-do-install-DOCS-on: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR} >- cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} >- > .include <bsd.port.mk> >Index: graphics/povray37/distinfo >=================================================================== >--- graphics/povray37/distinfo (revision 473792) >+++ graphics/povray37/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (povray37/povray-3.7.0.RC6.tar.gz) = 374957bdb90fb7be5f36f839b3f04ab0a4340f6e8cf369f658d6592a342803e3 >-SIZE (povray37/povray-3.7.0.RC6.tar.gz) = 13298421 >+TIMESTAMP = 1530591958 >+SHA256 (povray37/POV-Ray-povray-v3.7.0.8_GH0.tar.gz) = 53d11ebd2972fc452af168a00eb83aefb61387662c10784e81b63e44aa575de4 >+SIZE (povray37/POV-Ray-povray-v3.7.0.8_GH0.tar.gz) = 52884333 >Index: graphics/povray37/files/patch-Makefile.in >=================================================================== >--- graphics/povray37/files/patch-Makefile.in (revision 473792) >+++ graphics/povray37/files/patch-Makefile.in (nonexistent) >@@ -1,58 +0,0 @@ >---- Makefile.in.orig 2011-01-22 06:36:17.000000000 +0100 >-+++ Makefile.in 2011-04-15 21:25:36.000000000 +0200 >-@@ -512,16 +512,6 @@ >- cd "$(DESTDIR)$(povconfdir)" && rm -f $$files >- install-povdocDATA: $(povdoc_DATA) >- @$(NORMAL_INSTALL) >-- test -z "$(povdocdir)" || $(MKDIR_P) "$(DESTDIR)$(povdocdir)" >-- @list='$(povdoc_DATA)'; test -n "$(povdocdir)" || list=; \ >-- for p in $$list; do \ >-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ >-- echo "$$d$$p"; \ >-- done | $(am__base_list) | \ >-- while read files; do \ >-- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(povdocdir)'"; \ >-- $(INSTALL_DATA) $$files "$(DESTDIR)$(povdocdir)" || exit $$?; \ >-- done >- >- uninstall-povdocDATA: >- @$(NORMAL_UNINSTALL) >-@@ -1018,7 +1008,7 @@ >- install-data-local: >- cat /dev/null > $(povinstall); >- @echo "Creating data directories..."; \ >-- list='$(top_srcdir)/icons $(top_srcdir)/include $(top_srcdir)/ini $(top_srcdir)/scenes'; \ >-+ list='$(top_srcdir)/include $(top_srcdir)/ini'; \ >- dirlist=`find $$list -type d | sed s,$(top_srcdir)/,,`; \ >- for p in "" $$dirlist ; do \ >- $(mkdir_p) $(DESTDIR)$(povlibdir)/$$p && printf "%s\n" "$(DESTDIR)$(povlibdir)/$$p" "`cat $(povinstall)`" > $(povinstall); \ >-@@ -1028,29 +1018,6 @@ >- for f in $$filelist ; do \ >- $(INSTALL_DATA) $(top_srcdir)/$$f $(DESTDIR)$(povlibdir)/$$f && echo "$(DESTDIR)$(povlibdir)/$$f" >> $(povinstall); \ >- done >-- @echo "Creating documentation directories..."; \ >-- dirlist=`find $(top_srcdir)/doc/ -type d | sed s,$(top_srcdir)/doc/,,`; \ >-- for p in "" $$dirlist ; do \ >-- $(mkdir_p) $(DESTDIR)$(povdocdir)/$$p && printf "%s\n" "$(DESTDIR)$(povdocdir)/$$p" "`cat $(povinstall)`" > $(povinstall); \ >-- done >-- @echo "Copying documentation files..."; \ >-- filelist=`find $(top_srcdir)/doc/ -type f | sed s,$(top_srcdir)/doc/,,`; \ >-- for f in $$filelist ; do \ >-- $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \ >-- done >-- @echo "Creating user directories..."; \ >-- for p in $(povuser) $(povconfuser) ; do \ >-- $(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \ >-- done >-- @echo "Copying user configuration and INI files..."; \ >-- for f in povray.conf povray.ini ; do \ >-- if test -f $(povconfuser)/$$f; then \ >-- echo "Creating backup of $(povconfuser)/$$f"; \ >-- mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \ >-- fi; \ >-- done; \ >-- $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) $(povconfuser)/povray.conf && echo "$(povconfuser)/povray.conf" >> $(povinstall); \ >-- $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini && chown $(povowner) $(povconfuser)/povray.ini && chgrp $(povgroup) $(povconfuser)/povray.ini && echo "$(povconfuser)/povray.ini" >> $(povinstall) >- >- # Remove data, config, and empty folders for 'make uninstall'. >- # Use 'hook' instead of 'local' so as to properly remove *empty* folders (e.g. scripts). > >Property changes on: graphics/povray37/files/patch-Makefile.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-source_base_image_image.cpp >=================================================================== >--- graphics/povray37/files/patch-source_base_image_image.cpp (revision 473792) >+++ graphics/povray37/files/patch-source_base_image_image.cpp (nonexistent) >@@ -1,29 +0,0 @@ >---- source/base/image/image.cpp.orig 2012-06-19 02:57:32.000000000 +0200 >-+++ source/base/image/image.cpp 2012-09-22 23:19:44.000000000 +0200 >-@@ -2884,7 +2884,7 @@ >- meta[0] = sizeof(pixel_type); >- meta[1] = m_Width; >- meta[2] = m_Height; >-- if (lseek64(m_File, pos, SEEK_SET) != pos) >-+ if (lseek(m_File, pos, SEEK_SET) != pos) >- throw POV_EXCEPTION(kFileDataErr, "Intermediate image storage backing file write/seek failed at creation."); >- if (write(m_File, &meta[0], (int) sizeof(size_type)*3) != (sizeof(size_type)*3)) >- throw POV_EXCEPTION(kFileDataErr, "Intermediate image storage backing file write failed at creation."); >-@@ -3055,7 +3055,7 @@ >- #endif >- pos = block * sizeof(pixel_type) * m_Blocksize; >- int chunk = sizeof(pixel_type) * m_Blocksize; >-- if (lseek64(m_File, pos, SEEK_SET) != pos) >-+ if (lseek(m_File, pos, SEEK_SET) != pos) >- throw POV_EXCEPTION(kFileDataErr, "Intermediate image storage backing file read/seek failed."); >- int bytes = read(m_File, &m_Buffer[0], chunk); >- if (bytes != (sizeof(pixel_type) * m_Blocksize)) >-@@ -3078,7 +3078,7 @@ >- >- if (m_Dirty) { >- pos = m_CurrentBlock * sizeof(pixel_type) * m_Blocksize; >-- if (lseek64(m_File, pos, SEEK_SET) != pos) >-+ if (lseek(m_File, pos, SEEK_SET) != pos) >- throw POV_EXCEPTION(kFileDataErr, "Intermediate image storage backing file write/seek failed."); >- if (write(m_File, &m_Buffer[0], (int) sizeof(pixel_type) * m_Blocksize) != (sizeof(pixel_type) * m_Blocksize)) >- throw POV_EXCEPTION(kFileDataErr, "Intermediate image storage backing file write failed."); > >Property changes on: graphics/povray37/files/patch-source_base_image_image.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-unix_povray.conf >=================================================================== >--- graphics/povray37/files/patch-unix_povray.conf (nonexistent) >+++ graphics/povray37/files/patch-unix_povray.conf (working copy) >@@ -0,0 +1,13 @@ >+--- unix/povray.conf >++++ unix/povray.conf >+@@ -89,8 +89,8 @@ >+ [Permitted Paths] >+ ;read = "/this/directory/contains space caracters" >+ read* = %INSTALLDIR%/include >+-read* = %INSTALLDIR%/scenes >+-read* = %INSTALLDIR%/../../etc >++read* = @@EXAMPLESDIR@@ >++read* = @@ETCDIR@@ >+ read* = %HOME% >+ read+write* = /tmp >+ read+write = . >Index: graphics/povray37/files/patch-vfe_unix_syspovconfig.h >=================================================================== >--- graphics/povray37/files/patch-vfe_unix_syspovconfig.h (nonexistent) >+++ graphics/povray37/files/patch-vfe_unix_syspovconfig.h (working copy) >@@ -0,0 +1,12 @@ >+--- vfe/unix/syspovconfig.h >++++ vfe/unix/syspovconfig.h >+@@ -162,7 +162,8 @@ >+ #include <sys/param.h> >+ #if defined(BSD) >+ // BSD-style Unix detected. >+- #error BSD-style Unix detected, but not explicitly supported yet; proceed at your own risk. >++ #include <sys/wait.h> // for WEXITSTATUS >++ #define lseek64(handle,offset,whence) lseek(handle,offset,whence) >+ #else >+ // Not officially supported yet; comment-out the following line to try with default POSIX settings. >+ #error Unix detected, but flavor not identified; proceed at your own risk. >Index: graphics/povray37/files/patch-vfe_unix_vfeplatform.cpp >=================================================================== >--- graphics/povray37/files/patch-vfe_unix_vfeplatform.cpp (revision 473792) >+++ graphics/povray37/files/patch-vfe_unix_vfeplatform.cpp (nonexistent) >@@ -1,10 +0,0 @@ >---- vfe/unix/vfeplatform.cpp.orig 2011-01-02 14:43:05.000000000 +0100 >-+++ vfe/unix/vfeplatform.cpp 2011-03-08 12:57:50.000000000 +0100 >-@@ -97,6 +97,7 @@ >- #include <pthread.h> >- #include <stdlib.h> >- #include <string.h> >-+#include <sys/wait.h> >- >- #ifdef HAVE_TIME_H >- # include <time.h> > >Property changes on: graphics/povray37/files/patch-vfe_unix_vfeplatform.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-vfe_vfe.cpp >=================================================================== >--- graphics/povray37/files/patch-vfe_vfe.cpp (revision 473792) >+++ graphics/povray37/files/patch-vfe_vfe.cpp (nonexistent) >@@ -1,40 +0,0 @@ >---- vfe/vfe.cpp.orig 2012-06-19 11:29:39.000000000 -0500 >-+++ vfe/vfe.cpp >-@@ -640,7 +640,7 @@ void vfeProcessRenderOptions::WriteError >- // >- //////////////////////////////////////////////////////////////////////////////////////// >- >--VirtualFrontEnd::VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, shared_ptr<Console>& console) : >-+VirtualFrontEnd::VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, boost::shared_ptr<Console>& console) : >- m_Session(&session), m_PlatformBase(session), renderFrontend (ctx) >- { >- backendAddress = addr ; >-@@ -747,7 +747,7 @@ bool VirtualFrontEnd::Start(POVMS_Object >- >- if (m_Session->OutputToFileSet()) >- { >-- imageProcessing = shared_ptr<ImageProcessing> (new ImageProcessing (opts)); >-+ imageProcessing = boost::shared_ptr<ImageProcessing> (new ImageProcessing (opts)); >- UCS2String filename = imageProcessing->GetOutputFilename (opts, 0, 0); >- options.SetUCS2String (kPOVAttrib_OutputFile, filename.c_str()); >- >-@@ -774,8 +774,8 @@ bool VirtualFrontEnd::Start(POVMS_Object >- opts.Set(kPOVAttrib_Declare, declares); >- imageProcessing.reset(); >- if (m_Session->OutputToFileSet()) >-- imageProcessing = shared_ptr<ImageProcessing> (new ImageProcessing (opts)) ; >-- animationProcessing = shared_ptr<AnimationProcessing> (new AnimationProcessing (opts)) ; >-+ imageProcessing = boost::shared_ptr<ImageProcessing> (new ImageProcessing (opts)) ; >-+ animationProcessing = boost::shared_ptr<AnimationProcessing> (new AnimationProcessing (opts)) ; >- options = animationProcessing->GetFrameRenderOptions () ; >- } >- >-@@ -1151,7 +1151,7 @@ State VirtualFrontEnd::Process() >- } >- >- // now we display the render window, if enabled >-- shared_ptr<Display> display(GetDisplay()); >-+ boost::shared_ptr<Display> display(GetDisplay()); >- if (display != NULL) >- { >- vfeDisplay *disp = dynamic_cast<vfeDisplay *>(display.get()); > >Property changes on: graphics/povray37/files/patch-vfe_vfe.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-vfe_vfe.h >=================================================================== >--- graphics/povray37/files/patch-vfe_vfe.h (revision 473792) >+++ graphics/povray37/files/patch-vfe_vfe.h (nonexistent) >@@ -1,24 +0,0 @@ >---- vfe/vfe.h.orig 2012-06-19 11:29:39.000000000 -0500 >-+++ vfe/vfe.h >-@@ -267,7 +267,7 @@ namespace vfe >- class VirtualFrontEnd >- { >- public: >-- VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, shared_ptr<Console>& console) ; >-+ VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, boost::shared_ptr<Console>& console) ; >- virtual ~VirtualFrontEnd() ; >- >- virtual bool Start(POVMS_Object& opts) ; >-@@ -298,9 +298,9 @@ namespace vfe >- POVMS_Object options; >- RenderFrontendBase::SceneId sceneId; >- RenderFrontendBase::ViewId viewId; >-- shared_ptr<AnimationProcessing> animationProcessing ; >-- shared_ptr<ImageProcessing> imageProcessing ; >-- shared_ptr<ShelloutProcessing> shelloutProcessing; >-+ boost::shared_ptr<AnimationProcessing> animationProcessing ; >-+ boost::shared_ptr<ImageProcessing> imageProcessing ; >-+ boost::shared_ptr<ShelloutProcessing> shelloutProcessing; >- Console **consoleResult; >- Display **displayResult; >- vfeSession* m_Session; > >Property changes on: graphics/povray37/files/patch-vfe_vfe.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-vfe_vfesession.cpp >=================================================================== >--- graphics/povray37/files/patch-vfe_vfesession.cpp (revision 473792) >+++ graphics/povray37/files/patch-vfe_vfesession.cpp (nonexistent) >@@ -1,20 +0,0 @@ >---- vfe/vfesession.cpp.orig 2014-04-21 07:36:50.000000000 -0500 >-+++ vfe/vfesession.cpp >-@@ -602,7 +602,7 @@ const char *vfeSession::GetBackendStateN >- boost::shared_ptr<Display> vfeSession::GetDisplay() const >- { >- if (m_Frontend == NULL) >-- return (shared_ptr<Display>()); >-+ return (boost::shared_ptr<Display>()); >- return m_Frontend->GetDisplay(); >- } >- >-@@ -640,7 +640,7 @@ void vfeSession::WorkerThread() >- m_BackendThread = povray_init (boost::bind(&vfeSession::BackendThreadNotify, this), const_cast<void **>(&pov::RenderThreadAddr)) ; >- POVMS_Output_Context = pov::POVMS_GUI_Context ; >- >-- m_Console = shared_ptr<vfeConsole> (new vfeConsole(this, m_ConsoleWidth)) ; >-+ m_Console = boost::shared_ptr<vfeConsole> (new vfeConsole(this, m_ConsoleWidth)) ; >- >- POVMS_Object obj ; >- m_Frontend = new VirtualFrontEnd (*this, POVMS_Output_Context, (POVMSAddress) pov::RenderThreadAddr, obj, NULL, m_Console) ; > >Property changes on: graphics/povray37/files/patch-vfe_vfesession.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/files/patch-vfe_vfesession.h >=================================================================== >--- graphics/povray37/files/patch-vfe_vfesession.h (revision 473792) >+++ graphics/povray37/files/patch-vfe_vfesession.h (nonexistent) >@@ -1,11 +0,0 @@ >---- vfe/vfesession.h.orig 2012-06-19 11:29:40.000000000 -0500 >-+++ vfe/vfesession.h >-@@ -1294,7 +1294,7 @@ namespace vfe >- >- static bool m_Initialized; >- static vfeSession *m_CurrentSessionTemporaryHack; >-- shared_ptr<Console> m_Console; >-+ boost::shared_ptr<Console> m_Console; >- >- virtual vfeDisplay *DefaultDisplayCreator (unsigned int width, unsigned int height, GammaCurvePtr gamma, vfeSession *session, bool visible); >- DisplayCreator m_DisplayCreator; > >Property changes on: graphics/povray37/files/patch-vfe_vfesession.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: graphics/povray37/pkg-plist >=================================================================== >--- graphics/povray37/pkg-plist (revision 473792) >+++ graphics/povray37/pkg-plist (working copy) >@@ -1,7 +1,7 @@ > bin/povray37 > man/man1/povray37.1.gz >-%%ETCDIR%%/povray.conf >-%%ETCDIR%%/povray.ini >+@sample %%ETCDIR%%/povray.conf.sample >+@sample %%ETCDIR%%/povray.ini.sample > %%X11%%%%DATADIR%%/icons/file_inc_classic_16.png > %%X11%%%%DATADIR%%/icons/file_inc_classic_32.png > %%X11%%%%DATADIR%%/icons/file_inc_classic_48.png >@@ -30,7 +30,8 @@ > %%X11%%%%DATADIR%%/icons/povray_32.png > %%X11%%%%DATADIR%%/icons/povray_48.png > %%X11%%%%DATADIR%%/icons/povray_64.png >-%%DATADIR%%/include/.directory >+%%DATADIR%%/include/Mount1.png >+%%DATADIR%%/include/Mount2.png > %%DATADIR%%/include/arrays.inc > %%DATADIR%%/include/ash.map > %%DATADIR%%/include/benediti.map >@@ -51,8 +52,10 @@ > %%DATADIR%%/include/golds.inc > %%DATADIR%%/include/ior.inc > %%DATADIR%%/include/logo.inc >+%%DATADIR%%/include/makegrass.inc > %%DATADIR%%/include/marbteal.map > %%DATADIR%%/include/math.inc >+%%DATADIR%%/include/meshmaker.inc > %%DATADIR%%/include/metals.inc > %%DATADIR%%/include/mtmand.pot > %%DATADIR%%/include/mtmandj.png >@@ -68,6 +71,7 @@ > %%DATADIR%%/include/screen.inc > %%DATADIR%%/include/shapes.inc > %%DATADIR%%/include/shapes2.inc >+%%DATADIR%%/include/shapes3.inc > %%DATADIR%%/include/shapes_old.inc > %%DATADIR%%/include/shapesq.inc > %%DATADIR%%/include/skies.inc
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
Flags:
milios
:
maintainer-approval?
(
milios
)
Actions:
View
|
Diff
Attachments on
bug 215473
:
189098
| 194847