Bug 86568 - Port update: www/geneweb Advanced genealogy software
Summary: Port update: www/geneweb Advanced genealogy software
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 00:40 UTC by Hubert Tournier
Modified: 2005-09-26 17:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Tournier 2005-09-26 00:40:16 UTC
      Update port: www/geneweb Advanced genealogy software
 
      Fix friend/wizard sessions and images upload.

Fix: 

Bump port revision
 Apply the following patch to files/install.sh :
 
 --- install.sh.orig     Thu Sep 15 00:10:39 2005
 +++ install.sh  Thu Sep 15 14:07:14 2005
 @@ -58,7 +58,8 @@
   mkdir ${PUB_DIR}
   cat > ${PUB_DIR}/gw.cgi << EOF
   #!/bin/sh
 -/usr/local/bin/gwd -cgi -bd ${PRIV_DIR} 2>/dev/null
 +cd ${PRIV_DIR}/${DB_NAME}.gwb
 +/usr/local/bin/gwd -cgi -bd ${PRIV_DIR} -wd ${PRIV_DIR}/${DB_NAME}.gwb 2>/dev/null
   EOF
   chmod -R 755 ${PUB_DIR}
   chown -R ${USER}:${USER_GROUP} ${PUB_DIR}
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-09-26 03:36:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Rescue this PR from the 'pending' category. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-09-26 03:36:13 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2005-09-26 16:23:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2005-09-26 17:07:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!