From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 24 11:00:25 2012 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 0EC7C106566C for ; Fri, 24 Feb 2012 11:00:25 +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 B6DBE8FC14 for ; Fri, 24 Feb 2012 11:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1OB0Om5069781 for ; Fri, 24 Feb 2012 11:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1OB0OwC069780; Fri, 24 Feb 2012 11:00:24 GMT (envelope-from gnats) Resent-Date: Fri, 24 Feb 2012 11:00:24 GMT Resent-Message-Id: <201202241100.q1OB0OwC069780@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, Stephen Hurd Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B608106566C for ; Fri, 24 Feb 2012 10:53:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 568A68FC14 for ; Fri, 24 Feb 2012 10:53:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1OAr2EF069960 for ; Fri, 24 Feb 2012 10:53:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1OAr2ke069954; Fri, 24 Feb 2012 10:53:02 GMT (envelope-from nobody) Message-Id: <201202241053.q1OAr2ke069954@red.freebsd.org> Date: Fri, 24 Feb 2012 10:53:02 GMT From: Stephen Hurd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165443: [Maintainer Update] unbreak emulators/doscmd 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: Fri, 24 Feb 2012 11:00:25 -0000 >Number: 165443 >Category: ports >Synopsis: [Maintainer Update] unbreak emulators/doscmd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 24 11:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD stephen.hurd.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: PR ports/164899 was incorrect and did not solve the problem of a missing /usr/X11R6 symlink. >How-To-Repeat: Build with X11 support >Fix: Attached (tested) patch. Patch attached with submission follows: --- doscmd.orig/Makefile 2012-02-24 02:47:30.000000000 -0800 +++ doscmd/Makefile 2012-02-24 02:49:02.000000000 -0800 @@ -21,7 +21,7 @@ .else USE_XORG= x11 PLIST_SUB+= X11="" -MAKE_ARGS+= -DX11BASE=${LOCALBASE} +MAKE_ARGS+= X11BASE=${LOCALBASE} .endif MAKE_ARGS+= MANDIR="${PREFIX}/man/man" MAN1= doscmd.1 >Release-Note: >Audit-Trail: >Unformatted: