From owner-svn-ports-all@freebsd.org Thu Nov 26 22:43:22 2015 Return-Path: Delivered-To: svn-ports-all@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 701F9A3A324; Thu, 26 Nov 2015 22:43:22 +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 38B6A1380; Thu, 26 Nov 2015 22:43:22 +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 tAQMhLRH081317; Thu, 26 Nov 2015 22:43:21 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAQMhLIQ081316; Thu, 26 Nov 2015 22:43:21 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201511262243.tAQMhLIQ081316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 26 Nov 2015 22:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402465 - branches/2015Q4/x11-wm/openbox X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 22:43:22 -0000 Author: novel Date: Thu Nov 26 22:43:21 2015 New Revision: 402465 URL: https://svnweb.freebsd.org/changeset/ports/402465 Log: MFH: r402380 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 Approved by: portmgr (erwin) Modified: branches/2015Q4/x11-wm/openbox/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/x11-wm/openbox/Makefile ============================================================================== --- branches/2015Q4/x11-wm/openbox/Makefile Thu Nov 26 22:20:28 2015 (r402464) +++ branches/2015Q4/x11-wm/openbox/Makefile Thu Nov 26 22:43:21 2015 (r402465) @@ -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