Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2012 10:53:02 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165443: [Maintainer Update] unbreak emulators/doscmd
Message-ID:  <201202241053.q1OAr2ke069954@red.freebsd.org>
Resent-Message-ID: <201202241100.q1OB0OwC069780@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202241053.q1OAr2ke069954>