From owner-svn-ports-head@freebsd.org Tue Nov 24 22:21:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E20FDA371D2; Tue, 24 Nov 2015 22:21:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B05651CAA; Tue, 24 Nov 2015 22:21:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAOMLGjY029614; Tue, 24 Nov 2015 22:21:16 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAOMLGps029613; Tue, 24 Nov 2015 22:21:16 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201511242221.tAOMLGps029613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 24 Nov 2015 22:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402380 - head/x11-wm/openbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 22:21:18 -0000 Author: novel Date: Tue Nov 24 22:21:16 2015 New Revision: 402380 URL: https://svnweb.freebsd.org/changeset/ports/402380 Log: x11-wm/openbox: fix dependencies and default package At build time openbox tries to detect presence of some X11 extentions libs and headers and silently disables support for them if they cannot be found. When building from port, these extensions are usually available already, so user gets a fully functional package, however, when installing from package user gets a package with a limited functionality. Fix this by adding all the required dependencies to USE_XORG. PR: 204706 MFH: 2015Q4 Modified: head/x11-wm/openbox/Makefile Modified: head/x11-wm/openbox/Makefile ============================================================================== --- head/x11-wm/openbox/Makefile Tue Nov 24 21:53:09 2015 (r402379) +++ head/x11-wm/openbox/Makefile Tue Nov 24 22:21:16 2015 (r402380) @@ -3,6 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ @@ -14,7 +15,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 -USE_XORG= xext xft +USE_XORG= xcursor xext xft xinerama xrandr xau USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include