Date: Tue, 27 Jan 2004 00:16:15 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61958: Update port: science/kmovisto to 0.7.0 Message-ID: <20040127001615.02893966.tkato@prontomail.com> Resent-Message-ID: <200401261530.i0QFUD11007666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61958 >Category: ports >Synopsis: Update port: science/kmovisto to 0.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 26 07:30:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.7.0 >How-To-Repeat: >Fix: 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%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040127001615.02893966.tkato>