ports/164899: [Maintainer Update] emulators/doscmd
Stephen Hurd
shurd at sasktel.net
Wed Feb 8 06:20:10 UTC 2012
>Number: 164899
>Category: ports
>Synopsis: [Maintainer Update] 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: Wed Feb 08 06:20:07 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 at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Doscmd port currently uses the obsolete /usr/X11R6 path as the base for X11 libs and headers. The compatibility symlink is no longer installed.
>How-To-Repeat:
Build emulators/doscmd on a system without said symlink
>Fix:
Apply attached patch to port makefile.
Patch attached with submission follows:
--- ../doscmd.orig/Makefile 2012-02-07 22:06:48.000000000 -0800
+++ Makefile 2012-02-07 22:07:11.000000000 -0800
@@ -21,6 +21,7 @@
.else
USE_XORG= x11
PLIST_SUB+= X11=""
+MAKE_ARGS+= -DX11BASE=/usr/local
.endif
MAKE_ARGS+= MANDIR="${PREFIX}/man/man"
MAN1= doscmd.1
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list