From owner-freebsd-ports Wed Feb 27 14:50:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B06B37B41C for ; Wed, 27 Feb 2002 14:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RMo1C10750; Wed, 27 Feb 2002 14:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D13437B402 for ; Wed, 27 Feb 2002 14:40:03 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RMe3s09359; Wed, 27 Feb 2002 14:40:03 -0800 (PST) (envelope-from nobody) Message-Id: <200202272240.g1RMe3s09359@freefall.freebsd.org> Date: Wed, 27 Feb 2002 14:40:03 -0800 (PST) From: David Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/35386: doxygen port will not configure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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