[MacPorts] #23364: Cannot install Geneweb after migration from Leopard to Snow Leopard

MacPorts noreply at macports.org
Sun Feb 13 13:01:42 PST 2011


#23364: Cannot install Geneweb after migration from Leopard to Snow Leopard
-------------------------------------------+--------------------------------
 Reporter:  forums@…                       |       Owner:  bfulgham@…           
     Type:  defect                         |      Status:  new                  
 Priority:  Normal                         |   Milestone:                       
Component:  ports                          |     Version:  1.8.2                
 Keywords:                                 |        Port:  geneweb              
-------------------------------------------+--------------------------------

Comment(by mhlambert@…):

 I had the same problem.  I was able to get it to build after noticing the
 master site now has version 5.02 instead of 5.01.  I put the patch file
 http://cristal.inria.fr/~ddr/GeneWeb/ftp/Src/patch-5.02-1 in the files
 directory, applied this patch to the Portfile

 {{{
 # diff -u Portfile.sav Portfile
 --- Portfile.sav        2009-05-14 16:01:20.000000000 -0400
 +++ Portfile    2011-02-13 15:51:11.000000000 -0500
 @@ -3,7 +3,7 @@
  PortSystem 1.0

  name                   geneweb
 -version                        5.01
 +version                        5.02
  revision               0
  categories             genealogy
  maintainers            bfulgham
 @@ -17,12 +17,19 @@
  master_sites
 ftp://ftp.inria.fr/INRIA/Projects/cristal/${name}/Src \
                         http://www.sartorelli.gen.nz/GeneWeb/Src
  distfiles              ${name}-${version}.tgz
 -checksums              md5 a1a763213d08bc0e0f547dff9b6f2ee4
 +checksums              md5 e8c6c789a9dd2f9155bf6eefa8786d01 \
 +                       sha1 e040496b3ce106cc7a508360cd0e4268bcb3e7b1 \
 +                       rmd160 fd284630e11957cf1265bfce9207e46d449a83ec
 +
 +patchfiles             patch-5.02-1
 +
  platforms              darwin

  depends_build          port:ocaml \
                         port:camlp5

 +use_parallel_build     no
 +
  destroot.target                distrib

  set gwuser             ${name}
 }}}

 It then built as expected.  I had to turn off parallel build because of a
 suspected missing dependency line in the Makefile--I didn't bother
 tracking it down.

-- 
Ticket URL: <https://trac.macports.org/ticket/23364#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list