Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 21:37:22 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alecn2002@yandex.ru
Subject:   ports/107152: [UPDATE] www/phpGedView
Message-ID:  <200612232037.kBNKbM1t029360@miwi.homeunix.org>
Resent-Message-ID: <200612232040.kBNKeJ6o004734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107152
>Category:       ports
>Synopsis:       [UPDATE] www/phpGedView
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 23 20:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #198: Fri Dec 22 22:06:40 CET 2006
>Description:
- Change from www/data/ to www/
HEAD UP:
http://lists.freebsd.org/pipermail/freebsd-ports/2006-May/032010.html

Port maintainer (alecn2002@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- phpGedView-3.2.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/phpgedview/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 May 2006 21:56:05 -0000	1.6
+++ Makefile	23 Dec 2006 20:29:22 -0000
@@ -22,7 +22,7 @@
 NO_BUILD=	yes
 USE_MYSQL=	yes
 
-GEDVIEWDIR?=	www/data/phpGedView
+GEDVIEWDIR?=	www/phpGedView
 FULLGWDIR=	${PREFIX}/${GEDVIEWDIR}
 PLIST_SUB+=	GEDVIEWDIR=${GEDVIEWDIR}
 
@@ -40,7 +40,7 @@
 .endfor
 	${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?%%GEDVIEWDIR%%?g" >${PLIST}
 	${FIND} -s -d ${WRKSRC} -type d  | ${SED} "s?${WRKSRC}?@dirrm %%GEDVIEWDIR%%?g" >> ${PLIST}
-	${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
+	${ECHO_CMD} @dirrmtry www/ >> ${PLIST}
 
 do-install:
 	${INSTALL_DATA} -d ${FULLGWDIR}
Index: pkg-message
===================================================================
RCS file: /home/pcvs/ports/www/phpgedview/pkg-message,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-message
--- pkg-message	23 Dec 2004 01:18:36 -0000	1.2
+++ pkg-message	23 Dec 2006 20:32:55 -0000
@@ -1,7 +1,7 @@
 =======================================
 If it's your initial installation, you should:
 
-- Go to /usr/local/www/data/phpGedView/ and copy all files ending
+- Go to %%PREFIX%%/phpGedView/ and copy all files ending
   with -dist to their name without -dist.
 
 - point your web browser to the phpGedView folder
--- phpGedView-3.2.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612232037.kBNKbM1t029360>