From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 30 23:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47D021065671 for ; Mon, 30 Jun 2008 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2315A8FC22 for ; Mon, 30 Jun 2008 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5UNe2Ep077929 for ; Mon, 30 Jun 2008 23:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5UNe11d077928; Mon, 30 Jun 2008 23:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 30 Jun 2008 23:40:01 GMT Resent-Message-Id: <200806302340.m5UNe11d077928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D11C11065671 for ; Mon, 30 Jun 2008 23:34:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BE9818FC13 for ; Mon, 30 Jun 2008 23:34:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5UNYWjH076917 for ; Mon, 30 Jun 2008 23:34:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5UNYWqj076916; Mon, 30 Jun 2008 23:34:32 GMT (envelope-from nobody) Message-Id: <200806302334.m5UNYWqj076916@www.freebsd.org> Date: Mon, 30 Jun 2008 23:34:32 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125129: [patch] graphics/autotrace options setting ignored X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 23:40:02 -0000 >Number: 125129 >Category: ports >Synopsis: [patch] graphics/autotrace options setting ignored >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 30 23:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 7-STABLE >Organization: >Environment: FreeBSD speedy.wonkity.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Jun 23 09:20:32 MDT 2008 root@speedy.wonkity.com:/usr/obj/usr/src/sys/SPEEDY i386 >Description: graphics/autotrace port has OPTIONS setting in the Makefile, but the options are ignored due to missing .include statement. >How-To-Repeat: cd /usr/ports/graphics/autotrace make config disable MING option make ...and watch it try to include /usr/ports/graphics/ming anyway >Fix: Apply patch. Patch attached with submission follows: --- Makefile.orig 2008-06-30 16:53:59.000000000 -0600 +++ Makefile 2008-06-30 17:24:19.000000000 -0600 @@ -27,6 +27,8 @@ OPTIONS= MING "Enable swf interface" on \ PSTOEDIT "Convert postscript to other formats" on +.include + .if !defined (WITHOUT_MING) LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" @@ -47,4 +49,4 @@ /^PSTOEDIT_CONFIG=/ s|=.*$$|=pkg-config| ' ${WRKSRC}/configure .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: