GeneWeb is unable to find a start.txt file on root page Fix: Existing installations: # find /usr/local/share/geneweb -type f -exec chmod go+r {} \; Patch to the port for new installations: --- geneweb diff begins here --- PORTNAME= geneweb PORTVERSION= 4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} @@ -25,6 +25,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb ${INSTALL_SCRIPT} files/install.sh ${PREFIX}/share/geneweb + find ${PREFIX}/share/geneweb -type f -exec chmod go+r {} \; @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> --- geneweb ends here -----gEEEqO0Q87SjxtEx7XsXittuafMXzKLpBoZhKpX54uwZRSpV Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ruN Makefile.bak Makefile --- Makefile.bak Thu Jan 5 15:26:26 2006 +++ Makefile Thu Jan 5 15:27:31 2006 @@ -7,7 +7,7 @@
Responsible Changed From-To: freebsd-ports-bugs->pav Take
State Changed From-To: open->closed Committed, thanks!