From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 1 22:20:11 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 14FDE1065679 for ; Thu, 1 Mar 2012 22:20:11 +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 C1D948FC20 for ; Thu, 1 Mar 2012 22:20:09 +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 q21MK9Hr035517 for ; Thu, 1 Mar 2012 22:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q21MK9BC035516; Thu, 1 Mar 2012 22:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 1 Mar 2012 22:20:09 GMT Resent-Message-Id: <201203012220.q21MK9BC035516@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, Olivier Cochard-Labbé Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E639106567B for ; Thu, 1 Mar 2012 22:12:33 +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 5E1BE8FC12 for ; Thu, 1 Mar 2012 22:12:33 +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 q21MCW7J070538 for ; Thu, 1 Mar 2012 22:12:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q21MCWbn070537; Thu, 1 Mar 2012 22:12:32 GMT (envelope-from nobody) Message-Id: <201203012212.q21MCWbn070537@red.freebsd.org> Date: Thu, 1 Mar 2012 22:12:32 GMT From: Olivier Cochard-Labbé To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165599: [x11/xkeyboard-config] x11/xkbcomp as a RUN_DEPENDS 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: Thu, 01 Mar 2012 22:20:11 -0000 >Number: 165599 >Category: ports >Synopsis: [x11/xkeyboard-config] x11/xkbcomp as a RUN_DEPENDS >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 01 22:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbé >Release: 9.0 >Organization: BSD Media Center >Environment: FreeBSD laptop.bsdrp.net 9.0-RELEASE FreeBSD 9.0-RELEASE #2: Sat Jan 7 19:01:08 CET 2012 root@laptop.bsdrp.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi all, On my system (9.0-amd64), if I install x11/xorg-minimal from port, It's work great but if I install my self generated xorg-minimal package, it didn't start: Xorg complain about missing xkbcomp in its log file. Looking the dependency tree, I've seen that x11/xkeyboard-config include x11/xkbcomp as a BUILD_DEPENDS only (this why using the package method didn't install x11/xkbcomp). Should it be fix as RUN_DEPENDS ? On the ports mailing-list another user report the same when it not using the default qwerty layout. >How-To-Repeat: Generate the pkg of x11/xorg-minimal, and install the pkg (and all its dependency) on a fresh install and try to start xorg using other keyboard layout than the default qwerty: Xorg failed to start and complain about missing xkbcomp. >Fix: Applying the Makefile patch that replace BUILD_DEPENDS by a RUN_DEPENDS. Patch attached with submission follows: --- Makefile.orig 2012-03-01 23:10:14.000000000 +0100 +++ Makefile 2012-03-01 23:10:24.000000000 +0100 @@ -15,7 +15,7 @@ LICENSE= MIT -BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp +RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= data >Release-Note: >Audit-Trail: >Unformatted: