From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 10 23:40:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A429937B401 for ; Thu, 10 Jul 2003 23:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814BA43FAF for ; Thu, 10 Jul 2003 23:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6B6e9Up011885 for ; Thu, 10 Jul 2003 23:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6B6e9Ps011884; Thu, 10 Jul 2003 23:40:09 -0700 (PDT) Resent-Date: Thu, 10 Jul 2003 23:40:09 -0700 (PDT) Resent-Message-Id: <200307110640.h6B6e9Ps011884@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, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C40C37B401 for ; Thu, 10 Jul 2003 23:37:30 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A5443FB1 for ; Thu, 10 Jul 2003 23:37:29 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 82FBD140CD; Fri, 11 Jul 2003 01:37:28 -0500 (CDT) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h6B6f3Na093500; Fri, 11 Jul 2003 01:41:03 -0500 (CDT) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h6B6f2wU093499; Fri, 11 Jul 2003 01:41:02 -0500 (CDT) (envelope-from linimon) Message-Id: <200307110641.h6B6f2wU093499@lonesome.lonesome.com> Date: Fri, 11 Jul 2003 01:41:02 -0500 (CDT) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 cc: sem@ciam.ru Subject: ports/54357: [patch][non-maintainer] fix illegal makevar in devel/mico X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 06:40:13 -0000 >Number: 54357 >Category: ports >Synopsis: [patch][non-maintainer] fix illegal makevar in devel/mico >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 10 23:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: There is a relatively obvious typo in the Makefile of this port (there is no such value USE_XLIBS in bsd.*.mk). The port builds correctly with the fixed value; I don't know whether or not the broken value was responsible for any of the build errors seen on bento. >How-To-Repeat: n/a >Fix: --- mico/Makefile.dist Tue Jul 8 14:08:38 2003 +++ mico/Makefile Thu Jul 10 20:26:32 2003 @@ -37,7 +37,7 @@ CONFIGURE_ENV+= CXXFLAGS=${CPPFLAGS} .if defined(WITH_X11) -USE_XLIBS= yes +USE_XLIB= yes CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --without-x >Release-Note: >Audit-Trail: >Unformatted: