ports/112411: (devel/doxygen) (patch) configure make wrong path for DOXYGEN.
mitrohin a.s.
swp at swp.pp.ru
Fri May 4 09:00:11 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list