diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-04-16 12:47:57 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-04-16 12:47:57 +0000 |
commit | 2031277883e7203191f1565abd03f81889fef536 (patch) | |
tree | 502190c305a19efe78ae54fafac986a3a10c0e69 /sci-chemistry/vmd/files | |
parent | Version bump (diff) | |
download | gentoo-2-2031277883e7203191f1565abd03f81889fef536.tar.gz gentoo-2-2031277883e7203191f1565abd03f81889fef536.tar.bz2 gentoo-2-2031277883e7203191f1565abd03f81889fef536.zip |
Version bump (fixes bug #174595).
(Portage version: 2.1.2.3)
Diffstat (limited to 'sci-chemistry/vmd/files')
-rw-r--r-- | sci-chemistry/vmd/files/digest-vmd-1.8.6 | 3 | ||||
-rw-r--r-- | sci-chemistry/vmd/files/vmd-1.8.4-paratool.patch | 28 | ||||
-rw-r--r-- | sci-chemistry/vmd/files/vmd-1.8.4-plugin-autopsf.patch | 24 | ||||
-rw-r--r--[-rwxr-xr-x] | sci-chemistry/vmd/files/vmd-1.8.6-config-gentoo.patch (renamed from sci-chemistry/vmd/files/vmd-1.8.4-config-gentoo.patch) | 37 |
4 files changed, 27 insertions, 65 deletions
diff --git a/sci-chemistry/vmd/files/digest-vmd-1.8.6 b/sci-chemistry/vmd/files/digest-vmd-1.8.6 new file mode 100644 index 000000000000..1c72cc7d9805 --- /dev/null +++ b/sci-chemistry/vmd/files/digest-vmd-1.8.6 @@ -0,0 +1,3 @@ +MD5 cb344a3d6e90f4561c37c9ea1518cdab vmd-1.8.6.src.tar.gz 18045341 +RMD160 66f8ee5a0313000ea8dd3cb79881fd26a2836a79 vmd-1.8.6.src.tar.gz 18045341 +SHA256 fe2bcf7ffea1ed6b3a7f2402d6e1cb1d6def588a8b09a5d0943c0a9f3426ead2 vmd-1.8.6.src.tar.gz 18045341 diff --git a/sci-chemistry/vmd/files/vmd-1.8.4-paratool.patch b/sci-chemistry/vmd/files/vmd-1.8.4-paratool.patch deleted file mode 100644 index d0d5e63bcf5b..000000000000 --- a/sci-chemistry/vmd/files/vmd-1.8.4-paratool.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naur plugins/paratool/paratool_readwrite.tcl plugins-new/paratool/paratool_readwrite.tcl ---- plugins/paratool/paratool_readwrite.tcl 2006-04-05 18:53:03.000000000 -0400 -+++ plugins-new/paratool/paratool_readwrite.tcl 2006-08-01 22:05:50.000000000 -0400 -@@ -651,12 +651,8 @@ - ########################################################## - - proc ::Paratool::load_basemolecule { file {file2 {}}} { --<<<<<<< paratool_readwrite.tcl -- puts "Files $file $file2" --======= - puts "Loading base molecule $file" - -->>>>>>> 1.20 - save_viewpoint_orig - set newmolid [mol new $file] - if {[llength $file2]} { -diff -Naur plugins/resptool/resptool.tcl plugins-new/resptool/resptool.tcl ---- plugins/resptool/resptool.tcl 2005-12-20 11:08:16.000000000 -0500 -+++ plugins-new/resptool/resptool.tcl 2006-08-01 22:06:00.000000000 -0400 -@@ -14,7 +14,7 @@ - # * Clear selection button - - package provide resptool 1.0 --package require paratool -+#package require paratool - - namespace eval ::RESPTool:: { - variable w diff --git a/sci-chemistry/vmd/files/vmd-1.8.4-plugin-autopsf.patch b/sci-chemistry/vmd/files/vmd-1.8.4-plugin-autopsf.patch deleted file mode 100644 index c07e6477b0f0..000000000000 --- a/sci-chemistry/vmd/files/vmd-1.8.4-plugin-autopsf.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur plugins/autopsf/src/psftype.C plugins-new/autopsf/src/psftype.C ---- plugins/autopsf/src/psftype.C 2005-11-07 11:01:31.000000000 -0600 -+++ plugins-new/autopsf/src/psftype.C 2006-04-17 18:50:15.000000000 -0500 -@@ -31,7 +31,7 @@ - } - } - --bool PsfType::equals(PsfType compatom) { -+bool PsfType::equals(PsfType &compatom) { - return (strcmp(compatom.type(),atomtype) == 0); - } - -diff -Naur plugins/autopsf/src/psftype.h plugins-new/autopsf/src/psftype.h ---- plugins/autopsf/src/psftype.h 2005-09-07 16:12:27.000000000 -0500 -+++ plugins-new/autopsf/src/psftype.h 2006-04-17 18:50:02.000000000 -0500 -@@ -9,7 +9,7 @@ - - ~PsfType(); - -- bool equals(PsfType); -+ bool equals(PsfType&); - - void setnext(PsfType*); - diff --git a/sci-chemistry/vmd/files/vmd-1.8.4-config-gentoo.patch b/sci-chemistry/vmd/files/vmd-1.8.6-config-gentoo.patch index fc117bee18d5..950b2f6b1836 100755..100644 --- a/sci-chemistry/vmd/files/vmd-1.8.4-config-gentoo.patch +++ b/sci-chemistry/vmd/files/vmd-1.8.6-config-gentoo.patch @@ -1,5 +1,5 @@ ---- vmd-1.8.4/configure 2006-04-17 03:12:36.000000000 -0500 -+++ vmd-1.8.4-new/configure 2006-04-17 16:22:09.000000000 -0500 +--- ../vmd-1.8.6-orig/configure 2007-04-14 17:08:43.000000000 -0500 ++++ vmd-1.8.6/configure 2007-04-14 17:30:28.000000000 -0500 @@ -13,10 +13,10 @@ $install_name = "vmd"; @@ -13,7 +13,7 @@ # optionally override hard-coded defaults above with environment variables -@@ -121,29 +121,6 @@ +@@ -123,29 +123,6 @@ # Configure script code begins here ############################################################################ @@ -43,18 +43,18 @@ #################### Parse command line options ########### # list of allowed architectures @archlist=('IRIX6', 'IRIX6_64', 'FREEBSD', 'HPUX11', 'AIX4', 'AIX5', 'AIX5_64', 'LINUX', 'LINUXALPHA', 'LINUXAMD64', 'LINUXIA64', 'LINUXPPC', 'MACOSX', 'MACOSXX86', 'TRU64', 'SOLARIS2', 'SOLARIS2_64', 'SOLARISX86', 'SOLARISX86_64', 'WIN32', 'WIN64'); -@@ -406,8 +383,8 @@ +@@ -423,8 +400,8 @@ ################ Plugin options # -$plugin_dir = "../plugins"; -$molfile_dir = "$plugin_dir/$config_arch/molfile"; -+$plugin_dir = "gentoo-plugindir"; ++$plugin_dir = "gentoo-plugindir"; +$molfile_dir = "$plugin_dir/compile/lib_LINUX/molfile"; $plugin_include = "-I$plugin_dir/include -I$molfile_dir"; $plugin_library = "-L$molfile_dir"; $plugin_libs = "-lmolfile_plugin"; -@@ -507,8 +484,8 @@ +@@ -529,8 +506,8 @@ ################ FLTK GUI $fltk_defines = "-DVMDGUI -DVMDFLTK"; $fltk_dir = "$vmd_library_dir/fltk"; @@ -64,8 +64,19 @@ +$fltk_library = "-Lgentoo-fltk-libs"; $fltk_libs = "-lfltk -lX11"; #@fltk_cc = ('forms_ui.c'); - @fltk_ccpp = ( 'ColorFltkMenu.C', -@@ -856,9 +833,9 @@ + @fltk_cu = (); +@@ -886,8 +863,8 @@ + ####################### + $netcdf_defines = ""; + $netcdf_dir = "$vmd_library_dir/netcdf"; +-$netcdf_include = "-I$netcdf_dir/include"; +-$netcdf_library = "-L$netcdf_dir/lib_$config_arch"; ++$netcdf_include = "-Igentoo-netcdf-include"; ++$netcdf_library = "-Lgentoo-netcdf-libs"; + $netcdf_libs = "-lnetcdf"; + @netcdf_cc = (); + @netcdf_cu = (); +@@ -954,9 +931,9 @@ ################### $python_defines = "-DVMDPYTHON"; $python_dir = "$vmd_library_dir/python"; @@ -78,7 +89,7 @@ @python_h = ('PythonTextInterp.h', 'VMDTkinterMenu.h', 'py_commands.h', -@@ -1428,8 +1405,8 @@ +@@ -1555,8 +1532,8 @@ $opengl_libs = "-lGL -lGLU"; # $opengl_libs = "-L/usr/X11R6/lib -lGL -lGLU -lXext -lX11"; @@ -89,7 +100,7 @@ # test hack to statically link libstd++ # $arch_ccpp = "gcc"; $arch_depend_flag = "-MM"; -@@ -1438,8 +1415,8 @@ +@@ -1565,8 +1542,8 @@ $arch_shcppopts = "-fPIC"; $arch_shldopts = ""; @@ -97,6 +108,6 @@ - $arch_copts = "-m32 -Wall -O3"; + $arch_opt_flag = "gentoo-cflags"; + $arch_copts = "gentoo-cflags"; - - if ($config_static) { - $arch_lopts = "-static"; + if ($config_swig) { + $swig_cflags .= " -fno-strict-aliasing"; + } |