FreeBSD Bugzilla – Attachment 24547 Details for
Bug 41977
biology/pymol: fix broken build and install example scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pymol.update
pymol.update (text/plain), 2.49 KB, created by
glennpj
on 2002-08-24 17:40:01 UTC
(
hide
)
Description:
pymol.update
Filename:
MIME Type:
Creator:
glennpj
Created:
2002-08-24 17:40:01 UTC
Size:
2.49 KB
patch
obsolete
>diff -ruN pymol.orig/Makefile pymol/Makefile >--- pymol.orig/Makefile Sat Aug 24 10:13:40 2002 >+++ pymol/Makefile Sat Aug 24 11:04:01 2002 >@@ -6,7 +6,7 @@ > > PORTNAME= pymol > PORTVERSION= 0.82 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= biology python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= pymol >@@ -17,10 +17,10 @@ > > BUILD_DEPENDS= ${PYNUMERIC} > RUN_DEPENDS= ${PYNUMERIC} \ >- ${PYTHON_SITELIBDIR}/PMW:${PORTSDIR}/x11-toolkits/pmw >+ ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw > LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/Mesa3 > >-WRKSRC= ${WRKDIR}/${PKGNAME} >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > USE_GMAKE= yes > USE_REINPLACE= yes > USE_PYTHON= yes >@@ -36,7 +36,7 @@ > do-install: > @${INSTALL_SCRIPT} ${WRKSRC}/setup/pymol.com ${PREFIX}/bin/pymol > @${MKDIR} ${PREFIX}/share/pymol >- @${TAR} -C ${WRKSRC} -chf - modules test | \ >+ @${TAR} -C ${WRKSRC} --exclude package -chf - examples modules test | \ > ${TAR} -xf - -C ${PREFIX}/share/pymol > @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/pymol/modules > @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/pymol/modules >diff -ruN pymol.orig/pkg-plist pymol/pkg-plist >--- pymol.orig/pkg-plist Sat Aug 24 10:13:40 2002 >+++ pymol/pkg-plist Sat Aug 24 10:45:32 2002 >@@ -1,4 +1,24 @@ > bin/pymol >+share/pymol/examples/chempy/generate_amber.py >+share/pymol/examples/chempy/generate_mmff.py >+share/pymol/examples/cookbook/README >+share/pymol/examples/cookbook/contact.pml >+share/pymol/examples/cookbook/density.pml >+share/pymol/examples/cookbook/groel_es.pml >+share/pymol/examples/cookbook/packing.pml >+share/pymol/examples/cookbook/packsurf.pml >+share/pymol/examples/cookbook/ribosome.pml >+share/pymol/examples/devel/brick01.py >+share/pymol/examples/devel/cgo01.py >+share/pymol/examples/devel/cgo02.py >+share/pymol/examples/devel/cgo03.py >+share/pymol/examples/devel/cgo_3Dtext01.py >+share/pymol/examples/devel/cgo_label_hack.py >+share/pymol/examples/devel/gl01.py >+share/pymol/examples/devel/gl02.py >+share/pymol/examples/devel/gl03.py >+share/pymol/examples/devel/povray01.py >+share/pymol/examples/devel/start_pymol.py > share/pymol/modules/ExtensionClass.so > share/pymol/modules/_cmd.so > share/pymol/modules/_glu_nummodule.so >@@ -548,4 +568,8 @@ > @dirrm share/pymol/modules/chempy/bmin > @dirrm share/pymol/modules/chempy > @dirrm share/pymol/modules >+@dirrm share/pymol/examples/devel >+@dirrm share/pymol/examples/cookbook >+@dirrm share/pymol/examples/chempy >+@dirrm share/pymol/examples > @dirrm share/pymol
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 Raw
Actions:
View
Attachments on
bug 41977
: 24547