Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 14:40:03 -0800 (PST)
From:      David Johnson <djohnson@acuson.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35386: doxygen port will not configure
Message-ID:  <200202272240.g1RMe3s09359@freefall.freebsd.org>

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

>Number:         35386
>Category:       ports
>Synopsis:       doxygen port will not configure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 14:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Johnson
>Release:        4.5-RELEASE
>Organization:
Acuson
>Environment:
FreeBSD balderdash.acuson.com 4.5-RELEASE #0: Mon Feb 25 14:58:34 PST 2002 root@balderdash.acuson.com:/usr/src/sys/compile/BALDERDASH i386
>Description:
Typing "make configure" in the doxygen port (doxygen-1.2.13) fails. Ports
configure script complains of a spurious "-C" option. Tracking this down,
it appears to be a side effect of the following line in the port Makefile:

CONFIGURE_ARGS+=--install ${INSTALL}

The problem arises because doxygen's configure expects the argument to
--install to be a single token, but in my make.conf it is defined as:

# Compare before install
INSTALL=install -C

>How-To-Repeat:
Create a make.conf with the above definition for INSTALL, cd to
/usr/ports/devel/doxygen, and type "make configure"
>Fix:
      
>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?200202272240.g1RMe3s09359>