From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 9 19:30:10 2011 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 AA02B1065672 for ; Fri, 9 Sep 2011 19:30:10 +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 6E12A8FC1A for ; Fri, 9 Sep 2011 19:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p89JUAh6006460 for ; Fri, 9 Sep 2011 19:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p89JUARI006454; Fri, 9 Sep 2011 19:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 9 Sep 2011 19:30:10 GMT Resent-Message-Id: <201109091930.p89JUARI006454@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, Jilles Tjoelker Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0764E1065675 for ; Fri, 9 Sep 2011 19:23:20 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id 90B828FC27 for ; Fri, 9 Sep 2011 19:23:19 +0000 (UTC) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mx1.stack.nl (Postfix) with ESMTP id 44A68359414 for ; Fri, 9 Sep 2011 21:23:17 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 1677) id 33B7017515; Fri, 9 Sep 2011 21:23:17 +0200 (CEST) Message-Id: <20110909192317.33B7017515@turtle.stack.nl> Date: Fri, 9 Sep 2011 21:23:17 +0200 (CEST) From: Jilles Tjoelker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/160595: x11/xset: missing dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 19:30:10 -0000 >Number: 160595 >Category: ports >Synopsis: x11/xset: missing dependencies >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 09 19:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jilles Tjoelker >Release: FreeBSD 8.2-STABLE i386 >Organization: The FreeBSD Project >Environment: FreeBSD 8.2-STABLE i386 >Description: x11/xset depends on various libraries without declaring that in the port Makefile. In particular, this may cause portmaster to attempt to compile xset against a too old version of xproto. The modules xxf86misc and xfontcache are used iff they happen to be present. This means that the centrally built packages do not have them but a version built from ports will probably have them. >How-To-Repeat: Inspect the port Makefile and the configure.ac file. >Fix: Add the missing dependencies to USE_XORG=. The below patch assumes that xxf86misc and xfontcache are desired. Alternatively, they could be disabled via configure options. (xorg-server-1.7.7_2,1 does not appear to support xfontcache.) The PORTREVISION should be bumped as well. --- xset-deps.patch begins here --- --- /usr/ports/x11/xset/Makefile.orig 2011-09-07 23:19:05.000000000 +0200 +++ /usr/ports/x11/xset/Makefile 2011-09-09 19:29:08.000000000 +0200 @@ -13,7 +13,7 @@ COMMENT= User preference utility for X XORG_CAT= app -USE_XORG= xmuu +USE_XORG= xmuu xproto x11 xext xxf86misc xfontcache PLIST_FILES= bin/xset --- xset-deps.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: