Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2007 15:50:10 +0700 (NOVST)
From:      "mitrohin a.s." <swp@swp.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112411: (devel/doxygen) (patch) configure make wrong path for DOXYGEN.
Message-ID:  <200705040850.l448oAaX023738@swp.pp.ru>
Resent-Message-ID: <200705040900.l4490B0P082883@freefall.freebsd.org>

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

>Number:         112411
>Category:       ports
>Synopsis:       (devel/doxygen) (patch) configure make wrong path for DOXYGEN.
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 09:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     mitrohin a.s.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Barnaul State Pedagogical University
>Environment:
System: FreeBSD swp.pp.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Mar 25 21:48:20 NOVST 2007 swp@swp.pp.ru:/usr/obj/usr/src/sys/cn_smpkernel i386


	
>Description:
	
	configure use $PWD to generate paths. this is wrong for me.
i am unable to compile port without this patch.
>How-To-Repeat:
	
	try to compile port.
>Fix:
--- configure.orig.1    Fri May  4 15:15:08 2007
+++ configure   Fri May  4 15:15:39 2007
@@ -432,9 +432,9 @@
 test -f .makeconfig && rm .makeconfig
 test -f .tmakeconfig && rm .tmakeconfig

-if test -z $PWD; then
+#if test -z $PWD; then
   PWD=`pwd`
-fi
+#fi

 cat > .makeconfig <<EOF
 DOXYGEN   = $PWD

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



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