FreeBSD Bugzilla – Attachment 39283 Details for
Bug 61958
Update port: science/kmovisto to 0.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.84 KB, created by
tkato
on 2004-01-26 15:30:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2004-01-26 15:30:12 UTC
Size:
5.84 KB
patch
obsolete
>diff -urN /usr/ports/science/kmovisto/Makefile science/kmovisto/Makefile >--- /usr/ports/science/kmovisto/Makefile Wed Oct 29 10:30:46 2003 >+++ science/kmovisto/Makefile Sat Jan 24 22:25:44 2004 >@@ -7,25 +7,33 @@ > # > > PORTNAME= kmovisto >-PORTVERSION= 0.6.0 >+PORTVERSION= 0.7.0 > CATEGORIES= science > MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= A real 3-D molecule viewer > >-USE_REINPLACE= yes > USE_QT_VER= 3 >-USE_MESA= yes >-USE_GNOME= gnometarget >-GNU_CONFIGURE= yes >+USE_GL= yes >+USE_REINPLACE= yes > USE_GMAKE= yes >- >-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} >+GNU_CONFIGURE= yes >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > post-patch: >- @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ >- -e "s|-pedantic||g" -e "s|-ldl||g" ${WRKSRC}/configure >- @${REINPLACE_CMD} -e "s|-ldl||g" ${WRKSRC}/kmovisto/Makefile.in >+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ >+ s|-pedantic||g ; \ >+ s|-fno-exceptions|-fexceptions|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/kmovisto/Makefile.in >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/kmovisto/kmovisto ${PREFIX}/bin >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/*.html ${DOCSDIR} >+ @${MKDIR} ${DOCSDIR}/images >+ ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/images/*.jpg ${DOCSDIR}/images >+.endif > > .include <bsd.port.mk> >diff -urN /usr/ports/science/kmovisto/distinfo science/kmovisto/distinfo >--- /usr/ports/science/kmovisto/distinfo Wed Oct 29 10:30:46 2003 >+++ science/kmovisto/distinfo Sat Jan 24 22:02:58 2004 >@@ -1 +1 @@ >-MD5 (kmovisto-0.6.0.tar.gz) = 9b47a43f330649baa94f38126b134f88 >+MD5 (kmovisto-0.7.0.tar.gz) = 682ea33149657ede03ef17208b5592d8 >diff -urN /usr/ports/science/kmovisto/pkg-plist science/kmovisto/pkg-plist >--- /usr/ports/science/kmovisto/pkg-plist Wed Oct 29 10:30:46 2003 >+++ science/kmovisto/pkg-plist Sat Jan 24 22:27:17 2004 >@@ -1,47 +1,48 @@ > bin/kmovisto >-%%DOCSDIR%%/images/dialog_appearance.jpg >-%%DOCSDIR%%/images/dialog_atoms.jpg >-%%DOCSDIR%%/images/dialog_bonds.jpg >-%%DOCSDIR%%/images/dialog_directories.jpg >-%%DOCSDIR%%/images/dialog_pluginmanager.jpg >-%%DOCSDIR%%/images/dialog_povray_tab1.jpg >-%%DOCSDIR%%/images/dialog_povray_tab2.jpg >-%%DOCSDIR%%/images/dialog_povray_tab3.jpg >-%%DOCSDIR%%/images/dialog_povray_tab4.jpg >-%%DOCSDIR%%/images/dialog_title.jpg >-%%DOCSDIR%%/images/dialog_vrml_tab1.jpg >-%%DOCSDIR%%/images/dialog_vrml_tab2.jpg >-%%DOCSDIR%%/images/dialog_vrml_tab3.jpg >-%%DOCSDIR%%/images/kmovisto.jpg >-%%DOCSDIR%%/images/kmovisto_3D_anaglyph_rc.jpg >-%%DOCSDIR%%/images/kmovisto_3D_anaglyph_rg.jpg >-%%DOCSDIR%%/images/kmovisto_3D_stereo.jpg >-%%DOCSDIR%%/images/kmovisto_editmode.jpg >-%%DOCSDIR%%/images/kmovisto_flatmode.jpg >-%%DOCSDIR%%/images/kmpi_class_hierarchy.jpg >-%%DOCSDIR%%/images/kmpi_directories.jpg >-%%DOCSDIR%%/images/kmpi_menu_toolbar.jpg >-%%DOCSDIR%%/images/kmpi_plugin_icon.jpg >-%%DOCSDIR%%/images/kmpi_pluginmanager1.jpg >-%%DOCSDIR%%/images/kmpi_pluginmanager2.jpg >-%%DOCSDIR%%/images/kmpi_pluginmanager3.jpg >-%%DOCSDIR%%/images/povray_sample.jpg >-%%DOCSDIR%%/images/toolbar.jpg >-%%DOCSDIR%%/images/toolbar_anaglyph.jpg >-%%DOCSDIR%%/images/toolbar_editmode.jpg >-%%DOCSDIR%%/index-1.html >-%%DOCSDIR%%/index-2.html >-%%DOCSDIR%%/index-3.html >-%%DOCSDIR%%/index-4.html >-%%DOCSDIR%%/index-5.html >-%%DOCSDIR%%/index-6.html >-%%DOCSDIR%%/index-7.html >-%%DOCSDIR%%/index-8.html >-%%DOCSDIR%%/index.html >-%%DOCSDIR%%/kmpi_index-1.html >-%%DOCSDIR%%/kmpi_index-2.html >-%%DOCSDIR%%/kmpi_index-3.html >-%%DOCSDIR%%/kmpi_index-4.html >-%%DOCSDIR%%/kmpi_index.html >-@dirrm %%DOCSDIR%%/images >-@dirrm %%DOCSDIR%% >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_appearance.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_atoms.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_bonds.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_directories.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_pluginmanager.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_povray_tab1.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_povray_tab2.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_povray_tab3.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_povray_tab4.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_title.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_vrml_tab1.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_vrml_tab2.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/dialog_vrml_tab3.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_3D_anaglyph_rb.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_3D_anaglyph_rc.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_3D_anaglyph_rg.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_3D_stereo.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_editmode.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmovisto_flatmode.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_class_hierarchy.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_directories.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_menu_toolbar.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_plugin_icon.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_pluginmanager1.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_pluginmanager2.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/kmpi_pluginmanager3.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/povray_sample.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/toolbar.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/toolbar_anaglyph.jpg >+%%PORTDOCS%%%%DOCSDIR%%/images/toolbar_editmode.jpg >+%%PORTDOCS%%%%DOCSDIR%%/index-1.html >+%%PORTDOCS%%%%DOCSDIR%%/index-2.html >+%%PORTDOCS%%%%DOCSDIR%%/index-3.html >+%%PORTDOCS%%%%DOCSDIR%%/index-4.html >+%%PORTDOCS%%%%DOCSDIR%%/index-5.html >+%%PORTDOCS%%%%DOCSDIR%%/index-6.html >+%%PORTDOCS%%%%DOCSDIR%%/index-7.html >+%%PORTDOCS%%%%DOCSDIR%%/index-8.html >+%%PORTDOCS%%%%DOCSDIR%%/index.html >+%%PORTDOCS%%%%DOCSDIR%%/kmpi_index-1.html >+%%PORTDOCS%%%%DOCSDIR%%/kmpi_index-2.html >+%%PORTDOCS%%%%DOCSDIR%%/kmpi_index-3.html >+%%PORTDOCS%%%%DOCSDIR%%/kmpi_index-4.html >+%%PORTDOCS%%%%DOCSDIR%%/kmpi_index.html >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images >+%%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 61958
: 39283