Skip site navigation (1)Skip section navigation (2)
Date:      24 Nov 2002 19:24:31 -0000
From:      Guy Antony Halse <guy@rucus.ru.ac.za>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45687: textproc/htdig port puts scripts in the wrong part of hier
Message-ID:  <20021124192431.11277.qmail@shell.rucus.ru.ac.za>

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

>Number:         45687
>Category:       ports
>Synopsis:       textproc/htdig port puts scripts in the wrong part of hier
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 11:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Guy Antony Halse
>Release:        FreeBSD 4.7-RELEASE-p1 i386
>Organization:
Rhodes University Computer Users Society
>Environment:
System: FreeBSD shell.rucus.ru.ac.za 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #3: Wed Nov 13 10:52:20 SAST 2002 drs@shell.rucus.ru.ac.za:/usr/obj/usr/src/sys/SHELL i386


	
>Description:
The textproc/htdig port still uses ${PREFIX}/share/apache as the
web-server's DocumentRoot and ScriptAlias.  It should rather be using the
{data,cgi-bin}-dist directories in ${PREFIX}/www.

>How-To-Repeat:
Make the port

>Fix:

--- htdig/Makefile.orig	Sun Nov 24 21:13:03 2002
+++ htdig/Makefile	Sun Nov 24 21:14:58 2002
@@ -16,9 +16,9 @@
 RUN_DEPENDS=	${LOCALBASE}/share/doc/apache:${PORTSDIR}/www/apache13
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-cgi-bin-dir=${PREFIX}/share/apache/cgi-bin \
-		--with-image-dir=${PREFIX}/share/apache/icons/htdig \
-		--with-search-dir=${PREFIX}/share/apache/htdocs \
+CONFIGURE_ARGS=	--with-cgi-bin-dir=${PREFIX}/www/cgi-bin-dist \
+		--with-image-dir=${PREFIX}/www/icons/htdig \
+		--with-search-dir=${PREFIX}/www/data-dist \
 		--with-common-dir=${PREFIX}/share/htdig/common \
 		--with-database-dir=${PREFIX}/share/htdig/database \
 		--with-config-dir=${PREFIX}/etc/htdig \


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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