Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 12:37:23 -0500 (EST)
From:      gpalmer@FreeBSD.ORG
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8972: xmcd package is wrong
Message-ID:  <199812051737.MAA33719@gjp.erols.com>

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

>Number:         8972
>Category:       ports
>Synopsis:       xmcd package has wrong paths
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  5 09:40:01 PST 1998
>Last-Modified:
>Originator:     Gary Palmer
>Organization:
FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

xmcd package (for either 3.0-REL or from packages-current)

>Description:

gjp@gjp:~> xmcd
Fatal: Xmcd configuration error
Cannot open configuration file:
"/usr/lib/X11/xmcd/config/common.cfg"

We shouldn't be shipping software which assumes the old X11 layout.

>How-To-Repeat:

pkg_add -f ftp://ftp.cdrom.com/.2/FreeBSD/FreeBSD-current/packages/All/xmcd-2.4.tgz
xmcd

>Fix:

Put this in patch-ad:

--- xmcd_d/XMcd.ad.orig Sat Dec  5 12:36:40 1998
+++ xmcd_d/XMcd.ad      Sat Dec  5 12:35:45 1998
@@ -42,7 +42,7 @@
 !* This resource _must_ be set correctly in your environment
 !* in order for xmcd to function correctly.
 !*
-XMcd.libdir:                   /usr/lib/X11/xmcd
+XMcd.libdir:                   /usr/X11R6/lib/X11/xmcd
 
 !*
 !* CD Database archive contribution

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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